mirror of
https://github.com/openwrt/packages.git
synced 2025-12-18 16:41:22 +00:00
python-*,python3-*: add src packages for multiple packages
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2015-2016 OpenWrt.org
|
||||
# Copyright (C) 2015-2018 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=python-ply
|
||||
PKG_VERSION:=3.10
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=ply-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://www.dabeaz.com/ply
|
||||
@@ -61,6 +61,8 @@ endef
|
||||
|
||||
$(eval $(call PyPackage,python-ply))
|
||||
$(eval $(call BuildPackage,python-ply))
|
||||
$(eval $(call BuildPackage,python-ply-src))
|
||||
|
||||
$(eval $(call Py3Package,python3-ply))
|
||||
$(eval $(call BuildPackage,python3-ply))
|
||||
$(eval $(call BuildPackage,python3-ply-src))
|
||||
|
||||
Reference in New Issue
Block a user