diff options
author | Jeffery To <jeffery.to@gmail.com> | 2020-04-01 22:21:16 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2020-04-02 14:57:30 +0800 |
commit | 658b1b67587c4698f6a4c182e9afea7cb5fba2ee (patch) | |
tree | 94f402f8080841dc3a6c7f4a701d7aeb21a6f6b2 /lang/python/python-evdev | |
parent | c37b15e1c49cf27de8f34f43e93a7a5c184be9e0 (diff) |
python-libraries: Remove Python 2 variants
The Python 2 variants will be added to the abandoned packages feed.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'lang/python/python-evdev')
-rw-r--r-- | lang/python/python-evdev/Makefile | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/lang/python/python-evdev/Makefile b/lang/python/python-evdev/Makefile index 2f7ad030d..037d26c92 100644 --- a/lang/python/python-evdev/Makefile +++ b/lang/python/python-evdev/Makefile @@ -20,7 +20,6 @@ PKG_HASH:=b1c649b4fed7252711011da235782b2c260b32e004058d62473471e5cd30634d include ../pypi.mk include $(INCLUDE_DIR)/package.mk -include ../python-package.mk include ../python3-package.mk define Package/python-evdev/Default @@ -30,15 +29,6 @@ define Package/python-evdev/Default URL:=https://github.com/gvalkov/python-evdev endef -define Package/python-evdev -$(call Package/python-evdev/Default) - TITLE:=python-evdev - DEPENDS:= \ - +PACKAGE_python-evdev:python-light \ - +PACKAGE_python-evdev:python-ctypes - VARIANT:=python -endef - define Package/python3-evdev $(call Package/python-evdev/Default) TITLE:=python3-evdev @@ -48,13 +38,8 @@ $(call Package/python-evdev/Default) VARIANT:=python3 endef - -define Package/python-evdev/description - Bindings to the Linux input handling subsystem -endef - define Package/python3-evdev/description -$(call Package/python-evdev/description) + Bindings to the Linux input handling subsystem . (Variant for Python3) endef @@ -66,12 +51,6 @@ PYTHON3_PKG_SETUP_GLOBAL_ARGS:= \ --evdev-headers="$(LINUX_EVDEV_HEADERS)" \ build_ext -PYTHON_PKG_SETUP_GLOBAL_ARGS:=$(PYTHON3_PKG_SETUP_GLOBAL_ARGS) - -$(eval $(call PyPackage,python-evdev)) -$(eval $(call BuildPackage,python-evdev)) -$(eval $(call BuildPackage,python-evdev-src)) - $(eval $(call Py3Package,python3-evdev)) $(eval $(call BuildPackage,python3-evdev)) $(eval $(call BuildPackage,python3-evdev-src)) |