mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
main/py2-pip: upgrade to 10.0.1
This commit is contained in:
parent
a0f262308f
commit
caa095ecf0
@ -3,7 +3,7 @@
|
||||
# Note: Python 3 already includes pip, so py3-pip is not needed.
|
||||
pkgname=py2-pip
|
||||
_pkgname=pip
|
||||
pkgver=9.0.3
|
||||
pkgver=10.0.1
|
||||
pkgrel=0
|
||||
pkgdesc="A tool for installing and managing Python packages"
|
||||
url="http://www.pip-installer.org"
|
||||
@ -18,12 +18,12 @@ builddir="$srcdir/$_pkgname-$pkgver"
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
python2 setup.py build || return 1
|
||||
python2 setup.py build
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
python2 setup.py install --prefix=/usr --root="$pkgdir" || return 1
|
||||
python2 setup.py install --prefix=/usr --root="$pkgdir"
|
||||
}
|
||||
|
||||
sha512sums="9e005ebd6f11d1289d2054cb0ac09e133cb4d60d18b790c596140b77dc683754e1c2d9fe88fb94d4578579dc3583c9404e520b2f6acb90dc67c85433692e061a py2-pip-9.0.3.tar.gz"
|
||||
sha512sums="a7266504d76f26490d62c7144f42234307db88fe49971dada1ca2d734e4d75edc84fc3da2b38ab5d6da6e5f7ef0e248ccbc5aab9f845e71ce48962687673e2c4 py2-pip-10.0.1.tar.gz"
|
||||
|
Loading…
Reference in New Issue
Block a user