python-ply: update to 3.9
This commit is contained in:
parent
6f263b901a
commit
bac296512d
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-ply'
|
||||
pkgname=python-ply
|
||||
version=3.8
|
||||
version=3.9
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="ply-${version}"
|
||||
|
@ -14,7 +14,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|||
homepage="http://www.dabeaz.com/ply/"
|
||||
license="3-clause-BSD"
|
||||
distfiles="${PYPI_SITE}/p/ply/ply-${version}.tar.gz"
|
||||
checksum=e7d1bdff026beb159c9942f7a17e102c375638d9478a7ecd4cc0c76afd8de0b8
|
||||
checksum=0d7e2940b9c57151392fceaa62b0865c45e06ce1e36687fd8d03f011a907f43e
|
||||
|
||||
post_install() {
|
||||
sed -n '/Copyright/,/POSSIBILITY/p' README.md >LICENSE
|
||||
|
|
Loading…
Reference in New Issue