48 lines
1.6 KiB
XML
48 lines
1.6 KiB
XML
|
||
<?xml version="1.0" ?>
|
||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||
<PISI>
|
||
<Source>
|
||
<Name>python-requests</Name>
|
||
<Homepage>http://www.python-requests.org/</Homepage>
|
||
<Packager>
|
||
<Name>Ergün Salman</Name>
|
||
<Email>ergunsalman@hotmail.com</Email>
|
||
</Packager>
|
||
<Summary>Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.</Summary>
|
||
<Description>Python’s standard urllib2 module provides most of the HTTP capabilities you need</Description>
|
||
<License>MIT</License>
|
||
<Archive sha1sum="17f01c47a0d7c676f6291608ef2f43db3fa74095" type="targz">https://pypi.python.org/packages/source/r/requests/requests-2.9.1.tar.gz</Archive>
|
||
|
||
<BuildDependencies>
|
||
<Dependency>python</Dependency>
|
||
<Dependency>python3-devel</Dependency>
|
||
</BuildDependencies>
|
||
</Source>
|
||
|
||
<Package>
|
||
<Name>python-requests</Name>
|
||
<Files>
|
||
<Path fileType="data">/usr/lib/python2*</Path>
|
||
<Path fileType="doc">/usr/share/doc</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<Package>
|
||
<Name>python3-requests</Name>
|
||
<Files>
|
||
<Path fileType="data">/usr/lib/python3*</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<History>
|
||
<Update release="1">
|
||
<Date>2016-01-29</Date>
|
||
<Version>2.9.1</Version>
|
||
<Comment>First release</Comment>
|
||
<Name>Ayhan Yalçınsoy</Name>
|
||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||
</Update>
|
||
</History>
|
||
</PISI>
|