* [PR PATCH] New packages: synapse_compress_state-0.1.3, synapse_auto_compressor-0.1.3
@ 2024-02-22 18:35 TinfoilSubmarine
2024-02-22 18:48 ` [PR PATCH] [Updated] " TinfoilSubmarine
` (13 more replies)
0 siblings, 14 replies; 15+ messages in thread
From: TinfoilSubmarine @ 2024-02-22 18:35 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1302 bytes --]
There is a new pull request by TinfoilSubmarine against master on the void-packages repository
https://github.com/TinfoilSubmarine/void-packages maint/synapse_auto_compressor
https://github.com/void-linux/void-packages/pull/48878
New packages: synapse_compress_state-0.1.3, synapse_auto_compressor-0.1.3
<!-- 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/48878.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-maint/synapse_auto_compressor-48878.patch --]
[-- Type: text/x-diff, Size: 2414 bytes --]
From 84f02fb5124de6902285c97fa377e01606e76719 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 22 Mar 2023 16:28:50 -0400
Subject: [PATCH 1/2] New package: synapse_compress_state-0.1.3
---
srcpkgs/synapse_compress_state/template | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 srcpkgs/synapse_compress_state/template
diff --git a/srcpkgs/synapse_compress_state/template b/srcpkgs/synapse_compress_state/template
new file mode 100644
index 0000000000000..17fd0e5dcf541
--- /dev/null
+++ b/srcpkgs/synapse_compress_state/template
@@ -0,0 +1,13 @@
+# Template file for 'synapse_compress_state'
+pkgname=synapse_compress_state
+version=0.1.3
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config python3"
+makedepends="openssl-devel"
+short_desc="Tool to compress some state in a Synapse instance's database"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="Apache-2.0"
+homepage="https://pypi.org/project/synapse-auto-compressor/"
+distfiles="https://github.com/matrix-org/rust-synapse-compress-state/archive/refs/tags/v${version}.tar.gz"
+checksum=6c21786767f54fa09c1bb9bb8335b56829b2f3b7aca112f5ce099dff77bf10cd
From c279463b9da9be0710cf6c8529ad91eded3663d1 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 22 Mar 2023 16:28:56 -0400
Subject: [PATCH 2/2] New package: synapse_auto_compressor-0.1.3
---
srcpkgs/synapse_auto_compressor/template | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 srcpkgs/synapse_auto_compressor/template
diff --git a/srcpkgs/synapse_auto_compressor/template b/srcpkgs/synapse_auto_compressor/template
new file mode 100644
index 0000000000000..880375e1cb3bc
--- /dev/null
+++ b/srcpkgs/synapse_auto_compressor/template
@@ -0,0 +1,14 @@
+# Template file for 'synapse_auto_compressor'
+pkgname=synapse_auto_compressor
+version=0.1.3
+revision=1
+build_style=cargo
+build_wrksrc=synapse_auto_compressor
+hostmakedepends="pkg-config python3"
+makedepends="openssl-devel"
+short_desc="Tool to compress some state in a Synapse instance's database"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="Apache-2.0"
+homepage="https://pypi.org/project/synapse-auto-compressor/"
+distfiles="https://github.com/matrix-org/rust-synapse-compress-state/archive/refs/tags/v${version}.tar.gz"
+checksum=6c21786767f54fa09c1bb9bb8335b56829b2f3b7aca112f5ce099dff77bf10cd
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PR PATCH] [Updated] New packages: synapse_compress_state-0.1.3, synapse_auto_compressor-0.1.3
2024-02-22 18:35 [PR PATCH] New packages: synapse_compress_state-0.1.3, synapse_auto_compressor-0.1.3 TinfoilSubmarine
@ 2024-02-22 18:48 ` TinfoilSubmarine
2024-02-22 18:53 ` TinfoilSubmarine
` (12 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: TinfoilSubmarine @ 2024-02-22 18:48 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1307 bytes --]
There is an updated pull request by TinfoilSubmarine against master on the void-packages repository
https://github.com/TinfoilSubmarine/void-packages maint/synapse_auto_compressor
https://github.com/void-linux/void-packages/pull/48878
New packages: synapse_compress_state-0.1.3, synapse_auto_compressor-0.1.3
<!-- 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/48878.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-maint/synapse_auto_compressor-48878.patch --]
[-- Type: text/x-diff, Size: 2544 bytes --]
From d3ddceb3be474c72e4fac7af75a8df976645b099 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 22 Mar 2023 16:28:50 -0400
Subject: [PATCH 1/2] New package: synapse_compress_state-0.1.3
---
srcpkgs/synapse_compress_state/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/synapse_compress_state/template
diff --git a/srcpkgs/synapse_compress_state/template b/srcpkgs/synapse_compress_state/template
new file mode 100644
index 0000000000000..dc924c92b64fc
--- /dev/null
+++ b/srcpkgs/synapse_compress_state/template
@@ -0,0 +1,17 @@
+# Template file for 'synapse_compress_state'
+pkgname=synapse_compress_state
+version=0.1.3
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config python3"
+makedepends="openssl-devel"
+short_desc="Tool to compress some state in a Synapse instance's database"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="Apache-2.0"
+homepage="https://pypi.org/project/synapse-auto-compressor/"
+distfiles="https://github.com/matrix-org/rust-synapse-compress-state/archive/refs/tags/v${version}.tar.gz"
+checksum=6c21786767f54fa09c1bb9bb8335b56829b2f3b7aca112f5ce099dff77bf10cd
+
+if [ "$CROSS_BUILD" ]; then
+ makedepends+=" python3"
+fi
From a7572531a2f469b905d7d089d4b29989309b7666 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 22 Mar 2023 16:28:56 -0400
Subject: [PATCH 2/2] New package: synapse_auto_compressor-0.1.3
---
srcpkgs/synapse_auto_compressor/template | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 srcpkgs/synapse_auto_compressor/template
diff --git a/srcpkgs/synapse_auto_compressor/template b/srcpkgs/synapse_auto_compressor/template
new file mode 100644
index 0000000000000..b47f88b0df57e
--- /dev/null
+++ b/srcpkgs/synapse_auto_compressor/template
@@ -0,0 +1,18 @@
+# Template file for 'synapse_auto_compressor'
+pkgname=synapse_auto_compressor
+version=0.1.3
+revision=1
+build_style=cargo
+build_wrksrc=synapse_auto_compressor
+hostmakedepends="pkg-config python3"
+makedepends="openssl-devel"
+short_desc="Tool to compress some state in a Synapse instance's database"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="Apache-2.0"
+homepage="https://pypi.org/project/synapse-auto-compressor/"
+distfiles="https://github.com/matrix-org/rust-synapse-compress-state/archive/refs/tags/v${version}.tar.gz"
+checksum=6c21786767f54fa09c1bb9bb8335b56829b2f3b7aca112f5ce099dff77bf10cd
+
+if [ "$CROSS_BUILD" ]; then
+ makedepends+=" python3"
+fi
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PR PATCH] [Updated] New packages: synapse_compress_state-0.1.3, synapse_auto_compressor-0.1.3
2024-02-22 18:35 [PR PATCH] New packages: synapse_compress_state-0.1.3, synapse_auto_compressor-0.1.3 TinfoilSubmarine
2024-02-22 18:48 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2024-02-22 18:53 ` TinfoilSubmarine
2024-02-22 21:17 ` TinfoilSubmarine
` (11 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: TinfoilSubmarine @ 2024-02-22 18:53 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1307 bytes --]
There is an updated pull request by TinfoilSubmarine against master on the void-packages repository
https://github.com/TinfoilSubmarine/void-packages maint/synapse_auto_compressor
https://github.com/void-linux/void-packages/pull/48878
New packages: synapse_compress_state-0.1.3, synapse_auto_compressor-0.1.3
<!-- 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/48878.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-maint/synapse_auto_compressor-48878.patch --]
[-- Type: text/x-diff, Size: 2434 bytes --]
From fbcac59b6196417ef917b177dd418df50bdf432c Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 22 Mar 2023 16:28:50 -0400
Subject: [PATCH 1/2] New package: synapse_compress_state-0.1.3
---
srcpkgs/synapse_compress_state/template | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 srcpkgs/synapse_compress_state/template
diff --git a/srcpkgs/synapse_compress_state/template b/srcpkgs/synapse_compress_state/template
new file mode 100644
index 00000000000000..f07611fa2b5e9a
--- /dev/null
+++ b/srcpkgs/synapse_compress_state/template
@@ -0,0 +1,13 @@
+# Template file for 'synapse_compress_state'
+pkgname=synapse_compress_state
+version=0.1.3
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config python3"
+makedepends="openssl-devel python3"
+short_desc="Tool to compress some state in a Synapse instance's database"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="Apache-2.0"
+homepage="https://pypi.org/project/synapse-auto-compressor/"
+distfiles="https://github.com/matrix-org/rust-synapse-compress-state/archive/refs/tags/v${version}.tar.gz"
+checksum=6c21786767f54fa09c1bb9bb8335b56829b2f3b7aca112f5ce099dff77bf10cd
From 2c80af876514d7342e5c3963bf74da450b54d652 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 22 Mar 2023 16:28:56 -0400
Subject: [PATCH 2/2] New package: synapse_auto_compressor-0.1.3
---
srcpkgs/synapse_auto_compressor/template | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 srcpkgs/synapse_auto_compressor/template
diff --git a/srcpkgs/synapse_auto_compressor/template b/srcpkgs/synapse_auto_compressor/template
new file mode 100644
index 00000000000000..1f6db88aa93442
--- /dev/null
+++ b/srcpkgs/synapse_auto_compressor/template
@@ -0,0 +1,14 @@
+# Template file for 'synapse_auto_compressor'
+pkgname=synapse_auto_compressor
+version=0.1.3
+revision=1
+build_style=cargo
+build_wrksrc=synapse_auto_compressor
+hostmakedepends="pkg-config python3"
+makedepends="openssl-devel python3"
+short_desc="Tool to compress some state in a Synapse instance's database"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="Apache-2.0"
+homepage="https://pypi.org/project/synapse-auto-compressor/"
+distfiles="https://github.com/matrix-org/rust-synapse-compress-state/archive/refs/tags/v${version}.tar.gz"
+checksum=6c21786767f54fa09c1bb9bb8335b56829b2f3b7aca112f5ce099dff77bf10cd
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PR PATCH] [Updated] New packages: synapse_compress_state-0.1.3, synapse_auto_compressor-0.1.3
2024-02-22 18:35 [PR PATCH] New packages: synapse_compress_state-0.1.3, synapse_auto_compressor-0.1.3 TinfoilSubmarine
2024-02-22 18:48 ` [PR PATCH] [Updated] " TinfoilSubmarine
2024-02-22 18:53 ` TinfoilSubmarine
@ 2024-02-22 21:17 ` TinfoilSubmarine
2024-02-23 14:36 ` [PR PATCH] [Updated] New package: synapse-compress-state-0.1.3 TinfoilSubmarine
` (10 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: TinfoilSubmarine @ 2024-02-22 21:17 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1307 bytes --]
There is an updated pull request by TinfoilSubmarine against master on the void-packages repository
https://github.com/TinfoilSubmarine/void-packages maint/synapse_auto_compressor
https://github.com/void-linux/void-packages/pull/48878
New packages: synapse_compress_state-0.1.3, synapse_auto_compressor-0.1.3
<!-- 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/48878.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-maint/synapse_auto_compressor-48878.patch --]
[-- Type: text/x-diff, Size: 2314 bytes --]
From 5fc0c44b7599e781ce012567c1c0eb2dc3a22f33 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Thu, 22 Feb 2024 16:01:09 -0500
Subject: [PATCH 1/2] common/build-style/cargo.sh: use make_build_args in
do_build
---
common/build-style/cargo.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/common/build-style/cargo.sh b/common/build-style/cargo.sh
index 751911d8dbee8d..459f827737eba7 100644
--- a/common/build-style/cargo.sh
+++ b/common/build-style/cargo.sh
@@ -5,7 +5,8 @@
do_build() {
: ${make_cmd:=cargo auditable}
- ${make_cmd} build --release --locked --target ${RUST_TARGET} ${configure_args}
+ ${make_cmd} build --release --locked --target ${RUST_TARGET} \
+ ${configure_args} ${make_build_args}
}
do_check() {
From c974172f593ca1f1805a866336400a7d8fa54625 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 22 Mar 2023 16:28:50 -0400
Subject: [PATCH 2/2] New package: synapse-compress-state-0.1.3
---
srcpkgs/synapse-compress-state/template | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
create mode 100644 srcpkgs/synapse-compress-state/template
diff --git a/srcpkgs/synapse-compress-state/template b/srcpkgs/synapse-compress-state/template
new file mode 100644
index 00000000000000..643f6a7d53a734
--- /dev/null
+++ b/srcpkgs/synapse-compress-state/template
@@ -0,0 +1,22 @@
+# Template file for 'synapse-compress-state'
+pkgname=synapse-compress-state
+version=0.1.3
+revision=1
+build_style=cargo
+make_build_args="--workspace"
+make_check_args="--workspace --exclude compressor_integration_tests"
+hostmakedepends="pkg-config python3"
+makedepends="openssl-devel python3"
+short_desc="Tools to compress state in a synapse instance's database"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="Apache-2.0"
+homepage="https://github.com/matrix-org/rust-synapse-compress-state"
+distfiles="https://github.com/matrix-org/rust-synapse-compress-state/archive/refs/tags/v${version}.tar.gz"
+checksum=6c21786767f54fa09c1bb9bb8335b56829b2f3b7aca112f5ce099dff77bf10cd
+
+post_install() {
+ cargo auditable install --target ${RUST_TARGET} --root="${DESTDIR}/usr" \
+ --offline --locked --path synapse_auto_compressor
+ rm -f "${DESTDIR}"/usr/.crates.toml
+ rm -f "${DESTDIR}"/usr/.crates2.json
+}
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PR PATCH] [Updated] New package: synapse-compress-state-0.1.3
2024-02-22 18:35 [PR PATCH] New packages: synapse_compress_state-0.1.3, synapse_auto_compressor-0.1.3 TinfoilSubmarine
` (2 preceding siblings ...)
2024-02-22 21:17 ` TinfoilSubmarine
@ 2024-02-23 14:36 ` TinfoilSubmarine
2024-04-12 14:25 ` TinfoilSubmarine
` (9 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: TinfoilSubmarine @ 2024-02-23 14:36 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1275 bytes --]
There is an updated pull request by TinfoilSubmarine against master on the void-packages repository
https://github.com/TinfoilSubmarine/void-packages maint/synapse_auto_compressor
https://github.com/void-linux/void-packages/pull/48878
New package: synapse-compress-state-0.1.3
<!-- 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/48878.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-maint/synapse_auto_compressor-48878.patch --]
[-- Type: text/x-diff, Size: 1604 bytes --]
From 5ad7e191f4d627f3973df0e8c170cf49fc6b9a80 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 22 Mar 2023 16:28:50 -0400
Subject: [PATCH] New package: synapse-compress-state-0.1.3
---
srcpkgs/synapse-compress-state/template | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 srcpkgs/synapse-compress-state/template
diff --git a/srcpkgs/synapse-compress-state/template b/srcpkgs/synapse-compress-state/template
new file mode 100644
index 0000000000000..6c5b912a3ca6b
--- /dev/null
+++ b/srcpkgs/synapse-compress-state/template
@@ -0,0 +1,23 @@
+# Template file for 'synapse-compress-state'
+pkgname=synapse-compress-state
+version=0.1.3
+revision=1
+build_style=cargo
+configure_args="--workspace --exclude compressor_integration_tests"
+hostmakedepends="pkg-config python3"
+makedepends="openssl-devel python3"
+short_desc="Tools to compress state in a synapse instance's database"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="Apache-2.0"
+homepage="https://github.com/matrix-org/rust-synapse-compress-state"
+distfiles="https://github.com/matrix-org/rust-synapse-compress-state/archive/refs/tags/v${version}.tar.gz"
+checksum=6c21786767f54fa09c1bb9bb8335b56829b2f3b7aca112f5ce099dff77bf10cd
+
+do_install() {
+ cargo auditable install --target ${RUST_TARGET} --root="${DESTDIR}/usr" \
+ --offline --locked --path .
+ cargo auditable install --target ${RUST_TARGET} --root="${DESTDIR}/usr" \
+ --offline --locked --path synapse_auto_compressor
+ rm -f "${DESTDIR}"/usr/.crates.toml
+ rm -f "${DESTDIR}"/usr/.crates2.json
+}
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PR PATCH] [Updated] New package: synapse-compress-state-0.1.3
2024-02-22 18:35 [PR PATCH] New packages: synapse_compress_state-0.1.3, synapse_auto_compressor-0.1.3 TinfoilSubmarine
` (3 preceding siblings ...)
2024-02-23 14:36 ` [PR PATCH] [Updated] New package: synapse-compress-state-0.1.3 TinfoilSubmarine
@ 2024-04-12 14:25 ` TinfoilSubmarine
2024-07-12 1:49 ` New package: synapse-compress-state-0.1.4 github-actions
` (8 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: TinfoilSubmarine @ 2024-04-12 14:25 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1275 bytes --]
There is an updated pull request by TinfoilSubmarine against master on the void-packages repository
https://github.com/TinfoilSubmarine/void-packages maint/synapse_auto_compressor
https://github.com/void-linux/void-packages/pull/48878
New package: synapse-compress-state-0.1.3
<!-- 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/48878.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-maint/synapse_auto_compressor-48878.patch --]
[-- Type: text/x-diff, Size: 1606 bytes --]
From 834c3a28e9958117d668fcafb17586cd98a0e2df Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 22 Mar 2023 16:28:50 -0400
Subject: [PATCH] New package: synapse-compress-state-0.1.4
---
srcpkgs/synapse-compress-state/template | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 srcpkgs/synapse-compress-state/template
diff --git a/srcpkgs/synapse-compress-state/template b/srcpkgs/synapse-compress-state/template
new file mode 100644
index 00000000000000..36bd434a3477e5
--- /dev/null
+++ b/srcpkgs/synapse-compress-state/template
@@ -0,0 +1,23 @@
+# Template file for 'synapse-compress-state'
+pkgname=synapse-compress-state
+version=0.1.4
+revision=1
+build_style=cargo
+configure_args="--workspace --exclude compressor_integration_tests"
+hostmakedepends="pkg-config python3"
+makedepends="openssl-devel python3"
+short_desc="Tools to compress state in a synapse instance's database"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="Apache-2.0"
+homepage="https://github.com/matrix-org/rust-synapse-compress-state"
+distfiles="https://github.com/matrix-org/rust-synapse-compress-state/archive/refs/tags/v${version}.tar.gz"
+checksum=a746e3ec531a370d140a1c3b03d28db107df484d507345db664d0b77256bbebb
+
+do_install() {
+ cargo auditable install --target ${RUST_TARGET} --root="${DESTDIR}/usr" \
+ --offline --locked --path .
+ cargo auditable install --target ${RUST_TARGET} --root="${DESTDIR}/usr" \
+ --offline --locked --path synapse_auto_compressor
+ rm -f "${DESTDIR}"/usr/.crates.toml
+ rm -f "${DESTDIR}"/usr/.crates2.json
+}
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: New package: synapse-compress-state-0.1.4
2024-02-22 18:35 [PR PATCH] New packages: synapse_compress_state-0.1.3, synapse_auto_compressor-0.1.3 TinfoilSubmarine
` (4 preceding siblings ...)
2024-04-12 14:25 ` TinfoilSubmarine
@ 2024-07-12 1:49 ` github-actions
2024-07-18 20:47 ` [PR PATCH] [Updated] " TinfoilSubmarine
` (7 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: github-actions @ 2024-07-12 1:49 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/48878#issuecomment-2224270758
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] 15+ messages in thread
* Re: [PR PATCH] [Updated] New package: synapse-compress-state-0.1.4
2024-02-22 18:35 [PR PATCH] New packages: synapse_compress_state-0.1.3, synapse_auto_compressor-0.1.3 TinfoilSubmarine
` (5 preceding siblings ...)
2024-07-12 1:49 ` New package: synapse-compress-state-0.1.4 github-actions
@ 2024-07-18 20:47 ` TinfoilSubmarine
2024-10-18 1:59 ` github-actions
` (6 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: TinfoilSubmarine @ 2024-07-18 20:47 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1275 bytes --]
There is an updated pull request by TinfoilSubmarine against master on the void-packages repository
https://github.com/TinfoilSubmarine/void-packages maint/synapse_auto_compressor
https://github.com/void-linux/void-packages/pull/48878
New package: synapse-compress-state-0.1.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/48878.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-maint/synapse_auto_compressor-48878.patch --]
[-- Type: text/x-diff, Size: 1606 bytes --]
From 40be41e4fe3f50baf417d51a0652df1c0431f8d2 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 22 Mar 2023 16:28:50 -0400
Subject: [PATCH] New package: synapse-compress-state-0.1.4
---
srcpkgs/synapse-compress-state/template | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 srcpkgs/synapse-compress-state/template
diff --git a/srcpkgs/synapse-compress-state/template b/srcpkgs/synapse-compress-state/template
new file mode 100644
index 00000000000000..36bd434a3477e5
--- /dev/null
+++ b/srcpkgs/synapse-compress-state/template
@@ -0,0 +1,23 @@
+# Template file for 'synapse-compress-state'
+pkgname=synapse-compress-state
+version=0.1.4
+revision=1
+build_style=cargo
+configure_args="--workspace --exclude compressor_integration_tests"
+hostmakedepends="pkg-config python3"
+makedepends="openssl-devel python3"
+short_desc="Tools to compress state in a synapse instance's database"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="Apache-2.0"
+homepage="https://github.com/matrix-org/rust-synapse-compress-state"
+distfiles="https://github.com/matrix-org/rust-synapse-compress-state/archive/refs/tags/v${version}.tar.gz"
+checksum=a746e3ec531a370d140a1c3b03d28db107df484d507345db664d0b77256bbebb
+
+do_install() {
+ cargo auditable install --target ${RUST_TARGET} --root="${DESTDIR}/usr" \
+ --offline --locked --path .
+ cargo auditable install --target ${RUST_TARGET} --root="${DESTDIR}/usr" \
+ --offline --locked --path synapse_auto_compressor
+ rm -f "${DESTDIR}"/usr/.crates.toml
+ rm -f "${DESTDIR}"/usr/.crates2.json
+}
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: New package: synapse-compress-state-0.1.4
2024-02-22 18:35 [PR PATCH] New packages: synapse_compress_state-0.1.3, synapse_auto_compressor-0.1.3 TinfoilSubmarine
` (6 preceding siblings ...)
2024-07-18 20:47 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2024-10-18 1:59 ` github-actions
2024-10-18 13:25 ` [PR PATCH] [Updated] " TinfoilSubmarine
` (5 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: github-actions @ 2024-10-18 1:59 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/48878#issuecomment-2421077556
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] 15+ messages in thread
* Re: [PR PATCH] [Updated] New package: synapse-compress-state-0.1.4
2024-02-22 18:35 [PR PATCH] New packages: synapse_compress_state-0.1.3, synapse_auto_compressor-0.1.3 TinfoilSubmarine
` (7 preceding siblings ...)
2024-10-18 1:59 ` github-actions
@ 2024-10-18 13:25 ` TinfoilSubmarine
2025-01-18 1:55 ` github-actions
` (4 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: TinfoilSubmarine @ 2024-10-18 13:25 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1275 bytes --]
There is an updated pull request by TinfoilSubmarine against master on the void-packages repository
https://github.com/TinfoilSubmarine/void-packages maint/synapse_auto_compressor
https://github.com/void-linux/void-packages/pull/48878
New package: synapse-compress-state-0.1.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/48878.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-maint/synapse_auto_compressor-48878.patch --]
[-- Type: text/x-diff, Size: 1606 bytes --]
From 2d6085abbf1f4062aad50939d044a5bdbbc25410 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 22 Mar 2023 16:28:50 -0400
Subject: [PATCH] New package: synapse-compress-state-0.1.4
---
srcpkgs/synapse-compress-state/template | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 srcpkgs/synapse-compress-state/template
diff --git a/srcpkgs/synapse-compress-state/template b/srcpkgs/synapse-compress-state/template
new file mode 100644
index 00000000000000..36bd434a3477e5
--- /dev/null
+++ b/srcpkgs/synapse-compress-state/template
@@ -0,0 +1,23 @@
+# Template file for 'synapse-compress-state'
+pkgname=synapse-compress-state
+version=0.1.4
+revision=1
+build_style=cargo
+configure_args="--workspace --exclude compressor_integration_tests"
+hostmakedepends="pkg-config python3"
+makedepends="openssl-devel python3"
+short_desc="Tools to compress state in a synapse instance's database"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="Apache-2.0"
+homepage="https://github.com/matrix-org/rust-synapse-compress-state"
+distfiles="https://github.com/matrix-org/rust-synapse-compress-state/archive/refs/tags/v${version}.tar.gz"
+checksum=a746e3ec531a370d140a1c3b03d28db107df484d507345db664d0b77256bbebb
+
+do_install() {
+ cargo auditable install --target ${RUST_TARGET} --root="${DESTDIR}/usr" \
+ --offline --locked --path .
+ cargo auditable install --target ${RUST_TARGET} --root="${DESTDIR}/usr" \
+ --offline --locked --path synapse_auto_compressor
+ rm -f "${DESTDIR}"/usr/.crates.toml
+ rm -f "${DESTDIR}"/usr/.crates2.json
+}
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: New package: synapse-compress-state-0.1.4
2024-02-22 18:35 [PR PATCH] New packages: synapse_compress_state-0.1.3, synapse_auto_compressor-0.1.3 TinfoilSubmarine
` (8 preceding siblings ...)
2024-10-18 13:25 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2025-01-18 1:55 ` github-actions
2025-01-18 13:11 ` [PR PATCH] [Updated] " TinfoilSubmarine
` (3 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: github-actions @ 2025-01-18 1:55 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/48878#issuecomment-2599464875
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] 15+ messages in thread
* Re: [PR PATCH] [Updated] New package: synapse-compress-state-0.1.4
2024-02-22 18:35 [PR PATCH] New packages: synapse_compress_state-0.1.3, synapse_auto_compressor-0.1.3 TinfoilSubmarine
` (9 preceding siblings ...)
2025-01-18 1:55 ` github-actions
@ 2025-01-18 13:11 ` TinfoilSubmarine
2025-01-21 13:14 ` TinfoilSubmarine
` (2 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: TinfoilSubmarine @ 2025-01-18 13:11 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1275 bytes --]
There is an updated pull request by TinfoilSubmarine against master on the void-packages repository
https://github.com/TinfoilSubmarine/void-packages maint/synapse_auto_compressor
https://github.com/void-linux/void-packages/pull/48878
New package: synapse-compress-state-0.1.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/48878.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-maint/synapse_auto_compressor-48878.patch --]
[-- Type: text/x-diff, Size: 1606 bytes --]
From b1f910475a332b2ae8186b5b0b7f172873d5099a Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 22 Mar 2023 16:28:50 -0400
Subject: [PATCH] New package: synapse-compress-state-0.1.4
---
srcpkgs/synapse-compress-state/template | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 srcpkgs/synapse-compress-state/template
diff --git a/srcpkgs/synapse-compress-state/template b/srcpkgs/synapse-compress-state/template
new file mode 100644
index 00000000000000..36bd434a3477e5
--- /dev/null
+++ b/srcpkgs/synapse-compress-state/template
@@ -0,0 +1,23 @@
+# Template file for 'synapse-compress-state'
+pkgname=synapse-compress-state
+version=0.1.4
+revision=1
+build_style=cargo
+configure_args="--workspace --exclude compressor_integration_tests"
+hostmakedepends="pkg-config python3"
+makedepends="openssl-devel python3"
+short_desc="Tools to compress state in a synapse instance's database"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="Apache-2.0"
+homepage="https://github.com/matrix-org/rust-synapse-compress-state"
+distfiles="https://github.com/matrix-org/rust-synapse-compress-state/archive/refs/tags/v${version}.tar.gz"
+checksum=a746e3ec531a370d140a1c3b03d28db107df484d507345db664d0b77256bbebb
+
+do_install() {
+ cargo auditable install --target ${RUST_TARGET} --root="${DESTDIR}/usr" \
+ --offline --locked --path .
+ cargo auditable install --target ${RUST_TARGET} --root="${DESTDIR}/usr" \
+ --offline --locked --path synapse_auto_compressor
+ rm -f "${DESTDIR}"/usr/.crates.toml
+ rm -f "${DESTDIR}"/usr/.crates2.json
+}
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: New package: synapse-compress-state-0.1.4
2024-02-22 18:35 [PR PATCH] New packages: synapse_compress_state-0.1.3, synapse_auto_compressor-0.1.3 TinfoilSubmarine
` (10 preceding siblings ...)
2025-01-18 13:11 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2025-01-21 13:14 ` TinfoilSubmarine
2025-04-22 2:07 ` github-actions
2025-04-22 21:35 ` TinfoilSubmarine
13 siblings, 0 replies; 15+ messages in thread
From: TinfoilSubmarine @ 2025-01-21 13:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 155 bytes --]
New comment by TinfoilSubmarine on void-packages repository
https://github.com/void-linux/void-packages/pull/48878#issuecomment-2604704217
Comment:
bump
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: New package: synapse-compress-state-0.1.4
2024-02-22 18:35 [PR PATCH] New packages: synapse_compress_state-0.1.3, synapse_auto_compressor-0.1.3 TinfoilSubmarine
` (11 preceding siblings ...)
2025-01-21 13:14 ` TinfoilSubmarine
@ 2025-04-22 2:07 ` github-actions
2025-04-22 21:35 ` TinfoilSubmarine
13 siblings, 0 replies; 15+ messages in thread
From: github-actions @ 2025-04-22 2:07 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/48878#issuecomment-2819873209
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] 15+ messages in thread
* Re: New package: synapse-compress-state-0.1.4
2024-02-22 18:35 [PR PATCH] New packages: synapse_compress_state-0.1.3, synapse_auto_compressor-0.1.3 TinfoilSubmarine
` (12 preceding siblings ...)
2025-04-22 2:07 ` github-actions
@ 2025-04-22 21:35 ` TinfoilSubmarine
13 siblings, 0 replies; 15+ messages in thread
From: TinfoilSubmarine @ 2025-04-22 21:35 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 155 bytes --]
New comment by TinfoilSubmarine on void-packages repository
https://github.com/void-linux/void-packages/pull/48878#issuecomment-2822535098
Comment:
bump
^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2025-04-22 21:35 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-22 18:35 [PR PATCH] New packages: synapse_compress_state-0.1.3, synapse_auto_compressor-0.1.3 TinfoilSubmarine
2024-02-22 18:48 ` [PR PATCH] [Updated] " TinfoilSubmarine
2024-02-22 18:53 ` TinfoilSubmarine
2024-02-22 21:17 ` TinfoilSubmarine
2024-02-23 14:36 ` [PR PATCH] [Updated] New package: synapse-compress-state-0.1.3 TinfoilSubmarine
2024-04-12 14:25 ` TinfoilSubmarine
2024-07-12 1:49 ` New package: synapse-compress-state-0.1.4 github-actions
2024-07-18 20:47 ` [PR PATCH] [Updated] " TinfoilSubmarine
2024-10-18 1:59 ` github-actions
2024-10-18 13:25 ` [PR PATCH] [Updated] " TinfoilSubmarine
2025-01-18 1:55 ` github-actions
2025-01-18 13:11 ` [PR PATCH] [Updated] " TinfoilSubmarine
2025-01-21 13:14 ` TinfoilSubmarine
2025-04-22 2:07 ` github-actions
2025-04-22 21:35 ` TinfoilSubmarine
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).