aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-automat
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-10-29 11:28:41 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-11-05 15:33:53 +0000
commit631f2579a66166dde7697d8b96a54e6d09029c44 (patch)
tree492fc6d7f05f4bd75d290f8a4a0ca5e6986480f8 /community/py3-automat
parent19f8ae3aad4fe79e64ffa824ed4c6489a654f0ef (diff)
downloadaports-631f2579a66166dde7697d8b96a54e6d09029c44.tar.bz2
aports-631f2579a66166dde7697d8b96a54e6d09029c44.tar.xz
community/py3-automat: rebuild against python 3.8
Diffstat (limited to 'community/py3-automat')
-rw-r--r--community/py3-automat/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-automat/APKBUILD b/community/py3-automat/APKBUILD
index d79ba8df67..825231f571 100644
--- a/community/py3-automat/APKBUILD
+++ b/community/py3-automat/APKBUILD
@@ -4,14 +4,14 @@
pkgname=py3-automat
_pkgname=Automat
pkgver=0.8.0
-pkgrel=0
+pkgrel=1
pkgdesc="Self-service finite-state machines for the programmer on the go"
url="https://automat.readthedocs.io/"
arch="noarch"
license="MIT"
depends="py3-attrs py3-six"
makedepends="py3-setuptools"
-checkdepends="py3-graphviz py3-twisted pytest"
+checkdepends="py3-graphviz py3-twisted py3-pytest"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"