diff options
author | Tim Biermann <tbier@posteo.de> | 2021-01-31 17:46:43 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-01-31 18:04:34 +0000 |
commit | f998004d057312acc9b399890cf447af680ad94e (patch) | |
tree | cb0bfcaeab442d9973b0f77dd866dc4e6d565be0 /py-subunit/Pkgfile | |
parent | 18fd95e6b7193ecb66a9c66ecca60f241b84f1f9 (diff) | |
download | opt-f998004d057312acc9b399890cf447af680ad94e.tar.gz opt-f998004d057312acc9b399890cf447af680ad94e.tar.xz |
py-subunit: deleted unmaintained port
Diffstat (limited to 'py-subunit/Pkgfile')
-rw-r--r-- | py-subunit/Pkgfile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/py-subunit/Pkgfile b/py-subunit/Pkgfile deleted file mode 100644 index 1c14250b7..000000000 --- a/py-subunit/Pkgfile +++ /dev/null @@ -1,15 +0,0 @@ -# Description: Python implementation of subunit test streaming protocol -# URL: http://pypi.python.org/pypi/python-subunit -# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve -# Depends on: python - -name=py-subunit -version=1.2.0 -release=1 -source=(https://pypi.python.org/packages/source/p/python-${name#*-}/python-${name#*-}-$version.tar.gz) - -build () { - cd python-${name#*-}-$version - python setup.py install --prefix=/usr --root="$PKG" --optimize=1 - rm -rf "$PKG"/usr/lib/python*/site-packages/*.egg-info -} |