mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
python-ply: update to 3.11
This commit is contained in:
parent
5648fa3597
commit
01d54b55b1
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-ply'
|
# Template file for 'python-ply'
|
||||||
pkgname=python-ply
|
pkgname=python-ply
|
||||||
version=3.10
|
version=3.11
|
||||||
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=96e94af7dd7031d8d6dd6e2a8e0de593b511c211a86e28a9c9621c275ac8bacb
|
checksum=00c7c1aaa88358b9c765b6d3000c6eec0ba42abca5351b095321aef446081da3
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
sed -n '/Copyright/,/POSSIBILITY/p' README.md >LICENSE
|
sed -n '/Copyright/,/POSSIBILITY/p' README.md >LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue