Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: heisenbridge-1.14.6
@ 2023-11-05 21:31 AnInternetTroll
  2023-11-06  6:06 ` [PR REVIEW] " classabbyamp
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: AnInternetTroll @ 2023-11-05 21:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AnInternetTroll/void-packages user/luca/heisenbridge-1.14.6
https://github.com/void-linux/void-packages/pull/47082

New package: heisenbridge-1.14.6
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl (crossbuild)

Crossbuilt in x86-glibc and tested on aarch64-musl with conduit.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-user/luca/heisenbridge-1.14.6-47082.patch --]
[-- Type: text/x-diff, Size: 3235 bytes --]

From 6a9a1eab9fcf78d36f2caccd565ad8e99cc2158d Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Sun, 5 Nov 2023 22:28:37 +0100
Subject: [PATCH 1/2] New package: python3-mautrix-0.20.2.

---
 srcpkgs/python3-mautrix/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-mautrix/template

diff --git a/srcpkgs/python3-mautrix/template b/srcpkgs/python3-mautrix/template
new file mode 100644
index 0000000000000..a443210228626
--- /dev/null
+++ b/srcpkgs/python3-mautrix/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-mautrix'
+pkgname=python3-mautrix
+version=0.20.2
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-aiohttp python3-attrs python3-yarl python3-magic olm-python3"
+checkdepends="${depends} python3-pytest"
+short_desc="Python 3 asyncio Matrix framework"
+maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
+license="MPL-2.0"
+homepage="https://github.com/mautrix/python"
+changelog="https://github.com/mautrix/python/releases"
+distfiles="https://github.com/mautrix/python/archive/refs/tags/v$version.tar.gz"
+checksum=f888f58a6a70c92cf2d2b51abc3faf0e118b5ba706e687020905ed03579fe98b
+
+# Requires a bunch of dependencies not used by Heisenbridge
+make_check=no

From 29a93d9c0a07f55291f93bb1a6a3662dc7e3c7b8 Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Sun, 5 Nov 2023 22:29:06 +0100
Subject: [PATCH 2/2] New package: heisenbridge-1.14.6.

---
 srcpkgs/heisenbridge/files/heisenbridge/run |  5 +++++
 srcpkgs/heisenbridge/template               | 21 +++++++++++++++++++++
 2 files changed, 26 insertions(+)
 create mode 100644 srcpkgs/heisenbridge/files/heisenbridge/run
 create mode 100644 srcpkgs/heisenbridge/template

diff --git a/srcpkgs/heisenbridge/files/heisenbridge/run b/srcpkgs/heisenbridge/files/heisenbridge/run
new file mode 100644
index 0000000000000..bb66faea14994
--- /dev/null
+++ b/srcpkgs/heisenbridge/files/heisenbridge/run
@@ -0,0 +1,5 @@
+#!/bin/sh
+exec 2>&1
+[ -r ./conf ] && . ./conf
+
+exec chpst -u nobody:nogroup heisenbridge --config /etc/heisenbridge.yaml ${OPTS:="http://localhost:8008"}
diff --git a/srcpkgs/heisenbridge/template b/srcpkgs/heisenbridge/template
new file mode 100644
index 0000000000000..b7601ee65531d
--- /dev/null
+++ b/srcpkgs/heisenbridge/template
@@ -0,0 +1,21 @@
+# Template file for 'heisenbridge'
+pkgname=heisenbridge
+version=1.14.6
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-irc python3-ruamel.yaml python3-mautrix python3-socks python3-aiohttp"
+checkdepends="$depends python3-pytest"
+short_desc="Bouncer-style Matrix IRC bridge"
+maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
+license="MIT"
+homepage="https://github.com/hifi/heisenbridge"
+changelog="https://github.com/hifi/heisenbridge/releases"
+# distfiles="https://github.com/hifi/heisenbridge/releases/download/v$version/heisenbridge-$version.tar.gz"
+distfiles="https://github.com/hifi/heisenbridge/archive/refs/tags/v$version.tar.gz"
+checksum=0372a06055147f0402035897f6782bce9a24df0d290b8c054d24b33ba81d27da
+
+post_install() {
+	vsv heisenbridge
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: heisenbridge-1.14.6
  2023-11-05 21:31 [PR PATCH] New package: heisenbridge-1.14.6 AnInternetTroll
@ 2023-11-06  6:06 ` classabbyamp
  2023-11-06 16:38 ` [PR PATCH] [Updated] " AnInternetTroll
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-11-06  6:06 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/47082#discussion_r1382817725

Comment:
```suggestion
short_desc="Asyncio Matrix framework"
```

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

* Re: [PR PATCH] [Updated] New package: heisenbridge-1.14.6
  2023-11-05 21:31 [PR PATCH] New package: heisenbridge-1.14.6 AnInternetTroll
  2023-11-06  6:06 ` [PR REVIEW] " classabbyamp
