77 lines
3.0 KiB
XML
77 lines
3.0 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>python3-httptools</Name>
|
|
<Homepage>https://github.com/MagicStack/httptools</Homepage>
|
|
<Packager>
|
|
<Name>Blue Devil</Name>
|
|
<Email>bluedevil@sctzine.com</Email>
|
|
</Packager>
|
|
<PartOf>programming.language.python3</PartOf>
|
|
<License>MIT</License>
|
|
<IsA>library</IsA>
|
|
<Summary>A collection of framework independent HTTP protocol utils.</Summary>
|
|
<Description>httptools is a Python binding for nodejs HTTP parser. It's still in a very early development stage, expect APIs to break.</Description>
|
|
<Archive sha1sum="9a9418d2a9bbdb9439fde4d11eff8b766e70ce9e" type="targz">https://github.com/MagicStack/httptools/archive/v0.1.1.tar.gz</Archive>
|
|
<Archive sha1sum="3861fc1f93865c0d045ab6d70ca625437b669b3c" type="targz">https://github.com/nodejs/http-parser/archive/v2.9.3.tar.gz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>pip3</Dependency>
|
|
<Dependency>python3-wheel</Dependency>
|
|
<Dependency>python3-setuptools</Dependency>
|
|
<Dependency>python3-devel</Dependency>
|
|
</BuildDependencies>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>python3-httptools</Name>
|
|
<Summary>A collection of framework independent HTTP protocol utils.</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency>python3</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="doc">/usr/share/doc/python3-httptools</Path>
|
|
<Path fileType="man">/usr/share/man</Path>
|
|
<Path fileType="library">/usr/lib</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="5">
|
|
<Date>2023-10-17</Date>
|
|
<Version>0.1.1</Version>
|
|
<Comment>Rebuild</Comment>
|
|
<Name>Mustafa Cinasal</Name>
|
|
<Email>muscnsl@gmail.com</Email>
|
|
</Update>
|
|
<Update release="4">
|
|
<Date>2021-10-28</Date>
|
|
<Version>0.1.1</Version>
|
|
<Comment>Rebuild</Comment>
|
|
<Name>Mustafa Cinasal</Name>
|
|
<Email>muscnsl@gmail.com</Email>
|
|
</Update>
|
|
<Update release="3">
|
|
<Date>2020-02-08</Date>
|
|
<Version>0.1.1</Version>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>Blue Devil</Name>
|
|
<Email>bluedevil@sctzine.com</Email>
|
|
</Update>
|
|
<Update release="2">
|
|
<Date>2020-02-06</Date>
|
|
<Version>0.1.0</Version>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>Blue Devil</Name>
|
|
<Email>bluedevil@sctzine.com</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2020-01-15</Date>
|
|
<Version>0.0.13</Version>
|
|
<Comment>First pisi release.</Comment>
|
|
<Name>Blue Devil</Name>
|
|
<Email>bluedevil@sctzine.com</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|