void-packages/srcpkgs/python3-pem/template
2019-04-17 17:00:33 -03:00

21 lines
544 B
Bash

# Template file for 'python3-pem'
pkgname=python3-pem
version=19.1.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="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT"
homepage="https://pem.readthedocs.io/en/stable/"
distfiles="${PYPI_SITE}/p/pem/pem-${version}.tar.gz"
checksum=0f0428fbe22cafa3eb973619a1c329aa886a24bbdafe138d3a46a084059dc0b1
post_install() {
vlicense LICENSE
}