Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions srcpkgs/python3-pem/template
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Template file for 'python3-pem'
pkgname=python3-pem
version=20.1.0
revision=6
build_style=python3-module
hostmakedepends="python3-setuptools"
version=23.1.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools hatch-fancy-pypi-readme hatch-vcs"
depends="python3"
checkdepends="python3-pytest python3-openssl python3-certifi python3-pretend"
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=2763631a5ffe55f1f21fa34abafdba174a8eeb670d84f66dcfd7a523b44608f6
checksum=06503ff2441a111f853ce4e8b9eb9d5fedb488ebdbf560115d3dd53a1b4afc73

post_install() {
vlicense LICENSE
Expand Down
Loading