This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
python-automat: Update to 20.2.0, refresh patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
lilik-openwrt-22.03
Jeffery To
5 years ago
parent
9c64725f3f
commit
9a049b6ece
4 changed files
with
5 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
lang/python/python-automat/Makefile
+1
-1
lang/python/python-automat/patches/001-do-not-use-setuptools-scm-m2r.patch
+1
-1
lang/python/python-automat/patches/002-omit-visualize.patch
+1
-1
lang/python/python-automat/patches/003-omit-tests.patch
+ 2
- 2
lang/python/python-automat/Makefile
View File
@ -8,11 +8,11 @@
i
n
c
l
u
d
e
$(
TOPDIR
)
/
r
u
l
e
s
.
m
k
PKG_NAME
:=
python-automat
PKG_VERSION
:=
0.8
.0
PKG_VERSION
:=
20.2
.0
PKG_RELEASE
:=
1
PYPI_NAME
:=
Automat
PKG_HASH
:=
269a09dfb063a3b078983f4976d83f0a0d3e6e7aaf8e27d8df1095e09dc4a484
PKG_HASH
:=
7979803c74610e11ef0c0d68a2942b152df52da55336e0c9d58daf1831cbdf33
PKG_LICENSE
:=
MIT
PKG_LICENSE_FILES
:=
LICENSE
+ 1
- 1
lang/python/python-automat/patches/001-do-not-use-setuptools-scm-m2r.patch
View File
@ -26,5 +26,5 @@
- 'm2r',
- ],
install_requires=[
"attrs>=1
6.1
.0",
"attrs>=1
9.2
.0",
"six",
+ 1
- 1
lang/python/python-automat/patches/002-omit-visualize.patch
View File
@ -1,7 +1,7 @@
--- a/setup.py
+++ b/setup.py
@@ -27,15 +27,6 @@ setup(
"attrs>=1
6.1
.0",
"attrs>=1
9.2
.0",
"six",
],
- extras_require={
+ 1
- 1
lang/python/python-automat/patches/003-omit-tests.patch
View File
@ -8,7 +8,7 @@
+ packages=find_packages(exclude=["*._test", "*._test.*"]),
package_dir={'automat': 'automat'},
install_requires=[
"attrs>=1
6.1
.0",
"attrs>=1
9.2
.0",
@@ -30,6 +30,7 @@ setup(
author='Glyph',
author_email='glyph@twistedmatrix.com',
Write
Preview
Loading…
Cancel
Save