Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New Package: sequoia-pgp-0.16.0
@ 2020-05-13 10:37 notramo
  2020-05-13 20:08 ` [PR PATCH] [Updated] " notramo
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: notramo @ 2020-05-13 10:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/notramo/void-packages master
https://github.com/void-linux/void-packages/pull/21910

New Package: sequoia-pgp-0.16.0


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

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

From da7e8bd8c0525013e14aa4b9ee9d7b19458aabff Mon Sep 17 00:00:00 2001
From: notramo <notramo@protonmail.com>
Date: Wed, 13 May 2020 12:32:46 +0200
Subject: [PATCH] New Package: sequoia-pgp-0.16.0

---
 srcpkgs/sequoia-pgp/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/sequoia-pgp/template

diff --git a/srcpkgs/sequoia-pgp/template b/srcpkgs/sequoia-pgp/template
new file mode 100644
index 00000000000..2a4dd935781
--- /dev/null
+++ b/srcpkgs/sequoia-pgp/template
@@ -0,0 +1,21 @@
+pkgname=sequoia-pgp
+version=0.16.0
+revision=1
+short_desc="A cool OpenPGP library and tool written in Rust"
+homepage="https://sequoia-pgp.org/"
+license=('GPL-2.0-or-later')
+maintainer="notramo <notramo@protonmail.com>"
+build_style=gnu-makefile
+makedepends="make pkg-config clang gcc rust cargo git nettle-devel libressl-devel sqlite-devel capnproto python3 python3-devel python3-setuptools python3-pytest python3-cffi"
+distfiles=("https://gitlab.com/sequoia-pgp/sequoia/-/archive/v${version}/sequoia-v${version}.tar.gz")
+checksum=0e9b8f5efda5a1f74b1d70c52a362b95267b7fa3de4d96563605c717bf2a9b57
+wrksrc="${pkgname}-v${version}"
+
+do_build() {
+  make PYTHON=disable all
+}
+
+do_install() {
+  make DESTDIR="$DESTDIR" PYTHON=disable PREFIX="/usr" install
+}
+

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

* Re: [PR PATCH] [Updated] New Package: sequoia-pgp-0.16.0
  2020-05-13 10:37 [PR PATCH] New Package: sequoia-pgp-0.16.0 notramo
@ 2020-05-13 20:08 ` notramo
  2020-05-13 20:09 ` notramo
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: notramo @ 2020-05-13 20:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/notramo/void-packages master
https://github.com/void-linux/void-packages/pull/21910

New Package: sequoia-pgp-0.16.0


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

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

From 5027d2061fddb5c8a52bc9c76d0a5e4467184e03 Mon Sep 17 00:00:00 2001
From: notramo <notramo@protonmail.com>
Date: Wed, 13 May 2020 22:07:22 +0200
Subject: [PATCH] New Package: sequoia-pgp-0.16.0

---
 srcpkgs/sequoia-pgp/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/sequoia-pgp/template

diff --git a/srcpkgs/sequoia-pgp/template b/srcpkgs/sequoia-pgp/template
new file mode 100644
index 00000000000..2037195eb3b
--- /dev/null
+++ b/srcpkgs/sequoia-pgp/template
@@ -0,0 +1,22 @@
+# Template file for 'sequoia-pgp'
+pkgname=sequoia-pgp
+version=0.16.0
+revision=1
+wrksrc="sequoia-v${version}"
+build_style=gnu-makefile
+makedepends="nettle-devel libressl-devel sqlite-devel capnproto python3-devel python3-cffi"
+hostmakedepends="make pkg-config clang gcc rust cargo git python3 python3-setuptools python3-pytest"
+short_desc="Cool OpenPGP library and tool written in Rust"
+maintainer="notramo <notramo@protonmail.com>"
+license='GPL-2.0-or-later'
+homepage="https://sequoia-pgp.org/"
+distfiles="https://gitlab.com/sequoia-pgp/sequoia/-/archive/v${version}/sequoia-v${version}.tar.gz"
+checksum=0e9b8f5efda5a1f74b1d70c52a362b95267b7fa3de4d96563605c717bf2a9b57
+
+do_build() {
+	make PYTHON=disable all
+}
+
+do_install() {
+	make DESTDIR="$DESTDIR" PYTHON=disable PREFIX="/usr" install
+}

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

* Re: [PR PATCH] [Updated] New Package: sequoia-pgp-0.16.0
  2020-05-13 10:37 [PR PATCH] New Package: sequoia-pgp-0.16.0 notramo
  2020-05-13 20:08 ` [PR PATCH] [Updated] " notramo
