From 50e241fce84579e9a130f5b5dc21106b46e0b148 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 16 May 2023 16:49:33 -0400 Subject: [PATCH 1/2] 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 000000000000..feb418822aa0 --- /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 000000000000..f906de7f0769 --- /dev/null +++ b/srcpkgs/python3-aputils/update @@ -0,0 +1,2 @@ +site="https://git.barkshark.xyz/barkshark/aputils/tags" +pattern='\K[\d.]+(?=)' From a6584fdb1d0f2de60e4b9c1bf86a710c321b01ee Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 16 May 2023 11:47:28 -0400 Subject: [PATCH 2/2] activityrelay: update to 0.2.4. --- srcpkgs/activityrelay/files/activityrelay/run | 2 +- srcpkgs/activityrelay/template | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/activityrelay/files/activityrelay/run b/srcpkgs/activityrelay/files/activityrelay/run index 2082710dd442..695abd209d17 100755 --- a/srcpkgs/activityrelay/files/activityrelay/run +++ b/srcpkgs/activityrelay/files/activityrelay/run @@ -2,4 +2,4 @@ [ -r ./conf ] && . ./conf exec 2>&1 exec chpst -u _activityrelay:_activityrelay activityrelay \ - -c ${CONFIG_FILE:-/etc/activityrelay/activityrelay.yaml} + -c ${CONFIG_FILE:-/etc/activityrelay/activityrelay.yaml} run diff --git a/srcpkgs/activityrelay/template b/srcpkgs/activityrelay/template index 4b8d80b8f6b0..74b8e8dbc880 100644 --- a/srcpkgs/activityrelay/template +++ b/srcpkgs/activityrelay/template @@ -1,17 +1,17 @@ # Template file for 'activityrelay' pkgname=activityrelay -version=0.2.2 -revision=2 +version=0.2.4 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-aiohttp python3-cachetools python3-click python3-pycryptodome +depends="python3-aiohttp python3-aputils python3-cachetools python3-click python3-yaml" short_desc="Generic LitePub relay (works with LitePub consumers and Mastodon)" maintainer="Joel Beckmeyer " license="AGPL-3.0-or-later" homepage="https://git.pleroma.social/pleroma/relay" distfiles="https://git.pleroma.social/pleroma/relay/-/archive/${version}/relay-${version}.tar.gz" -checksum=f460037a522e45fd030735da893e5851d90b6340caab0bcd24346996474aac25 +checksum=32c127b789d3305301f6a408299a9d59035665674dae6806fb4bb3206698b40e make_check=no # no tests specified system_accounts="_activityrelay"