python-{asn1crypto,evdev,lxml}: add -src packages
authorAlexandru Ardelean <redacted>
Mon, 12 Aug 2019 07:17:12 +0000 (10:17 +0300)
committerAlexandru Ardelean <redacted>
Mon, 12 Aug 2019 07:18:29 +0000 (10:18 +0300)
They seem to have become popular, so adding src packages for these as well.
Not bumping PKG_RELEASE intentionally, since these packages are new.

Signed-off-by: Alexandru Ardelean <redacted>
lang/python/python-asn1crypto/Makefile
lang/python/python-evdev/Makefile
lang/python/python-lxml/Makefile

index 21d443e931b04460440607defeb956c35c6f96be..8f0993fc79b6e508d3c84486046fe9f85fbef35f 100644 (file)
@@ -61,5 +61,8 @@ endef
 
 $(eval $(call PyPackage,python-asn1crypto))
 $(eval $(call BuildPackage,python-asn1crypto))
+$(eval $(call BuildPackage,python-asn1crypto-src))
+
 $(eval $(call Py3Package,python3-asn1crypto))
 $(eval $(call BuildPackage,python3-asn1crypto))
+$(eval $(call BuildPackage,python3-asn1crypto-src))
index 6f062d1c55ee28c7020e0ca97cc75924890684d3..d72dd22a7637fdf6ba841b918e978bd2dd48ab2e 100644 (file)
@@ -74,5 +74,8 @@ 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))
index 1d8b54c7ec326eba75d066c5361286ebf334f43b..8aa7e415f6f40c2f1a69af55f15f1f24031bc7c0 100644 (file)
@@ -89,6 +89,8 @@ endef
 
 $(eval $(call PyPackage,python-lxml))
 $(eval $(call BuildPackage,python-lxml))
+$(eval $(call BuildPackage,python-lxml-src))
 
 $(eval $(call Py3Package,python3-lxml))
 $(eval $(call BuildPackage,python3-lxml))
+$(eval $(call BuildPackage,python3-lxml-src))
git clone https://git.99rst.org/PROJECT