Merge pull request #774 from ayhanyalcinsoy/master

python3-request for python3
This commit is contained in:
Ertuğrul Erata
2015-11-06 14:47:11 +02:00
6 changed files with 43 additions and 9 deletions
+16 -4
View File
@@ -36580,22 +36580,34 @@
<PartOf>programming.language.python</PartOf>
<Summary xml:lang="en">Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.</Summary>
<Description xml:lang="en">Pythons standard urllib2 module provides most of the HTTP capabilities you need</Description>
<Archive type="targz" sha1sum="6db8805632521a13789161bccb14f761672ec46f">https://pypi.python.org/packages/source/r/requests/requests-2.7.0.tar.gz</Archive>
<Archive type="targz" sha1sum="8488f2544b2f72ae5a366ca9973707868bdc3c74">https://pypi.python.org/packages/source/r/requests/requests-2.8.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python</Dependency>
<Dependency>python-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
<SourceURI>programming/language/python/python-requests/pspec.xml</SourceURI>
</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>
<Package>
<Name>python3-requests</Name>
<Files>
<Path fileType="data">/usr/lib/python3*</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2015-11-06</Date>
<Version>2.8.1</Version>
<Comment>version bump</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2015-08-24</Date>
<Version>2.7.0</Version>
@@ -63530,7 +63542,7 @@
<Dependency>glib2</Dependency>
<Dependency>slang</Dependency>
<Dependency>samba</Dependency>
<Dependency>libutil-linux-devel</Dependency>
<Dependency>libutil-linux</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/etc/profile.d</Path>
+1 -1
View File
@@ -1 +1 @@
9a9195feb4cf67190ab539fb9303b14ca4a28b01
75131048642ccf312951d0dc05e44a94f50bcd4d
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
0b6bafd8597ea992341ca2101acb38c473a58730
5ab221e048f8d6c3b9aee6fae2c43add3c108268
@@ -5,6 +5,15 @@
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
WorkDir="requests-%s" % get.srcVERSION()
def install():
shelltools.makedirs("python3")
shelltools.copytree("../requests-%s" % get.srcVERSION(), "%s/python3" % get.workDIR())
pythonmodules.install()
shelltools.cd("%s/python3" % get.workDIR())
pythonmodules.install(pyVer = "3")
@@ -11,24 +11,37 @@
<Summary>Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.</Summary>
<Description>Pythons 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>
<Archive sha1sum="8488f2544b2f72ae5a366ca9973707868bdc3c74" type="targz">https://pypi.python.org/packages/source/r/requests/requests-2.8.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python</Dependency>
<Dependency>python-setuptools</Dependency>
<Dependency>python3-devel</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>
<Package>
<Name>python3-requests</Name>
<Files>
<Path fileType="data">/usr/lib/python3*</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2015-11-06</Date>
<Version>2.8.1</Version>
<Comment>version bump</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2015-08-24</Date>
<Version>2.7.0</Version>