summaryrefslogtreecommitdiff
path: root/user/py3-roman
diff options
context:
space:
mode:
authorMax Rees <maxcrees@me.com>2019-08-06 08:52:09 -0500
committerMax Rees <maxcrees@me.com>2019-08-06 08:52:09 -0500
commit29c2924e35a70455d4d188ae60fb6c3b5f08c886 (patch)
tree13aa5fa15f7a48174163e41cc856a8d135c120db /user/py3-roman
parent76f5e7cf522e554716cff6131c1406ed3d45b226 (diff)
downloadpackages-29c2924e35a70455d4d188ae60fb6c3b5f08c886.tar.gz
packages-29c2924e35a70455d4d188ae60fb6c3b5f08c886.tar.bz2
packages-29c2924e35a70455d4d188ae60fb6c3b5f08c886.tar.xz
packages-29c2924e35a70455d4d188ae60fb6c3b5f08c886.zip
user/py3-roman: bump to 3.2
Diffstat (limited to 'user/py3-roman')
-rw-r--r--user/py3-roman/APKBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/user/py3-roman/APKBUILD b/user/py3-roman/APKBUILD
index 0105c986a..068e00963 100644
--- a/user/py3-roman/APKBUILD
+++ b/user/py3-roman/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Max Rees <maxcrees@me.com>
pkgname=py3-roman
_pkgname=roman
-pkgver=3.0
+pkgver=3.2
pkgrel=0
pkgdesc="Python library to convert integers to Roman numerals"
url="https://pypi.org/project/roman/"
@@ -15,19 +15,16 @@ source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/
builddir="$srcdir/$_pkgname-$pkgver"
build() {
- cd "$builddir"
# Do not bootstrap - tries to access web
python3 setup.py build
}
check() {
- cd "$builddir"
python3 setup.py test
}
package() {
- cd "$builddir"
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="468a4ac7188cdf3155698f260de5ecc5bb2072c120c79d046618ac07b6de6f777cfc69661f2e0df4ca66359bb20169d22599b3f342edaa48f8575bdc17b40c08 py3-roman-3.0.tar.gz"
+sha512sums="142904551745c8b7874d52c8d04f483b0c18b18ba8bc3d3a51fcf509e09b3a3f8a28d0b88bdd8282957bf3d698b1bab86de7fb4808cde9b0e5cfb910deca35ab py3-roman-3.2.tar.gz"