New package: python3-aputils-0.1.4

This commit is contained in:
Joel Beckmeyer 2023-05-16 16:49:33 -04:00 committed by Duncan Overbruck
parent b47a8c9d76
commit 6ee1950c02
2 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,18 @@
# Template file for 'python3-aputils'
pkgname=python3-aputils
version=0.1.4
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-pycryptodome"
short_desc="Various classes and functions for ActivityPub servers"
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
license="custom:CNPL"
homepage="https://git.barkshark.xyz/barkshark/aputils"
changelog="https://git.barkshark.xyz/barkshark/aputils/releases"
distfiles="https://git.barkshark.xyz/barkshark/aputils/archive/${version}.tar.gz"
checksum=2fa255df5998f10d9eeb2791ce3fe6ea3fc4f1701d84942d81ba8e4f66642896
post_install() {
vlicense LICENSE.md
}

View file

@ -0,0 +1,2 @@
site="https://git.barkshark.xyz/barkshark/aputils/tags"
pattern='<a.*>\K[\d.]+(?=</a>)'