@ 2020-05-13 20:09 ` notramo
  2020-05-13 20:15 ` Chocimier
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: notramo @ 2020-05-13 20:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/notramo/void-packages master
https://github.com/void-linux/void-packages/pull/21910

New Package: sequoia-pgp-0.16.0


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

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

From 393bbafd46ca20bf07599b94e20d9812a0d2fee6 Mon Sep 17 00:00:00 2001
From: notramo <notramo@protonmail.com>
Date: Wed, 13 May 2020 22:08:55 +0200
Subject: [PATCH] New Package: sequoia-pgp-0.16.0

---
 srcpkgs/sequoia-pgp/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/sequoia-pgp/template

diff --git a/srcpkgs/sequoia-pgp/template b/srcpkgs/sequoia-pgp/template
new file mode 100644
index 00000000000..72b8c3164f3
--- /dev/null
+++ b/srcpkgs/sequoia-pgp/template
@@ -0,0 +1,22 @@
+# Template file for 'sequoia-pgp'
+pkgname=sequoia-pgp
+version=0.16.0
+revision=1
+wrksrc="sequoia-v${version}"
+build_style=gnu-makefile
+hostmakedepends="make pkg-config clang gcc rust cargo git python3 python3-setuptools python3-pytest"
+makedepends="nettle-devel libressl-devel sqlite-devel capnproto python3-devel python3-cffi"
+short_desc="Cool OpenPGP library and tool written in Rust"
+maintainer="notramo <notramo@protonmail.com>"
+license='GPL-2.0-or-later'
+homepage="https://sequoia-pgp.org/"
+distfiles="https://gitlab.com/sequoia-pgp/sequoia/-/archive/v${version}/sequoia-v${version}.tar.gz"
+checksum=0e9b8f5efda5a1f74b1d70c52a362b95267b7fa3de4d96563605c717bf2a9b57
+
+do_build() {
+	make PYTHON=disable all
+}
+
+do_install() {
+	make DESTDIR="$DESTDIR" PYTHON=disable PREFIX="/usr" install
+}

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

* Re: New Package: sequoia-pgp-0.16.0
  2020-05-13 10:37 [PR PATCH] New Package: sequoia-pgp-0.16.0 notramo
  2020-05-13 20:08 ` [PR PATCH] [Updated] " notramo
  2020-05-13 20:09 ` notramo
@ 2020-05-13 20:15 ` Chocimier
  2020-05-15 14:03 ` notramo
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Chocimier @ 2020-05-13 20:15 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/21910#issuecomment-628221936

Comment:
=> ERROR: sequoia-pgp-0.16.0_1: cannot access wrksrc directory [/builddir/sequoia-pgp-v0.16.0]

You should build and run new package a while to test it before submitting.

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

* Re: New Package: sequoia-pgp-0.16.0
  2020-05-13 10:37 [PR PATCH] New Package: sequoia-pgp-0.16.0 notramo
                   ` (2 preceding siblings ...)
  2020-05-13 20:15 ` Chocimier
@ 2020-05-15 14:03 ` notramo
  2020-05-15 16:29 ` Chocimier
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: notramo @ 2020-05-15 14:03 UTC (permalink / raw)
  To: ml

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

New comment by notramo on void-packages repository

https://github.com/void-linux/void-packages/pull/21910#issuecomment-629254268

Comment:
Why does it fail on some architectures when it succeeds on others? Are those unsupported?

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

* Re: New Package: sequoia-pgp-0.16.0
  2020-05-13 10:37 [PR PATCH] New Package: sequoia-pgp-0.16.0 notramo
                   ` (3 preceding siblings ...)
  2020-05-15 14:03 ` notramo
@ 2020-05-15 16:29 ` Chocimier
  2020-05-16 12:40 ` [PR PATCH] [Updated] " notramo
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Chocimier @ 2020-05-15 16:29 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/21910#issuecomment-629356262

