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