diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-04-25 17:22:50 -0300 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-25 20:38:53 +0000 |
commit | e16e4b554a80101f9369fce4d4ab4c8275b3d735 (patch) | |
tree | 8fd81ffbf75eb7e7a332cdfd652e72530cbe8920 /community/py3-pyrsistent | |
parent | 61c86aca14610e60e7d70a9584dfbc087d2a6b8a (diff) | |
download | aports-e16e4b554a80101f9369fce4d4ab4c8275b3d735.tar.bz2 aports-e16e4b554a80101f9369fce4d4ab4c8275b3d735.tar.xz |
community/py3-pyrsistent: update to 0.15.0
Diffstat (limited to 'community/py3-pyrsistent')
-rw-r--r-- | community/py3-pyrsistent/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/py3-pyrsistent/APKBUILD b/community/py3-pyrsistent/APKBUILD index b5da20e56b..9d6f5a317d 100644 --- a/community/py3-pyrsistent/APKBUILD +++ b/community/py3-pyrsistent/APKBUILD @@ -1,9 +1,10 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py3-pyrsistent -pkgver=0.14.11 +pkgver=0.15.0 pkgrel=1 pkgdesc="Persistent/Functional/Immutable data structures" +options="net" # Needs to fetch pytest-runner url="https://github.com/tobgu/pyrsistent" arch="all" license="MIT" @@ -25,4 +26,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="8bfea52e15b1921ff9880a6d795cbbcdbee818ef5b95a2807e28269eba8ff578e07c39615e48eb47e867dd6f2bca5d395b7ae99ecd27424edaf6cbe6097b2e5d py3-pyrsistent-0.14.11.tar.gz" +sha512sums="7b85ee875b2e60c8fdd36451327880edf9fe9a674f1159a063022aebf9383f23e79f2fd8009ddc18c46172a67102c03f6c7afa3e737eff710d5cde7152b126a7 py3-pyrsistent-0.15.0.tar.gz" |