lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 56f7f6f8d3822a834bac10dd7956c3a342249612
parent f152712104b1b99c066cfed39969a4a9531aa031
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date:   Tue, 20 Sep 2016 20:53:30 +0300

Merge pull request #3194 from jefferyto/python-ply-3.9

python-ply: update to 3.9
Diffstat:
Mlang/python-ply/Makefile | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lang/python-ply/Makefile b/lang/python-ply/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ply -PKG_VERSION:=3.8 -PKG_RELEASE:=3 +PKG_VERSION:=3.9 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.dabeaz.com/ply -PKG_MD5SUM:=94726411496c52c87c2b9429b12d5c50 +PKG_MD5SUM:=c5c5767376eff902617fd9874f0c76b7 PKG_BUILD_DEPENDS:=python python-setuptools HOST_BUILD_DEPENDS:=python/host python-setuptools/host