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