40 lines
1.5 KiB
XML
40 lines
1.5 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="6db8805632521a13789161bccb14f761672ec46f" type="targz">https://pypi.python.org/packages/source/r/requests/requests-2.7.0.tar.gz</Archive>
|
||
|
||
<BuildDependencies>
|
||
<Dependency>python</Dependency>
|
||
<Dependency>python-setuptools</Dependency>
|
||
</BuildDependencies>
|
||
</Source>
|
||
|
||
<Package>
|
||
<Name>python-requests</Name>
|
||
<Files>
|
||
<Path fileType="executable">/usr/bin</Path>
|
||
<Path fileType="data">/usr/lib/python2*</Path>
|
||
<Path fileType="doc">/usr/share/doc</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<History>
|
||
<Update release="1">
|
||
<Date>2015-08-24</Date>
|
||
<Version>2.7.0</Version>
|
||
<Comment>First release</Comment>
|
||
<Name>Ergün Salman</Name>
|
||
<Email>Poyraz76@pisilinux.org</Email>
|
||
</Update>
|
||
</History>
|
||
</PISI> |