21 lines
541 B
Bash
21 lines
541 B
Bash
# Template file for 'python3-pem'
|
|
pkgname=python3-pem
|
|
version=19.3.0
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="pem-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="pem"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Easy PEM file parsing in Python3"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://pem.readthedocs.io/en/stable/"
|
|
distfiles="${PYPI_SITE}/p/pem/pem-${version}.tar.gz"
|
|
checksum=d10058932ec7b9bbc81c40862275395b9faa287353a9152b642393e7efcdb526
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|