contrib/python-Automat/Pkgfile

16 lines
496 B
Plaintext
Raw Normal View History

2017-11-05 08:18:41 +01:00
# Description: Self-service finite-state machines for the programmer on the go.
# URL: https://pypi.python.org/pypi/automat
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: python-attrs
name=python-Automat
2018-06-22 16:01:46 +02:00
version=0.7.0
2017-11-05 08:18:41 +01:00
release=1
source=(https://files.pythonhosted.org/packages/source/${name:7:1}/${name#*-}/${name#*-}-$version.tar.gz)
build() {
cd ${name#*-}-$version
/usr/bin/python setup.py build
/usr/bin/python setup.py install --prefix=/usr --root=$PKG --optimize=1
}