void-packages/srcpkgs/python3-pem/template
2020-10-10 10:21:24 -04:00

20 lines
528 B
Bash

# Template file for 'python3-pem'
pkgname=python3-pem
version=19.3.0
revision=2
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
}