New package: python3-pem-19.1.0
This commit is contained in:
20
srcpkgs/python3-pem/template
Normal file
20
srcpkgs/python3-pem/template
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user