mirror of
https://github.com/openwrt/packages.git
synced 2025-12-19 00:51:19 +00:00
python-packages: Clean up Makefiles
This removes: * Python 3 variants (VARIANT:=python3) * "for Python3" from package titles * Package selection condition from package dependencies, e.g. +PACKAGE_python3-six:python3-light replaced with +python3-light * "Default" package information sections, e.g. Package/python-six/Default removed and package details merged into Package/python3-six * "(Variant for Python3)" from package descriptions Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=python-gnupg
|
||||
PKG_VERSION:=0.4.4
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
PYPI_NAME:=$(PKG_NAME)
|
||||
PKG_HASH:=45daf020b370bda13a1429c859fcdff0b766c0576844211446f9266cae97fb0e
|
||||
@@ -20,19 +20,13 @@ include ../pypi.mk
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include ../python3-package.mk
|
||||
|
||||
define Package/python-gnupg/Default
|
||||
define Package/python3-gnupg
|
||||
SECTION:=lang
|
||||
CATEGORY:=Languages
|
||||
SUBMENU:=Python
|
||||
URL:=https://gnupg.readthedocs.io/en/latest/
|
||||
DEPENDS:=+gnupg
|
||||
endef
|
||||
|
||||
define Package/python3-gnupg
|
||||
$(call Package/python-gnupg/Default)
|
||||
TITLE:=python3-gnupg
|
||||
DEPENDS+=+PACKAGE_python3-gnupg:python3-light
|
||||
VARIANT:=python3
|
||||
URL:=https://gnupg.readthedocs.io/en/latest/
|
||||
DEPENDS:=+gnupg +python3-light
|
||||
endef
|
||||
|
||||
define Package/python3-gnupg/description
|
||||
@@ -45,8 +39,6 @@ and sanitised, and therefore this module should be safe to use in
|
||||
networked applications requiring direct user input. It is intended for
|
||||
use on Windows, MacOS X, BSD, or Linux, with Python 2.6, Python 2.7,
|
||||
Python 3.3, Python 3.4, or PyPy.
|
||||
|
||||
(Variant for Python3)
|
||||
endef
|
||||
|
||||
define Py3Build/Compile
|
||||
|
||||
Reference in New Issue
Block a user