Comment:
> Why does it fail on some architectures when it succeeds on others?

Try with `build_helper=rust`, it sets some env vars so rust cross compile.

Why is python pulled as dependency but disabled later?
Package should be named sequoia, like upstream call it.
do_* functions should not be defined, rather make_build_target, make_install_args should be set.
Double quotes for variables please.

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

* Re: [PR PATCH] [Updated] New Package: sequoia-pgp-0.16.0
  2020-05-13 10:37 [PR PATCH] New Package: sequoia-pgp-0.16.0 notramo
                   ` (4 preceding siblings ...)
  2020-05-15 16:29 ` Chocimier
@ 2020-05-16 12:40 ` notramo
  2020-05-16 13:27 ` notramo
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: notramo @ 2020-05-16 12:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/notramo/void-packages master
https://github.com/void-linux/void-packages/pull/21910

New Package: sequoia-pgp-0.16.0


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

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

From e9c844fef6cfa2eacabe6cc5e05b9c9f451e472e Mon Sep 17 00:00:00 2001
From: notramo <notramo@protonmail.com>
Date: Sat, 16 May 2020 14:40:06 +0200
Subject: [PATCH] New Package: sequoia-0.16.0

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

diff --git a/srcpkgs/sequoia/template b/srcpkgs/sequoia/template
new file mode 100644
index 00000000000..08c9b276c76
--- /dev/null
+++ b/srcpkgs/sequoia/template
@@ -0,0 +1,18 @@
+# Template file for 'sequoia'
+pkgname=sequoia
+version=0.16.0
+revision="1"
+wrksrc="${pkgname}-v${version}"
+build_style="gnu-makefile"
+build_helper="rust"
+make_install_args="PYTHON=disable"
+make_build_args="PYTHON=disable"
+make_build_target="build-release"
+hostmakedepends="make pkg-config clang rust cargo git"
+makedepends="nettle-devel libressl-devel sqlite-devel capnproto"
+short_desc="Cool OpenPGP library and tool written in Rust"
+maintainer="notramo <notramo@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://sequoia-pgp.org/"
+distfiles="https://gitlab.com/sequoia-pgp/sequoia/-/archive/v${version}/sequoia-v${version}.tar.gz"
+checksum="0e9b8f5efda5a1f74b1d70c52a362b95267b7fa3de4d96563605c717bf2a9b57"

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

* Re: New Package: sequoia-pgp-0.16.0
  2020-05-13 10:37 [PR PATCH] New Package: sequoia-pgp-0.16.0 notramo
                   ` (5 preceding siblings ...)
  2020-05-16 12:40 ` [PR PATCH] [Updated] " notramo
@ 2020-05-16 13:27 ` notramo
  2020-09-22 14:15 ` [PR REVIEW] " ericonr
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: notramo @ 2020-05-16 13:27 UTC (permalink / raw)
  To: ml

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

New comment by notramo on void-packages repository

https://github.com/void-linux/void-packages/pull/21910#issuecomment-629645676

Comment:
It compiles now on x86, but not on ARM.

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

* Re: [PR REVIEW] New Package: sequoia-pgp-0.16.0
  2020-05-13 10:37 [PR PATCH] New Package: sequoia-pgp-0.16.0 notramo
                   ` (6 preceding siblings ...)
  2020-05-16 13:27 ` notramo
@ 2020-09-22 14:15 ` ericonr
  2020-09-22 14:16 ` ericonr
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: ericonr @ 2020-09-22 14:15 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/21910#discussion_r492769125

Comment:
You can put just `cargo`, since it depends on `rust`.

`make` is available for all builds by default.

Why does the build require git? Consider pulling in versioned tarballs for each git submodule, if any.

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

* Re: [PR REVIEW] New Package: sequoia-pgp-0.16.0
  2020-05-13 10:37 [PR PATCH] New Package: sequoia-pgp-0.16.0 notramo
                   ` (7 preceding siblings ...)
  2020-09-22 14:15 ` [PR REVIEW] " ericonr
@ 2020-09-22 14:16 ` ericonr
  2020-09-22 14:16 ` ericonr
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: ericonr @ 2020-09-22 14:16 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/21910#discussion_r492769883