@ 2023-11-06 16:38 ` AnInternetTroll
  2023-11-06 16:38 ` AnInternetTroll
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: AnInternetTroll @ 2023-11-06 16:38 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by AnInternetTroll against master on the void-packages repository

https://github.com/AnInternetTroll/void-packages user/luca/heisenbridge-1.14.6
https://github.com/void-linux/void-packages/pull/47082

New package: heisenbridge-1.14.6
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl (crossbuild)

Crossbuilt in x86-glibc and tested on aarch64-musl with conduit.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-user/luca/heisenbridge-1.14.6-47082.patch --]
[-- Type: text/x-diff, Size: 3226 bytes --]

From dc24ebc7740665c20e7bd6ee34b0dd0c471e8e8f Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Sun, 5 Nov 2023 22:28:37 +0100
Subject: [PATCH 1/2] New package: python3-mautrix-0.20.2.

---
 srcpkgs/python3-mautrix/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-mautrix/template

diff --git a/srcpkgs/python3-mautrix/template b/srcpkgs/python3-mautrix/template
new file mode 100644
index 0000000000000..78ad7fd72f1d5
--- /dev/null
+++ b/srcpkgs/python3-mautrix/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-mautrix'
+pkgname=python3-mautrix
+version=0.20.2
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-aiohttp python3-attrs python3-yarl python3-magic olm-python3"
+checkdepends="${depends} python3-pytest"
+short_desc="Asyncio Matrix framework"
+maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
+license="MPL-2.0"
+homepage="https://github.com/mautrix/python"
+changelog="https://github.com/mautrix/python/releases"
+distfiles="https://github.com/mautrix/python/archive/refs/tags/v$version.tar.gz"
+checksum=f888f58a6a70c92cf2d2b51abc3faf0e118b5ba706e687020905ed03579fe98b
+
+# Requires a bunch of dependencies not used by Heisenbridge
+make_check=no

From 0f0df42f8493eb94c42385679a071f294a1b0acb Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Sun, 5 Nov 2023 22:29:06 +0100
Subject: [PATCH 2/2] New package: heisenbridge-1.14.6.

---
 srcpkgs/heisenbridge/files/heisenbridge/run |  5 +++++
 srcpkgs/heisenbridge/template               | 21 +++++++++++++++++++++
 2 files changed, 26 insertions(+)
 create mode 100644 srcpkgs/heisenbridge/files/heisenbridge/run
 create mode 100644 srcpkgs/heisenbridge/template

