mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 10:01:20 +00:00
python-twisted: Update to 23.8.0, rework patches
The package changed to the hatchling build backend. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
--- a/setup.cfg
|
||||
+++ b/setup.cfg
|
||||
@@ -115,7 +115,6 @@ console_scripts =
|
||||
conch = twisted.conch.scripts.conch:run
|
||||
mailmail = twisted.mail.scripts.mailmail:run
|
||||
pyhtmlizer = twisted.scripts.htmlizer:run
|
||||
- tkconch = twisted.conch.scripts.tkconch:run
|
||||
trial = twisted.scripts.trial:run
|
||||
twist = twisted.application.twist._twist:Twist.main
|
||||
twistd = twisted.scripts.twistd:run
|
||||
--- a/pyproject.toml
|
||||
+++ b/pyproject.toml
|
||||
@@ -150,7 +150,6 @@ ckeygen = "twisted.conch.scripts.ckeygen
|
||||
conch = "twisted.conch.scripts.conch:run"
|
||||
mailmail = "twisted.mail.scripts.mailmail:run"
|
||||
pyhtmlizer = "twisted.scripts.htmlizer:run"
|
||||
-tkconch = "twisted.conch.scripts.tkconch:run"
|
||||
trial = "twisted.scripts.trial:run"
|
||||
twist = "twisted.application.twist._twist:Twist.main"
|
||||
twistd = "twisted.scripts.twistd:run"
|
||||
--- a/src/twisted/python/twisted-completion.zsh
|
||||
+++ b/src/twisted/python/twisted-completion.zsh
|
||||
@@ -1,4 +1,4 @@
|
||||
|
||||
Reference in New Issue
Block a user