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-twisted: Update to 22.1.0, refresh patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
lilik-openwrt-22.03
Jeffery To
3 years ago
committed by
Rosen Penev
parent
4e0d54f4d2
commit
9f3816d1c6
3 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-twisted/Makefile
+1
-1
lang/python/python-twisted/patches/001-omit-tkconch.patch
+2
-2
lang/python/python-twisted/patches/002-omit-tests.patch
+ 2
- 2
lang/python/python-twisted/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-twisted
PKG_VERSION
:=
2
1.7
.0
PKG_VERSION
:=
2
2.1
.0
PKG_RELEASE
:=
1
PYPI_NAME
:=
Twisted
PKG_HASH
:=
2cd652542463277378b0d349f47c62f20d9306e57d1247baabd6d1d38a109006
PKG_HASH
:=
b7971ec9805b0f80e1dcb1a3721d7bfad636d5f909de687430ce373979d67b61
PKG_BUILD_DEPENDS
:=
libtirpc
+ 1
- 1
lang/python/python-twisted/patches/001-omit-tkconch.patch
View File
@ -1,6 +1,6 @@
--- a/setup.cfg
+++ b/setup.cfg
@@ -10
5,7 +105
,6 @@ console_scripts =
@@ -10
8,7 +108
,6 @@ console_scripts =
conch = twisted.conch.scripts.conch:run
mailmail = twisted.mail.scripts.mailmail:run
pyhtmlizer = twisted.scripts.htmlizer:run
+ 2
- 2
lang/python/python-twisted/patches/002-omit-tests.patch
View File
@ -1,6 +1,6 @@
--- a/setup.cfg
+++ b/setup.cfg
@@ -
97,6 +97
,9 @@ mypy =
@@ -
100,6 +100
,9 @@ mypy =
[options.packages.find]
where = src
@ -10,7 +10,7 @@
[options.entry_points]
console_scripts =
@@ -11
6,6 +119
,7 @@ console_scripts =
@@ -11
9,6 +122
,7 @@ console_scripts =
*.pxi
*.pyx
build.bat
Write
Preview
Loading…
Cancel
Save