void-packages/srcpkgs/python3-pem/template
2019-10-15 21:35:51 +02:00

21 lines
541 B
Bash

# Template file for 'python3-pem'
pkgname=python3-pem
version=19.2.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=a6f42d89cc43d62b5ed4c0fe9f87e8ab86af909ce4d4bb2b9098d79d84353a98
post_install() {
vlicense LICENSE
}