From 6ee1950c02ed64e238cf98ee380f002dc14d3d87 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 16 May 2023 16:49:33 -0400 Subject: [PATCH] New package: python3-aputils-0.1.4 --- srcpkgs/python3-aputils/template | 18 ++++++++++++++++++ srcpkgs/python3-aputils/update | 2 ++ 2 files changed, 20 insertions(+) create mode 100644 srcpkgs/python3-aputils/template create mode 100644 srcpkgs/python3-aputils/update diff --git a/srcpkgs/python3-aputils/template b/srcpkgs/python3-aputils/template new file mode 100644 index 00000000000..feb418822aa --- /dev/null +++ b/srcpkgs/python3-aputils/template @@ -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 " +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 +} diff --git a/srcpkgs/python3-aputils/update b/srcpkgs/python3-aputils/update new file mode 100644 index 00000000000..f906de7f076 --- /dev/null +++ b/srcpkgs/python3-aputils/update @@ -0,0 +1,2 @@ +site="https://git.barkshark.xyz/barkshark/aputils/tags" +pattern='\K[\d.]+(?=)'