Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] activityrelay: update to 0.2.4.
@ 2023-06-01 19:52 TinfoilSubmarine
  2023-06-14 17:23 ` [PR PATCH] [Merged]: " Duncaen
  0 siblings, 1 reply; 2+ messages in thread
From: TinfoilSubmarine @ 2023-06-01 19:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1415 bytes --]

There is a new pull request by TinfoilSubmarine against master on the void-packages repository

https://github.com/TinfoilSubmarine/void-packages maint/activityrelay
https://github.com/void-linux/void-packages/pull/44219

activityrelay: update to 0.2.4.
- New package: python3-aputils-0.1.4
This one might be a gamebreaker, not sure about this license...

- activityrelay: update to 0.2.4.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/44219.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-maint/activityrelay-44219.patch --]
[-- Type: text/x-diff, Size: 3566 bytes --]

From 50e241fce84579e9a130f5b5dc21106b46e0b148 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
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 <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
+}
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='<a.*>\K[\d.]+(?=</a>)'

From a6584fdb1d0f2de60e4b9c1bf86a710c321b01ee Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
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 <joel@beckmeyer.us>"
 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"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: activityrelay: update to 0.2.4.
  2023-06-01 19:52 [PR PATCH] activityrelay: update to 0.2.4 TinfoilSubmarine
@ 2023-06-14 17:23 ` Duncaen
  0 siblings, 0 replies; 2+ messages in thread
From: Duncaen @ 2023-06-14 17:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1234 bytes --]

There's a merged pull request on the void-packages repository

activityrelay: update to 0.2.4.
https://github.com/void-linux/void-packages/pull/44219

Description:
- New package: python3-aputils-0.1.4
This one might be a gamebreaker, not sure about this license...

- activityrelay: update to 0.2.4.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-14 17:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-01 19:52 [PR PATCH] activityrelay: update to 0.2.4 TinfoilSubmarine
2023-06-14 17:23 ` [PR PATCH] [Merged]: " Duncaen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).