diff --git a/python-six/.footprint b/python-six/.footprint deleted file mode 100644 index 5ded15070..000000000 --- a/python-six/.footprint +++ /dev/null @@ -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 diff --git a/python-six/.signature b/python-six/.signature deleted file mode 100644 index 99acb7fa7..000000000 --- a/python-six/.signature +++ /dev/null @@ -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 diff --git a/python-six/Pkgfile b/python-six/Pkgfile deleted file mode 100644 index f805b86a2..000000000 --- a/python-six/Pkgfile +++ /dev/null @@ -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 -}