diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2019-09-08 12:28:00 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-08 12:28:00 -0300 |
| commit | 49e49d7b1f567c1ae5dcfe48ac81e84113f87f95 (patch) | |
| tree | 76836f79a47e22230b6d7eff7f559aa1b50b14fb /testing | |
| parent | ab76efdd65a0683c8fa80cd5daba454d12da0585 (diff) | |
| download | aports-49e49d7b1f567c1ae5dcfe48ac81e84113f87f95.tar.bz2 aports-49e49d7b1f567c1ae5dcfe48ac81e84113f87f95.tar.xz | |
testing/py2-backports_functools_lru_cache: remove
- Python2 only
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/py2-backports_functools_lru_cache/APKBUILD | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/testing/py2-backports_functools_lru_cache/APKBUILD b/testing/py2-backports_functools_lru_cache/APKBUILD deleted file mode 100644 index 79677c9a5b..0000000000 --- a/testing/py2-backports_functools_lru_cache/APKBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de> -pkgname=py2-backports_functools_lru_cache -_pkgname=backports.functools_lru_cache -pkgver=1.5 -pkgrel=0 -pkgdesc="Backport of functools.lru_cache from Python 3.3 as published at ActiveState" -url="https://pypi.org/project/backports.functools_lru_cache/" -arch="noarch" -license="BSD-2-Clause" -makedepends="python2-dev py-setuptools" -source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" -builddir="$srcdir"/$_pkgname-$pkgver - -build() { - cd "$builddir" - python2 setup.py build -} - -package() { - cd "$builddir" - python2 setup.py install --prefix=/usr --root="$pkgdir" -} - -check() { - cd "$builddir" - python2 setup.py test -} - -sha512sums="083a69beb050a6de0f838231ceae05cd1825f42310b2cd4f0e53f7ca043af4c699ad7042c32831ee365bb6b374d33189136e45689c77815b99773d145f0ef4f1 backports.functools_lru_cache-1.5.tar.gz" |
