mirror of
https://github.com/openwrt/packages.git
synced 2025-12-20 17:41: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,20 +1,10 @@
|
||||
--- a/setup.cfg
|
||||
+++ b/setup.cfg
|
||||
@@ -107,6 +107,9 @@ mypy =
|
||||
--- a/pyproject.toml
|
||||
+++ b/pyproject.toml
|
||||
@@ -194,6 +194,7 @@ exclude = [
|
||||
"*.pxi",
|
||||
"*.pyx",
|
||||
"build.bat",
|
||||
+ "test",
|
||||
]
|
||||
|
||||
[options.packages.find]
|
||||
where = src
|
||||
+exclude =
|
||||
+ *.test
|
||||
+ *.test.*
|
||||
|
||||
[options.entry_points]
|
||||
console_scripts =
|
||||
@@ -126,6 +129,7 @@ console_scripts =
|
||||
*.pxi
|
||||
*.pyx
|
||||
build.bat
|
||||
+ test/*
|
||||
|
||||
[flake8]
|
||||
disable-noqa = True
|
||||
[tool.hatch.build.targets.sdist]
|
||||
|
||||
Reference in New Issue
Block a user