python-serpent: update to 1.25.
This commit is contained in:
parent
6822c15885
commit
8f4a374444
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'python-serpent'
|
||||
pkgname=python-serpent
|
||||
version=1.24
|
||||
version=1.25
|
||||
revision=1
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
noarch=yes
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="serpent.py"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
|
@ -13,7 +13,7 @@ maintainer="pulux <pulux@pf4sh.de>"
|
|||
license="MIT"
|
||||
homepage="https://pypi.org/project/serpent/"
|
||||
distfiles="${PYPI_SITE}/s/serpent/serpent-${version}.tar.gz"
|
||||
checksum=b6855483d95a03b6aee358363684cd38a3a670240da5bc6da4253079cb07b8df
|
||||
checksum=264a028e059c1b557701ae7c567cdab330dbd228ff924489343efcb39bd828a0
|
||||
|
||||
post_install() {
|
||||
head -n 4 setup.py | tail -n 3 > LICENSE
|
||||
|
|
Loading…
Reference in New Issue