ports/contrib (3.6): [notify] python3-Automat -> python3-automat renamed and new dependencies: python3-m2r python3-setuptools-scm python3-pip
commit 53e2c761ce87d804045d6e348c5a5252719e3c49 Author: Danny Rawlins <contact@romster.me> Date: Wed Jun 30 20:18:25 2021 +1000 [notify] python3-Automat -> python3-automat renamed and new dependencies: python3-m2r python3-setuptools-scm python3-pip diff --git a/python3-Automat/.footprint b/python3-automat/.footprint similarity index 100% rename from python3-Automat/.footprint rename to python3-automat/.footprint diff --git a/python3-Automat/.signature b/python3-automat/.signature similarity index 56% rename from python3-Automat/.signature rename to python3-automat/.signature index fb348ea09..f36d2d3d2 100644 --- a/python3-Automat/.signature +++ b/python3-automat/.signature @@ -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 diff --git a/python3-Automat/Pkgfile b/python3-automat/Pkgfile similarity index 58% rename from python3-Automat/Pkgfile rename to python3-automat/Pkgfile index bda12f867..cfbc1fccf 100644 --- a/python3-Automat/Pkgfile +++ b/python3-automat/Pkgfile @@ -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
participants (1)
-
crux@crux.nu