python-automat: update to 20.2.0.
This commit is contained in:
parent
4a794c20a8
commit
2b64830c85
1 changed files with 4 additions and 6 deletions
|
@ -1,20 +1,19 @@
|
|||
# Template file for 'python-automat'
|
||||
pkgname=python-automat
|
||||
version=0.7.0
|
||||
revision=2
|
||||
version=20.2.0
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="Automat-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="automat"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-setuptools python-attrs python-six"
|
||||
checkdepends="python3-attrs python3-six python3-Twisted python3-graphviz"
|
||||
short_desc="Finite-state machines in Python (Python2)"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://github.com/glyph/Automat"
|
||||
license="MIT"
|
||||
homepage="https://github.com/glyph/Automat"
|
||||
distfiles="${PYPI_SITE}/A/Automat/Automat-${version}.tar.gz"
|
||||
checksum=cbd78b83fa2d81fe2a4d23d258e1661dd7493c9a50ee2f1a5b2cac61c1793b0e
|
||||
checksum=7979803c74610e11ef0c0d68a2942b152df52da55336e0c9d58daf1831cbdf33
|
||||
alternatives="automat:automat-visualize:/usr/bin/automat-visualize2"
|
||||
|
||||
pre_build() {
|
||||
|
@ -34,7 +33,6 @@ post_install() {
|
|||
|
||||
python3-automat_package() {
|
||||
archs=noarch
|
||||
pycompile_module="automat"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
depends="python3-setuptools python3-attrs python3-six"
|
||||
alternatives="automat:automat-visualize:/usr/bin/automat-visualize3"
|
||||
|
|
Loading…
Reference in a new issue