Github messages for voidlinux
 help / color / mirror / Atom feed
* [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
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ 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] 6+ 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
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ 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] 6+ 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
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ 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] 6+ 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
  2024-04-12 14:25 ` TinfoilSubmarine
  4 siblings, 0 replies; 6+ 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] 6+ 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
  4 siblings, 0 replies; 6+ 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] 6+ 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
  4 siblings, 0 replies; 6+ 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] 6+ messages in thread

end of thread, other threads:[~2024-04-12 14:25 UTC | newest]

Thread overview: 6+ 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

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