[arch-commits] Commit in python-automat/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Jan 13 13:06:14 UTC 2021
Date: Wednesday, January 13, 2021 @ 13:06:12
Author: felixonmars
Revision: 406173
upgpkg: python-automat 20.2.0-5: setuptools is no longer needed as runtime dependency
Modified:
python-automat/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-13 13:02:33 UTC (rev 406172)
+++ PKGBUILD 2021-01-13 13:06:12 UTC (rev 406173)
@@ -3,7 +3,7 @@
pkgbase=python-automat
pkgname=('python-automat' 'python2-automat')
pkgver=20.2.0
-pkgrel=4
+pkgrel=5
arch=('any')
license=('MIT')
pkgdesc="Self-service finite-state machines for the programmer on the go."
@@ -38,7 +38,7 @@
}
package_python-automat() {
- depends=('python-attrs' 'python-setuptools')
+ depends=('python-attrs')
cd automat-$pkgver
python setup.py install --root="$pkgdir" --optimize=1
@@ -46,7 +46,7 @@
}
package_python2-automat() {
- depends=('python2-attrs' 'python2-setuptools')
+ depends=('python2-attrs')
cd automat-$pkgver-py2
python2 setup.py install --root="$pkgdir" --optimize=1
More information about the arch-commits
mailing list