diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-28 11:31:18 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-28 11:35:21 -0300 |
commit | a0b82c868e98f120af6645be93fc1c86e81840a3 (patch) | |
tree | d343c0b99dfa0f6b4807b022bd8de0f36ea9f63a /community/py3-pyhamcrest/APKBUILD | |
parent | 4ee54cc3070bcc8e238582a0548e8e5963eb50b9 (diff) | |
download | aports-a0b82c868e98f120af6645be93fc1c86e81840a3.tar.bz2 aports-a0b82c868e98f120af6645be93fc1c86e81840a3.tar.xz |
community/py3-pyhamcrest: upgrade to 2.0.1
Diffstat (limited to 'community/py3-pyhamcrest/APKBUILD')
-rw-r--r-- | community/py3-pyhamcrest/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/py3-pyhamcrest/APKBUILD b/community/py3-pyhamcrest/APKBUILD index 01b74d114d..2cc71d9402 100644 --- a/community/py3-pyhamcrest/APKBUILD +++ b/community/py3-pyhamcrest/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: prspkt <prspkt@protonmail.com> pkgname=py3-pyhamcrest _pkgname=PyHamcrest -pkgver=2.0.0 +pkgver=2.0.1 pkgrel=0 pkgdesc="Hamcrest framework for matcher objects" url="https://github.com/hamcrest/PyHamcrest" @@ -14,8 +14,8 @@ checkdepends="py3-hypothesis py3-mock py3-pytest" source="$_pkgname-$pkgver.tar.gz::https://github.com/hamcrest/PyHamcrest/archive/V$pkgver.tar.gz" builddir="$srcdir/"$_pkgname-$pkgver -replaces="py3-hamcrest" # Backwards compatibility -provides="py3-hamcrest=$pkgver-r$pkgrel" # Backwards compatibility +replaces="py-hamcrest" # Backwards compatibility +provides="py-hamcrest=$pkgver-r$pkgrel" # Backwards compatibility prepare() { default_prepare @@ -34,4 +34,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="32683422c92f27ffbdb081cfeb588a81bd299fd965e3fdd67a5aca2900e0a89da0fa217b22f4333511831921953519d75861b18fcb164d1ec6cacf13994df5e3 PyHamcrest-2.0.0.tar.gz" +sha512sums="29e85e83b1d7ed691f4fd9e21172149cd6bea702d5838208023641e68585b42a48106122574d6238b40cbb40601273e6202e6cf3a91b71f03d80f3dc1c72f94e PyHamcrest-2.0.1.tar.gz" |