diff --git a/srcpkgs/heisenbridge/files/heisenbridge/run b/srcpkgs/heisenbridge/files/heisenbridge/run
new file mode 100644
index 0000000000000..bb66faea14994
--- /dev/null
+++ b/srcpkgs/heisenbridge/files/heisenbridge/run
@@ -0,0 +1,5 @@
+#!/bin/sh
+exec 2>&1
+[ -r ./conf ] && . ./conf
+
+exec chpst -u nobody:nogroup heisenbridge --config /etc/heisenbridge.yaml ${OPTS:="http://localhost:8008"}
diff --git a/srcpkgs/heisenbridge/template b/srcpkgs/heisenbridge/template
new file mode 100644
index 0000000000000..b7601ee65531d
--- /dev/null
+++ b/srcpkgs/heisenbridge/template
@@ -0,0 +1,21 @@
+# Template file for 'heisenbridge'
+pkgname=heisenbridge
+version=1.14.6
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-irc python3-ruamel.yaml python3-mautrix python3-socks python3-aiohttp"
+checkdepends="$depends python3-pytest"
+short_desc="Bouncer-style Matrix IRC bridge"
+maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
+license="MIT"
+homepage="https://github.com/hifi/heisenbridge"
+changelog="https://github.com/hifi/heisenbridge/releases"
+# distfiles="https://github.com/hifi/heisenbridge/releases/download/v$version/heisenbridge-$version.tar.gz"
+distfiles="https://github.com/hifi/heisenbridge/archive/refs/tags/v$version.tar.gz"
+checksum=0372a06055147f0402035897f6782bce9a24df0d290b8c054d24b33ba81d27da
+
+post_install() {
+	vsv heisenbridge
+	vlicense LICENSE
+}

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

* Re: New package: heisenbridge-1.14.6
  2023-11-05 21:31 [PR PATCH] New package: heisenbridge-1.14.6 AnInternetTroll
  2023-11-06  6:06 ` [PR REVIEW] " classabbyamp
  2023-11-06 16:38 ` [PR PATCH] [Updated] " AnInternetTroll
@ 2023-11-06 16:38 ` AnInternetTroll
  2024-02-05  1:45 ` github-actions
  2024-02-07 17:40 ` [PR PATCH] [Updated] " AnInternetTroll
  4 siblings, 0 replies; 6+ messages in thread
From: AnInternetTroll @ 2023-11-06 16:38 UTC (permalink / raw)
  To: ml

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

New comment by AnInternetTroll on void-packages repository

https://github.com/void-linux/void-packages/pull/47082#issuecomment-1795414644

Comment:
On Sun, Nov 05, 2023 at 10:06:22PM -0800, classabbyamp wrote:
>@classabbyamp commented on this pull request.
>```suggestion
>short_desc="Asyncio Matrix framework"
>```
Thanks! Fixed :D


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

* Re: New package: heisenbridge-1.14.6
  2023-11-05 21:31 [PR PATCH] New package: heisenbridge-1.14.6 AnInternetTroll
                   ` (2 preceding siblings ...)
  2023-11-06 16:38 ` AnInternetTroll
@ 2024-02-05  1:45 ` github-actions
  2024-02-07 17:40 ` [PR PATCH] [Updated] " AnInternetTroll
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2024-02-05  1:45 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/47082#issuecomment-1926074304

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Updated] New package: heisenbridge-1.14.6
  2023-11-05 21:31 [PR PATCH] New package: heisenbridge-1.14.6 AnInternetTroll
                   ` (3 preceding siblings ...)
  2024-02-05  1:45 ` github-actions
@ 2024-02-07 17:40 ` AnInternetTroll
  4 siblings, 0 replies; 6+ messages in thread
From: AnInternetTroll @ 2024-02-07 17:40 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by AnInternetTroll against master on the void-packages repository

https://github.com/AnInternetTroll/void-packages user/luca/heisenbridge-1.14.6
https://github.com/void-linux/void-packages/pull/47082

New package: heisenbridge-1.14.6
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl (crossbuild)

Crossbuilt in x86-glibc and tested on aarch64-musl with conduit.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-user/luca/heisenbridge-1.14.6-47082.patch --]
[-- Type: text/x-diff, Size: 3226 bytes --]

From 313920e96e5bad289feb09b3f28daabbe64e1a54 Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Sun, 5 Nov 2023 22:28:37 +0100
Subject: [PATCH 1/2] New package: python3-mautrix-0.20.2.

