mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
python-incremental: Update to 24.7.2
To see changes check NEWS [1]. [1] https://github.com/twisted/incremental/blob/incremental-24.7.2/NEWS.rst Signed-off-by: Richard Muzik <richard.muzik@turris.com>
This commit is contained in:
committed by
Josef Schlehofer
parent
102b5b548b
commit
63b3e10116
@@ -8,11 +8,11 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=python-incremental
|
||||
PKG_VERSION:=22.10.0
|
||||
PKG_VERSION:=24.7.2
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PYPI_NAME:=incremental
|
||||
PKG_HASH:=912feeb5e0f7e0188e6f42241d2f450002e11bbc0937c65865045854c24c0bd0
|
||||
PKG_HASH:=fb4f1d47ee60efe87d4f6f0ebb5f70b9760db2b2574c59c8e8912be4ebd464c9
|
||||
|
||||
PKG_LICENSE:=MIT
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
@@ -39,6 +39,11 @@ define Package/python3-incremental/description
|
||||
Incremental is a small library that versions your Python projects.
|
||||
endef
|
||||
|
||||
define Py3Package/python3-incremental/filespec
|
||||
+|$(PYTHON3_PKG_DIR)
|
||||
-|$(PYTHON3_PKG_DIR)/incremental/tests
|
||||
endef
|
||||
|
||||
$(eval $(call Py3Package,python3-incremental))
|
||||
$(eval $(call BuildPackage,python3-incremental))
|
||||
$(eval $(call BuildPackage,python3-incremental-src))
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
--- a/setup.cfg
|
||||
+++ b/setup.cfg
|
||||
@@ -30,7 +30,10 @@ zip_safe = False
|
||||
|
||||
[options.packages.find]
|
||||
where = src
|
||||
-exclude = exampleproj
|
||||
+exclude =
|
||||
+ exampleproj
|
||||
+ *.tests
|
||||
+ *.tests.*
|
||||
|
||||
[options.package_data]
|
||||
incremental = py.typed
|
||||
Reference in New Issue
Block a user