Comment:
Fix cross builds (potentially) by adding `rust-std` to `makedepends`.

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

* Re: [PR REVIEW] New Package: sequoia-pgp-0.16.0
  2020-05-13 10:37 [PR PATCH] New Package: sequoia-pgp-0.16.0 notramo
                   ` (8 preceding siblings ...)
  2020-09-22 14:16 ` ericonr
@ 2020-09-22 14:16 ` ericonr
  2020-11-15  2:23 ` ericonr
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: ericonr @ 2020-09-22 14:16 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/21910#discussion_r492770160

Comment:
Why disable the python stuff?

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

* Re: New Package: sequoia-pgp-0.16.0
  2020-05-13 10:37 [PR PATCH] New Package: sequoia-pgp-0.16.0 notramo
                   ` (9 preceding siblings ...)
  2020-09-22 14:16 ` ericonr
@ 2020-11-15  2:23 ` ericonr
  2021-01-29  0:42 ` ericonr
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: ericonr @ 2020-11-15  2:23 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/21910#issuecomment-727297170

Comment:
Ping

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

* Re: New Package: sequoia-pgp-0.16.0
  2020-05-13 10:37 [PR PATCH] New Package: sequoia-pgp-0.16.0 notramo
                   ` (10 preceding siblings ...)
  2020-11-15  2:23 ` ericonr
@ 2021-01-29  0:42 ` ericonr
  2021-01-29  0:42 ` [PR PATCH] [Closed]: " ericonr
  2021-01-30 12:13 ` [PR REVIEW] " notramo
  13 siblings, 0 replies; 15+ messages in thread
From: ericonr @ 2021-01-29  0:42 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/21910#issuecomment-769493387

Comment:
Closing for inactivity, feel free to reopen.

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

* Re: [PR PATCH] [Closed]: New Package: sequoia-pgp-0.16.0
  2020-05-13 10:37 [PR PATCH] New Package: sequoia-pgp-0.16.0 notramo
                   ` (11 preceding siblings ...)
  2021-01-29  0:42 ` ericonr
@ 2021-01-29  0:42 ` ericonr
  2021-01-30 12:13 ` [PR REVIEW] " notramo
  13 siblings, 0 replies; 15+ messages in thread
From: ericonr @ 2021-01-29  0:42 UTC (permalink / raw)
  To: ml

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

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

New Package: sequoia-pgp-0.16.0
https://github.com/void-linux/void-packages/pull/21910

Description:


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

* Re: [PR REVIEW] New Package: sequoia-pgp-0.16.0
  2020-05-13 10:37 [PR PATCH] New Package: sequoia-pgp-0.16.0 notramo
                   ` (12 preceding siblings ...)
  2021-01-29  0:42 ` [PR PATCH] [Closed]: " ericonr
@ 2021-01-30 12:13 ` notramo
  13 siblings, 0 replies; 15+ messages in thread
From: notramo @ 2021-01-30 12:13 UTC (permalink / raw)
  To: ml

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

New review comment by notramo on void-packages repository

https://github.com/void-linux/void-packages/pull/21910#discussion_r567238666

Comment:
It disables building python ffi bindings. I think it should go to a different package.

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

end of thread, other threads:[~2021-01-30 12:13 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-13 10:37 [PR PATCH] New Package: sequoia-pgp-0.16.0 notramo
2020-05-13 20:08 ` [PR PATCH] [Updated] " notramo
2020-05-13 20:09 ` notramo
2020-05-13 20:15 ` Chocimier
2020-05-15 14:03 ` notramo
2020-05-15 16:29 ` Chocimier
2020-05-16 12:40 ` [PR PATCH] [Updated] " notramo
2020-05-16 13:27 ` notramo
2020-09-22 14:15 ` [PR REVIEW] " ericonr
2020-09-22 14:16 ` ericonr
2020-09-22 14:16 ` ericonr
2020-11-15  2:23 ` ericonr
2021-01-29  0:42 ` ericonr
2021-01-29  0:42 ` [PR PATCH] [Closed]: " ericonr
2021-01-30 12:13 ` [PR REVIEW] " notramo

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