Files
main/programming/language/python3/python3-httplib2/pspec.xml
T

50 lines
1.9 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-httplib2</Name>
<Homepage>https://github.com/httplib2/httplib2</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvarice@gmail.com</Email>
</Packager>
<License>MIT</License>
<Icon>httplib2</Icon>
<IsA>library</IsA>
<Summary>Small, fast HTTP client library for Python.</Summary>
<Description>Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.</Description>
<Archive sha1sum="84bd1d88c90444633c24342489275c21859a0eeb" type="targz">https://github.com/httplib2/httplib2/archive/refs/tags/v0.22.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>git</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-build</Dependency>
<Dependency>python3-wheel</Dependency>
<Dependency>python3-installer</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-httplib2</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>ca-certificates</Dependency>
<Dependency>python3-pyparsing</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2025-07-01</Date>
<Version>0.22.0</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvarice@gmail.com</Email>
</Update>
</History>
</PISI>