diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-13 05:29:04 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-13 06:13:02 +0100 |
commit | 06967afbfa6c2c900a82b8403da805040e3b8f2a (patch) | |
tree | fee41934e7be29682687e1c2ec75480d9943f0b4 /testing | |
parent | dcc153fa7809ecfea9a35785e95d3e458e4fd0b8 (diff) | |
download | aports-06967afbfa6c2c900a82b8403da805040e3b8f2a.tar.bz2 aports-06967afbfa6c2c900a82b8403da805040e3b8f2a.tar.xz |
testing/poetry: upgrade to 1.0.0
Diffstat (limited to 'testing')
-rw-r--r-- | testing/poetry/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/poetry/APKBUILD b/testing/poetry/APKBUILD index d5a499e131..4c63534ad4 100644 --- a/testing/poetry/APKBUILD +++ b/testing/poetry/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=poetry -pkgver=0.12.17 +pkgver=1.0.0 pkgrel=0 pkgdesc="Python3 dependency management and packaging system" url="https://poetry.eustace.io/" @@ -9,7 +9,7 @@ arch="noarch" license="MIT" depends=" python3 - py3-cleo<0.7.0 + py3-cleo<0.7.6 py3-requests py3-cachy py3-jsonschema @@ -22,7 +22,7 @@ depends=" py3-tomlkit " source=" - $pkgname-$pkgver.tar.gz::https://github.com/sdispater/poetry/archive/${pkgver}.tar.gz + $pkgname-$pkgver.tar.gz::https://github.com/sdispater/poetry/archive/$pkgver.tar.gz poetry.py " @@ -34,5 +34,5 @@ package() { install -Dm0755 "$srcdir"/poetry.py "$pkgdir"/usr/bin/poetry } -sha512sums="78fba8dcfba1206fee21e7e58949c7d1ca2357d093b9a4af9feb887c3647ff427e893be01757a79aee7a2d9735c4f262aca8a6eccf4a44d51a9961597dcd7eee poetry-0.12.17.tar.gz +sha512sums="ae241c4c8c67b15440261019014303f1af196c2a16295cfb1fbdb73357ca2c4045c46da575d0cf26e981f0dbefce15f05ee572c2ec2d33ab6afab43eaae3ef95 poetry-1.0.0.tar.gz fca6cad49967e7fae7fcdd12e6d15da649f11dd0acfc6e0904eb75ec1f3b477a28328553a4b356422087a3f375d5a4851cf9c793eb041f7ae427352b4747a6fc poetry.py" |