void-packages/srcpkgs/python3-serpent/template

19 lines
549 B
Bash

# Template file for 'python3-serpent'
pkgname=python3-serpent
version=1.41
revision=3
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=0407035fe3c6644387d48cff1467d5aa9feff814d07372b78677ed0ee3ed7095
post_install() {
vlicense LICENSE
}