20 lines
583 B
Bash
20 lines
583 B
Bash
# Template file for 'python3-serpent'
|
|
pkgname=python3-serpent
|
|
version=1.40
|
|
revision=2
|
|
wrksrc="${pkgname#*-}-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-attrs python3-pytz"
|
|
short_desc="Serialization library based on ast.literal_eval (Python3)"
|
|
maintainer="pulux <pulux@pf4sh.de>"
|
|
license="MIT"
|
|
homepage="https://pypi.org/project/serpent/"
|
|
distfiles="${PYPI_SITE}/s/serpent/serpent-${version}.tar.gz"
|
|
checksum=10b34e7f8e3207ee6fb70dcdc9bce473851ee3daf0b47c58aec1b48032ac11ce
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|