---
 srcpkgs/python3-mautrix/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-mautrix/template

diff --git a/srcpkgs/python3-mautrix/template b/srcpkgs/python3-mautrix/template
new file mode 100644
index 0000000000000..78ad7fd72f1d5
--- /dev/null
+++ b/srcpkgs/python3-mautrix/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-mautrix'
+pkgname=python3-mautrix
+version=0.20.2
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-aiohttp python3-attrs python3-yarl python3-magic olm-python3"
+checkdepends="${depends} python3-pytest"
+short_desc="Asyncio Matrix framework"
+maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
+license="MPL-2.0"
+homepage="https://github.com/mautrix/python"
+changelog="https://github.com/mautrix/python/releases"
+distfiles="https://github.com/mautrix/python/archive/refs/tags/v$version.tar.gz"
+checksum=f888f58a6a70c92cf2d2b51abc3faf0e118b5ba706e687020905ed03579fe98b
+
+# Requires a bunch of dependencies not used by Heisenbridge
+make_check=no

From e98dbe42751d39803e60930a29ae3dd8a89d5cc4 Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Sun, 5 Nov 2023 22:29:06 +0100
Subject: [PATCH 2/2] New package: heisenbridge-1.14.6.

---
 srcpkgs/heisenbridge/files/heisenbridge/run |  5 +++++
 srcpkgs/heisenbridge/template               | 21 +++++++++++++++++++++
 2 files changed, 26 insertions(+)
 create mode 100644 srcpkgs/heisenbridge/files/heisenbridge/run
 create mode 100644 srcpkgs/heisenbridge/template

diff --git a/srcpkgs/heisenbridge/files/heisenbridge/run b/srcpkgs/heisenbridge/files/heisenbridge/run
new file mode 100644
index 0000000000000..bb66faea14994
--- /dev/null
+++ b/srcpkgs/heisenbridge/files/heisenbridge/run
@@ -0,0 +1,5 @@
+#!/bin/sh
+exec 2>&1
+[ -r ./conf ] && . ./conf
+
+exec chpst -u nobody:nogroup heisenbridge --config /etc/heisenbridge.yaml ${OPTS:="http://localhost:8008"}
diff --git a/srcpkgs/heisenbridge/template b/srcpkgs/heisenbridge/template
new file mode 100644
index 0000000000000..b7601ee65531d
--- /dev/null
+++ b/srcpkgs/heisenbridge/template
@@ -0,0 +1,21 @@
+# Template file for 'heisenbridge'
+pkgname=heisenbridge
+version=1.14.6
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-irc python3-ruamel.yaml python3-mautrix python3-socks python3-aiohttp"
+checkdepends="$depends python3-pytest"
+short_desc="Bouncer-style Matrix IRC bridge"
+maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
+license="MIT"
+homepage="https://github.com/hifi/heisenbridge"
+changelog="https://github.com/hifi/heisenbridge/releases"
+# distfiles="https://github.com/hifi/heisenbridge/releases/download/v$version/heisenbridge-$version.tar.gz"
+distfiles="https://github.com/hifi/heisenbridge/archive/refs/tags/v$version.tar.gz"
+checksum=0372a06055147f0402035897f6782bce9a24df0d290b8c054d24b33ba81d27da
+
+post_install() {
+	vsv heisenbridge
+	vlicense LICENSE
+}

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

end of thread, other threads:[~2024-02-07 17:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-05 21:31 [PR PATCH] New package: heisenbridge-1.14.6 AnInternetTroll
2023-11-06  6:06 ` [PR REVIEW] " classabbyamp
2023-11-06 16:38 ` [PR PATCH] [Updated] " AnInternetTroll
2023-11-06 16:38 ` AnInternetTroll
2024-02-05  1:45 ` github-actions
2024-02-07 17:40 ` [PR PATCH] [Updated] " AnInternetTroll

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).