[notify] python3-Automat -> python3-automat renamed and new dependencies: python3-m2r python3-setuptools-scm python3-pip

This commit is contained in:
Danny Rawlins 2021-06-30 20:18:25 +10:00
parent 24137faa00
commit 53e2c761ce
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF38Hogm8gm+lDLVAjAOiiHJrp+ch/A0WRU7zKaoCCXYfTodY8Esz7MeucA82zoooUmx4xV88JM4lLTjI8EkM7SQw=
SHA256 (Pkgfile) = 845e88bafea3249f68cd554333b394f772dfdbc8575c6ab2d1a3abbf4c417c52
RWSagIOpLGJF39qs3iL5lJI7ETSWdTdszBUyVH337LUS1MJaMhwtfEF8sZafzQH/5QovM9ujcJBG7WCvl6Kdxi8Vh7LQNnpBsQA=
SHA256 (Pkgfile) = 8cb5349fbabed564afb14eeeb042b5f896e5bd810eb8bfda694f19ddeef4a27d
SHA256 (.footprint) = 5de9617b1a349a093e60a2d0aabb995ac66e1877f55acc7c46cab46bc822a4f9
SHA256 (Automat-20.2.0.tar.gz) = 7979803c74610e11ef0c0d68a2942b152df52da55336e0c9d58daf1831cbdf33

View File

@ -1,15 +1,16 @@
# 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: python3-attrs
# Depends on: python3-attrs python3-m2r python3-setuptools-scm python3-pip
name=python3-Automat
name=python3-automat
_name=python3-Automat
version=20.2.0
release=1
source=(https://files.pythonhosted.org/packages/source/${name:8:1}/${name#*-}/${name#*-}-$version.tar.gz)
source=(https://files.pythonhosted.org/packages/source/${_name:8:1}/${_name#*-}/${_name#*-}-$version.tar.gz)
build() {
cd ${name#*-}-$version
cd ${_name#*-}-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr --root=$PKG --optimize=1