From 631f2579a66166dde7697d8b96a54e6d09029c44 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 29 Oct 2019 11:28:41 +0000 Subject: community/py3-automat: rebuild against python 3.8 --- community/py3-automat/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'community/py3-automat') 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" -- cgit v1.2.3