Browse Source

python-zipp: add new package

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
lilik-openwrt-22.03
Jan Pavlinec 5 years ago
parent
commit
f0a79ca148
No known key found for this signature in database GPG Key ID: 60244CCEFB39E584
1 changed files with 36 additions and 0 deletions
  1. +36
    -0
      lang/python/python-zipp/Makefile

+ 36
- 0
lang/python/python-zipp/Makefile View File

@ -0,0 +1,36 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-zipp
PKG_VERSION:=0.6.0
PKG_RELEASE:=1
PYPI_NAME:=zipp
PKG_HASH:=3718b1cbcd963c7d4c5511a8240812904164b7f381b647143a89d3b98f9bcd8e
PKG_MAINTAINER:=Paul Spooren <mail@aparcar.org>, Jan Pavlinec <jan.pavlinec@nic.cz>
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE
include ../pypi.mk
include $(INCLUDE_DIR)/package.mk
include ../python3-package.mk
define Package/python3-zipp
SECTION:=lang
CATEGORY:=Languages
SUBMENU:=Python
TITLE:=Zipfile object wrapper
URL:=https://github.com/jaraco/zipp
DEPENDS:=+python3-light +python-more-itertools
VARIANT:=python3
endef
HOST_PYTHON3_PACKAGE_BUILD_DEPENDS:=setuptools-scm
define Package/python3-zipp/description
Backport of pathlib-compatible object wrapper for zip files
endef
$(eval $(call Py3Package,python3-zipp))
$(eval $(call BuildPackage,python3-zipp))
$(eval $(call BuildPackage,python3-zipp-src))

Loading…
Cancel
Save