void-packages/srcpkgs/python-serpent/template
Pulux 7e3fc5057c python-serpent: split package
New package: python3-serpent-1.30.2

python2 support only up to version 1.28
2020-07-23 22:36:36 +02:00

19 lines
550 B
Bash

# Template file for 'python-serpent'
pkgname=python-serpent
version=1.28
revision=3
archs=noarch
wrksrc="${pkgname#*-}-${version}"
build_style=python2-module
hostmakedepends="python-setuptools"
depends="python"
short_desc="Serialization library based on ast.literal_eval (Python2)"
maintainer="pulux <pulux@pf4sh.de>"
license="MIT"
homepage="https://pypi.org/project/serpent/"
distfiles="${PYPI_SITE}/s/serpent/serpent-${version}.tar.gz"
checksum=f306336ca09aa38e526f3b03cab58eb7e45af09981267233167bcf3bfd6436ab
post_install() {
vlicense LICENSE
}