diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 14:35:13 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:43 +0000 |
commit | 1eaa051b66784db6ece0547c3128354feaa45fdc (patch) | |
tree | f61f8b127f2a4facee864d1bc257aa571c946f37 /testing/py3-shouldbe | |
parent | e858a51bb3c0572e4cfa4e59725c3a78b6707427 (diff) | |
download | aports-1eaa051b66784db6ece0547c3128354feaa45fdc.tar.bz2 aports-1eaa051b66784db6ece0547c3128354feaa45fdc.tar.xz |
unmaintained/py3-shouldbe: move from testing due to python 3.8
it does not work with python 3.8
https://github.com/DirectXMan12/should_be/issues/4
Diffstat (limited to 'testing/py3-shouldbe')
-rw-r--r-- | testing/py3-shouldbe/APKBUILD | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/testing/py3-shouldbe/APKBUILD b/testing/py3-shouldbe/APKBUILD deleted file mode 100644 index b9fbc66f04..0000000000 --- a/testing/py3-shouldbe/APKBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# Contributor: Dmitry Romanenko <dmitry@romanenko.in> -# Maintainer: Dmitry Romanenko <dmitry@romanenko.in> -pkgname=py3-shouldbe -_pkgname=shouldbe -pkgver=0.1.2 -pkgrel=0 -pkgdesc="A Python Assertions Helper Based on Shouldly" -url="https://github.com/directxman12/should_be" -arch="noarch" -license="ISC" -depends="python3 py3-forbiddenfruit" -checkdepends="py3-nose" -makedepends="py3-setuptools" -source="https://files.pythonhosted.org/packages/source/s/$_pkgname/$_pkgname-$pkgver.tar.gz" -builddir="$srcdir"/$_pkgname-$pkgver - -build() { - python3 setup.py build -} - -check() { - python3 setup.py test -} - -package() { - python3 setup.py install --prefix=/usr --root="$pkgdir" -} - - -sha512sums="4469d958db5dbdad08d48ccd11d24db2d2bdba7d11aaaa94827b2963ab7f84f63f4e5674e1cef7a0edecf6020be634d448195a4b322b5ce0381d5c65371019fb shouldbe-0.1.2.tar.gz" |