Files
main/programming/language/python3/python3-httpcore/pspec.xml
T
2020-05-25 00:26:45 +03:00

47 lines
1.8 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-httpcore</Name>
<Homepage>https://github.com/encode/httpcore</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>BSDv3</License>
<IsA>library</IsA>
<Summary>A minimal HTTP client.</Summary>
<Description>The HTTP Core package provides a minimal low-level HTTP client, which does one thing only. Sending HTTP requests.</Description>
<Archive sha1sum="cccd449e725da3dbd4d70dccb71c336d03785ec7" type="targz">https://github.com/encode/httpcore/archive/0.9.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-httpcore</Name>
<Summary>The next generation HTTP client.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-h2</Dependency>
<Dependency>python3-h11</Dependency>
<Dependency>python3-sniffio</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-httpcore</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-05-24</Date>
<Version>0.9.0</Version>
<Comment>First Pisi Release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>