mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 01:51:22 +00:00
python-incremental: Update to 21.3.0, refresh patch
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -8,11 +8,11 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=python-incremental
|
PKG_NAME:=python-incremental
|
||||||
PKG_VERSION:=17.5.0
|
PKG_VERSION:=21.3.0
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PYPI_NAME:=incremental
|
PYPI_NAME:=incremental
|
||||||
PKG_HASH:=7b751696aaf36eebfab537e458929e194460051ccad279c72b755a167eebd4b3
|
PKG_HASH:=02f5de5aff48f6b9f665d99d48bfc7ec03b6e3943210de7cfc88856d755d6f57
|
||||||
|
|
||||||
PKG_LICENSE:=MIT
|
PKG_LICENSE:=MIT
|
||||||
PKG_LICENSE_FILES:=LICENSE
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
--- a/setup.py
|
--- a/setup.py
|
||||||
+++ b/setup.py
|
+++ b/setup.py
|
||||||
@@ -32,7 +32,7 @@ setup(
|
@@ -31,7 +31,7 @@ setup(
|
||||||
"Programming Language :: Python :: 3.5",
|
"Programming Language :: Python :: 3.5",
|
||||||
"Programming Language :: Python :: 3.6",
|
"Programming Language :: Python :: 3.6",
|
||||||
],
|
],
|
||||||
- packages=find_packages("src", exclude=("exampleproj",)),
|
- packages=find_packages("src", exclude=("exampleproj",)),
|
||||||
+ packages=find_packages("src", exclude=("exampleproj", "*.tests", "*.tests.*")),
|
+ packages=find_packages("src", exclude=("exampleproj", "*.tests", "*.tests.*")),
|
||||||
package_dir={"": "src"},
|
package_dir={"": "src"},
|
||||||
extras_require={
|
extras_require={"scripts": ["click>=6.0", "twisted>=16.4.0"]},
|
||||||
"scripts": [
|
license="MIT",
|
||||||
|
|||||||
Reference in New Issue
Block a user