diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-12 14:13:43 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-12 14:20:05 +0000 |
commit | 6f6291b8a608968480b2b5ad3b22446bfece80a8 (patch) | |
tree | c7b07b8fd0b30dc92a647c52e8e0cd96a351ac2d /community | |
parent | 9ae2a7080fe3949ab1962bcfb4a8b5b165f7726a (diff) | |
download | aports-6f6291b8a608968480b2b5ad3b22446bfece80a8.tar.bz2 aports-6f6291b8a608968480b2b5ad3b22446bfece80a8.tar.xz |
community/py3-pyrsistent: provide py-pyrsistent
Some package depend on py-pyrsistent rather then py3-pyrsistent.
Diffstat (limited to 'community')
-rw-r--r-- | community/py3-pyrsistent/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/py3-pyrsistent/APKBUILD b/community/py3-pyrsistent/APKBUILD index aae74a8fc7..89308927b4 100644 --- a/community/py3-pyrsistent/APKBUILD +++ b/community/py3-pyrsistent/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py3-pyrsistent pkgver=0.15.1 -pkgrel=0 +pkgrel=1 pkgdesc="Persistent/Functional/Immutable data structures" url="https://github.com/tobgu/pyrsistent" arch="all" @@ -12,6 +12,7 @@ makedepends="py3-setuptools python3-dev" checkdepends="py3-hypothesis py3-pytest py3-pytest-runner" source="$pkgname-$pkgver.tar.gz::https://github.com/tobgu/pyrsistent/archive/v${pkgver}.tar.gz" builddir="$srcdir/pyrsistent-$pkgver" +provides="py-pyrsistent=$pkgver-r$pkgrel" build() { python3 setup.py build |