python/python2-automat: Updated for version 22.10.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2023-02-28 11:01:33 +01:00 committed by Willy Sudiarto Raharjo
parent a7e6302541
commit 805d011409
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 4 additions and 16 deletions

View file

@ -1,11 +0,0 @@
diff -Naur Automat-20.2.0.orig/setup.py Automat-20.2.0/setup.py
--- Automat-20.2.0.orig/setup.py 2020-02-17 04:33:10.000000000 +0900
+++ Automat-20.2.0/setup.py 2022-10-31 21:14:14.926665030 +0900
@@ -24,7 +24,6 @@
package_dir={'automat': 'automat'},
setup_requires=[
'setuptools-scm',
- 'm2r',
],
install_requires=[
"attrs>=19.2.0",

View file

@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python2-automat
SRCNAM=Automat
VERSION=${VERSION:-20.2.0}
VERSION=${VERSION:-22.10.0}
BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -74,7 +74,6 @@ cd $TMP
rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
cat $CWD/optional_m2r.diff | patch -p1
chown -R root:root .
find -L . \

View file

@ -1,8 +1,8 @@
PRGNAM="python2-automat"
VERSION="20.2.0"
VERSION="22.10.0"
HOMEPAGE="https://pypi.python.org/pypi/Automat"
DOWNLOAD="https://pypi.python.org/packages/source/A/Automat/Automat-20.2.0.tar.gz"
MD5SUM="d6cef9886b037b8857bfbc686f3ae30a"
DOWNLOAD="https://pypi.python.org/packages/source/A/Automat/Automat-22.10.0.tar.gz"
MD5SUM="b8064994239aabb172748f984489ce75"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python2-setuptools-scm python2-attrs wheel"