New package: python3-pem-19.1.0

This commit is contained in:
maxice8 2019-04-14 22:43:06 -03:00 committed by maxice8
parent 539e82cd06
commit 45c9e06323

View file

@ -0,0 +1,20 @@
# 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
}