From: Jeffery To Date: Sun, 24 Jun 2018 18:31:52 +0000 (+0800) Subject: python-ply: update to 3.11 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=8c545ae8dd870bb79808e1a03fe5dfcf01ac5cf8;p=feed%2Fpackages.git python-ply: update to 3.11 Signed-off-by: Jeffery To --- diff --git a/lang/python/python-ply/Makefile b/lang/python/python-ply/Makefile index 6970204026..85aa740a30 100644 --- a/lang/python/python-ply/Makefile +++ b/lang/python/python-ply/Makefile @@ -8,12 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-ply -PKG_VERSION:=3.10 -PKG_RELEASE:=2 +PKG_VERSION:=3.11 +PKG_RELEASE:=1 PKG_SOURCE:=ply-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://www.dabeaz.com/ply -PKG_HASH:=96e94af7dd7031d8d6dd6e2a8e0de593b511c211a86e28a9c9621c275ac8bacb +PKG_SOURCE_URL:=http://www.dabeaz.com/ply \ + https://files.pythonhosted.org/packages/source/p/ply +PKG_HASH:=00c7c1aaa88358b9c765b6d3000c6eec0ba42abca5351b095321aef446081da3 PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-ply-$(PKG_VERSION) @@ -36,14 +37,14 @@ endef define Package/python-ply $(call Package/python-ply/Default) - TITLE:=python-ply + TITLE:=lex and yacc for Python DEPENDS:=+PACKAGE_python-ply:python-light VARIANT:=python endef define Package/python3-ply $(call Package/python-ply/Default) - TITLE:=python3-ply + TITLE:=lex and yacc for Python DEPENDS:=+PACKAGE_python3-ply:python3-light VARIANT:=python3 endef