Merge pull request #1132 from ayhanyalcinsoy/master
pip, python-request, python3-setuptools:version bump
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<Summary>The PyPA recommended tool for installing Python packages</Summary>
|
||||
<Description>The PyPA recommended tool for installing Python packages</Description>
|
||||
<License>MIT</License>
|
||||
<Archive sha1sum="9eb9ea19b630412bc2b2b587fc6bbbee71950a96" type="targz">https://pypi.python.org/packages/source/p/pip/pip-7.1.2.tar.gz</Archive>
|
||||
<Archive sha1sum="974a8c345d272b9d9072287f399aab8410067f7e" type="targz">https://pypi.python.org/packages/source/p/pip/pip-8.0.2.tar.gz</Archive>
|
||||
|
||||
<BuildDependencies>
|
||||
<Dependency>python-setuptools</Dependency>
|
||||
@@ -46,6 +46,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2016-01-29</Date>
|
||||
<Version>8.0.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-08-24</Date>
|
||||
<Version>7.1.2</Version>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<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="8488f2544b2f72ae5a366ca9973707868bdc3c74" type="targz">https://pypi.python.org/packages/source/r/requests/requests-2.8.1.tar.gz</Archive>
|
||||
<Archive sha1sum="17f01c47a0d7c676f6291608ef2f43db3fa74095" type="targz">https://pypi.python.org/packages/source/r/requests/requests-2.9.1.tar.gz</Archive>
|
||||
|
||||
<BuildDependencies>
|
||||
<Dependency>python</Dependency>
|
||||
@@ -35,6 +35,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2016-01-29</Date>
|
||||
<Version>2.9.1</Version>
|
||||
<Comment>version bump</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-11-06</Date>
|
||||
<Version>2.8.1</Version>
|
||||
|
||||
@@ -8,18 +8,18 @@ from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
WorkDir="distribute-%s" % get.srcVERSION()
|
||||
WorkDir="setuptools-%s" % get.srcVERSION()
|
||||
|
||||
def setup():
|
||||
shelltools.makedirs("python3")
|
||||
shelltools.copytree("../distribute-%s" % get.srcVERSION(), "%s/python3" % get.workDIR())
|
||||
shelltools.copytree("../setuptools-%s" % get.srcVERSION(), "%s/python3" % get.workDIR())
|
||||
|
||||
def install():
|
||||
#pythonmodules.install()
|
||||
#pisitools.remove("/usr/lib/%s/site-packages/setuptools/*.exe" % get.curPYTHON())
|
||||
shelltools.cd("%s/python3" % get.workDIR())
|
||||
pythonmodules.install(pyVer = "3")
|
||||
pisitools.remove("/usr/lib/python3.4/site-packages/setuptools/*.exe")
|
||||
#pisitools.remove("/usr/lib/python3.4/site-packages/setuptools/*.exe")
|
||||
pisitools.rename("/usr/bin/easy_install", "py3easy-install")
|
||||
#avoid python-setuptools conflict
|
||||
pisitools.removeDir("/usr/share")
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Python setuptools</Summary>
|
||||
<Description>python-setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages.</Description>
|
||||
<Archive sha1sum="a62cfe21bd0e5e2913c5b576f872ca293b9bebca" type="targz">http://pypi.python.org/packages/source/d/distribute/distribute-0.6.49.tar.gz</Archive>
|
||||
<Archive sha1sum="ce72e7effddd31cd657dbbdc9308fee236e4fa37" type="targz">https://pypi.python.org/packages/source/s/setuptools/setuptools-19.6.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -36,6 +36,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2016-01-29</Date>
|
||||
<Version>19.6.1</Version>
|
||||
<Comment>Release bump.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2015-11-07</Date>
|
||||
<Version>0.6.49</Version>
|
||||
|
||||
Reference in New Issue
Block a user