python-six: dropped

This commit is contained in:
Tim Biermann 2022-11-13 10:26:16 +00:00
parent 0941ddde9b
commit fcf61e4afc
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 34 deletions

View File

@ -1,7 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python2.7/
drwxr-xr-x root/root usr/lib/python2.7/site-packages/
-rw-r--r-- root/root usr/lib/python2.7/site-packages/six.py
-rw-r--r-- root/root usr/lib/python2.7/site-packages/six.pyc
-rw-r--r-- root/root usr/lib/python2.7/site-packages/six.pyo

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/aQW2jfPSWO/8jLv1YFqsd3WkTBn3t8hjvvm1teYYEB6jVjebbIrfIJj3T+5cU2hlFJsuYeR/QtSdUFBtBddfwM=
SHA256 (Pkgfile) = 00da83d6a383723a65197fc9b51911eaccc13e895ef14a484bf835191b2f36cb
SHA256 (.footprint) = 2531e26ab6b1adeadbe2372fb58c813514c1da57182bf8c0bbd03c388cc769c5
SHA256 (six-1.16.0.tar.gz) = 1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926

View File

@ -1,22 +0,0 @@
# Description: Python 2 and 3 compatibility utilities.
# URL: https://pypi.python.org/pypi/six/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: python
name=python-six
version=1.16.0
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
# remove sdist metadata, as wheel metadata will be used with python-pip
find $PKG/usr/lib/python*/site-packages/ -maxdepth 1 -type f \
-name "${name#*-}-$version-py*.egg-info" -delete
}