summaryrefslogtreecommitdiff
path: root/python3-automat
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-06-29 20:33:47 +0200
committerTim Biermann <tbier@posteo.de>2022-06-29 20:33:47 +0200
commit5d194418af6ceabe2dfaf325a01daf065b507b6f (patch)
tree3f01c688e3cf4501825ea29626cb57af7f06052d /python3-automat
parent70335112f4e9019246804474340f930bc4c20ebc (diff)
parentc5feed8eeaab913b685cc2a910aac5d406586310 (diff)
downloadcontrib-5d194418af6ceabe2dfaf325a01daf065b507b6f.tar.gz
contrib-5d194418af6ceabe2dfaf325a01daf065b507b6f.tar.xz
Merge remote-tracking branch 'origin/3.6' into 3.7
Diffstat (limited to 'python3-automat')
-rw-r--r--python3-automat/.signature4
-rw-r--r--python3-automat/Pkgfile5
2 files changed, 6 insertions, 3 deletions
diff --git a/python3-automat/.signature b/python3-automat/.signature
index 864aeb0f8..c6a1fc7d9 100644
--- a/python3-automat/.signature
+++ b/python3-automat/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3y5EFZzHUEPTAxmpcWVUUGD6lsiAwo4upl/SvNG9TpwRzUDH4iX0r5OXvQr8pzWdO6sEPXMTT5lwbt6RUTzZ9A4=
-SHA256 (Pkgfile) = 8cb5349fbabed564afb14eeeb042b5f896e5bd810eb8bfda694f19ddeef4a27d
+RWSagIOpLGJF3+/Y4o8zeKJFv+jg5OiDFPk7UfZcs2ZbDDpP8z+RYI0a0sjE9Y+nKE0ZqcH1XOIVuRlT0MYzgR2cqfrg3X0p+gY=
+SHA256 (Pkgfile) = bab923124b294ebce3996593a3e248be5b5f2a83a018476cf3be2fbfe5fc543d
SHA256 (.footprint) = be3e5a9e7020e4b0e18b22ae114ea371b2798860e067d9bfca5f5cdcc403e5bb
SHA256 (Automat-20.2.0.tar.gz) = 7979803c74610e11ef0c0d68a2942b152df52da55336e0c9d58daf1831cbdf33
diff --git a/python3-automat/Pkgfile b/python3-automat/Pkgfile
index cfbc1fccf..a9af50b3b 100644
--- a/python3-automat/Pkgfile
+++ b/python3-automat/Pkgfile
@@ -1,7 +1,7 @@
# 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 python3-m2r python3-setuptools-scm python3-pip
+# Depends on: python3-attrs python3-m2r python3-setuptools-scm
name=python3-automat
_name=python3-Automat
@@ -11,6 +11,9 @@ source=(https://files.pythonhosted.org/packages/source/${_name:8:1}/${_name#*-}/
build() {
cd ${_name#*-}-$version
+
+ export SETUPTOOLS_SCM_PRETEND_VERSION=$version
+
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr --root=$PKG --optimize=1

Generated by cgit