python-contextlib2: Update to 21.6.0

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
Jeffery To 2023-07-28 02:16:26 +08:00 committed by Tianling Shen
parent 197c34e62d
commit c0552ae0d4
1 changed files with 10 additions and 6 deletions

View File

@ -5,12 +5,15 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-contextlib2
PKG_VERSION:=0.6.0.post1
PKG_VERSION:=21.6.0
PKG_RELEASE:=1
PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz>
PYPI_NAME:=contextlib2
PKG_HASH:=01f490098c18b19d2bd5bb5dc445b2054d2fa97f09a4280ba2c5f3c394c8162e
PKG_HASH:=ab1e2bfe1d01d968e1b7e8d9023bc51ef3509bba217bb730cee3827e1ee82869
PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz>
PKG_LICENSE:=PSF-2.0 Apache-2.0
PKG_LICENSE_FILES:=LICENSE.txt
include ../pypi.mk
include $(INCLUDE_DIR)/package.mk
@ -20,13 +23,14 @@ define Package/python3-contextlib2
SECTION:=lang
CATEGORY:=Languages
SUBMENU:=Python
URL:=http://contextlib2.readthedocs.org
TITLE:=python3-contextlib2
URL:=https://contextlib2.readthedocs.org
TITLE:=Backports and enhancements for the contextlib module
DEPENDS:=+python3-light
endef
define Package/python-contextlib2/description
contextlib2 is a backport of the standard librarys contextlib module to earlier Python versions.
contextlib2 is a backport of the standard library's contextlib module to
earlier Python versions.
endef
$(eval $(call Py3Package,python3-contextlib2))