summaryrefslogtreecommitdiff
path: root/python3-automat
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-06-29 18:07:43 +0200
committerTim Biermann <tbier@posteo.de>2022-06-29 19:08:10 +0200
commitdb8cfc49257b67f4fe45e61916b241bdda300c19 (patch)
treed895adb92fd6ef28923acc8178e1f4aeec7ad054 /python3-automat
parent62f95d9e35a672641a0898dce157454b844dc300 (diff)
downloadcontrib-db8cfc49257b67f4fe45e61916b241bdda300c19.tar.gz
contrib-db8cfc49257b67f4fe45e61916b241bdda300c19.tar.xz
python3-automat: deleted redundant dependency and fixed build
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 f36d2d3d2..0c8fe1d84 100644
--- a/python3-automat/.signature
+++ b/python3-automat/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF39qs3iL5lJI7ETSWdTdszBUyVH337LUS1MJaMhwtfEF8sZafzQH/5QovM9ujcJBG7WCvl6Kdxi8Vh7LQNnpBsQA=
-SHA256 (Pkgfile) = 8cb5349fbabed564afb14eeeb042b5f896e5bd810eb8bfda694f19ddeef4a27d
+RWSagIOpLGJF31h1D4upwqUiQ3Q65+jnolUZ3PfraDppucQYXQGKlFW1Tnz80aijB/MCk/4QGlfIP+iPuAS8y7W9XhxEzU18fgY=
+SHA256 (Pkgfile) = bab923124b294ebce3996593a3e248be5b5f2a83a018476cf3be2fbfe5fc543d
SHA256 (.footprint) = 5de9617b1a349a093e60a2d0aabb995ac66e1877f55acc7c46cab46bc822a4f9
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