aboutsummaryrefslogtreecommitdiffstats
path: root/testing/poetry/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/poetry/APKBUILD')
-rw-r--r--testing/poetry/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/poetry/APKBUILD b/testing/poetry/APKBUILD
index 62983b24089..419531ee29d 100644
--- a/testing/poetry/APKBUILD
+++ b/testing/poetry/APKBUILD
@@ -2,12 +2,12 @@
# Contributor: Michał Polański <michal@polanski.me>
# Maintainer: Michał Polański <michal@polanski.me>
pkgname=poetry
-pkgver=1.1.5
-pkgrel=1
+pkgver=1.1.6
+pkgrel=0
pkgdesc="Python3 dependency management and packaging system"
url="https://python-poetry.org"
-arch="noarch"
license="MIT"
+arch="noarch !ppc64le !mips64" # limited by py3-keyring
options="!check" # TODO: add tests
depends="
python3
@@ -41,4 +41,4 @@ package() {
"$pkgdir/$sitedir"/poetry/__pycache__/__init__.cpython-*.pyc
}
-sha512sums="1978243c1c5e3cb1fca6b6c7adbc377853def3da977771deb90bdaebe8b2354c3ec32805318f8415da8bb97f8f81fe1ee19a907e2cb017b728a2f865320003ea poetry-1.1.5.tar.gz"
+sha512sums="d1e2b6c7c67e3225689eb5be0169ef5a65c53322a905179fee2102133bfd8ea704539e839119d29dcd56128af9e83a41d040b466e049ea884a29ea103ce971ec poetry-1.1.6.tar.gz"