python-pip: dropped

This commit is contained in:
Tim Biermann 2022-11-13 10:25:22 +00:00
parent 93fc94c92e
commit 7c33b24c40
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 1208 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/W7iif7UotYShohG5h5QQHRSGXjcDvSyvJkxxq7W/4MlUwuZyAQZEBhy4ohgMM9pMtdv1YXFL0JWJWjs0SkZgAo=
SHA256 (Pkgfile) = e95b00abe3f925ff7877b2e9ddd66b074ae2369106efe015b0a2a64ad85dc88a
SHA256 (.footprint) = 955449838f526941cff1106de8d9da54e18552b4a1e53d4d51ccb4f5ccf62064
SHA256 (pip-20.3.4.tar.gz) = 6773934e5f5fc3eaa8c5a44949b5b924fc122daa0a8aa9f80c835b4ca2a543fc

View File

@ -1,18 +0,0 @@
# Description: A tool for installing and managing Python packages.
# URL: https://pypi.python.org/pypi/pip/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: python-setuptools
name=python-pip
version=20.3.4
release=1
source=(https://files.pythonhosted.org/packages/source/${name:7:1}/${name#*-}/${name#*-}-$version.tar.gz)
build() {
cd ${name#*-}-$version
/usr/bin/python setup.py build
/usr/bin/python setup.py install \
--prefix=/usr --root=$PKG --optimize=1
}