Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python3-pygit2-1.10.1
@ 2022-10-20  5:05 Vaelatern
  2022-10-20  5:09 ` [PR REVIEW] " classabbyamp
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Vaelatern @ 2022-10-20  5:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Vaelatern/void-packages python3-pygit2
https://github.com/void-linux/void-packages/pull/40051

New package: python3-pygit2-1.10.1
On hold until I test this a tiny bit, but I basically need this for a salt setup, and I have no reason why we didn't have this before.

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

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

From b7dfecba6467668fd098e45a3f6616a8462ec5e2 Mon Sep 17 00:00:00 2001
From: Toyam Cox <Vaelatern@voidlinux.org>
Date: Thu, 20 Oct 2022 01:04:11 -0400
Subject: [PATCH] New package: python3-pygit2-1.10.1

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

diff --git a/srcpkgs/python3-pygit2/template b/srcpkgs/python3-pygit2/template
new file mode 100644
index 000000000000..49e9bcc4ca09
--- /dev/null
+++ b/srcpkgs/python3-pygit2/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-pygit2'
+pkgname=python3-pygit2
+version=1.10.1
+revision=1
+wrksrc="pygit2-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel libgit2-devel python3-cached-property python3-cffi libssh2-devel
+ openssl-devel"
+checkdepends="python3-pytest"
+short_desc="Bindings to the libgit2 shared library"
+maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
+license="LGPL-2.0-only"
+homepage="https://www.pygit2.org/"
+changelog="https://github.com/libgit2/pygit2/blob/master/CHANGELOG.rst"
+distfiles="${PYPI_SITE}/p/pygit2/pygit2-${version}.tar.gz"
+checksum=354651bf062c02d1f08041d6fbf1a9b4bf7a93afce65979bdc08bdc65653aa2e

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

* Re: [PR REVIEW] New package: python3-pygit2-1.10.1
  2022-10-20  5:05 [PR PATCH] New package: python3-pygit2-1.10.1 Vaelatern
@ 2022-10-20  5:09 ` classabbyamp
  2022-10-20  5:17 ` Vaelatern
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-10-20  5:09 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40051#discussion_r1000148032

Comment:
should any of these be in `depends` too?

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

* Re: [PR REVIEW] New package: python3-pygit2-1.10.1
  2022-10-20  5:05 [PR PATCH] New package: python3-pygit2-1.10.1 Vaelatern
  2022-10-20  5:09 ` [PR REVIEW] " classabbyamp
@ 2022-10-20  5:17 ` Vaelatern
  2022-10-20  5:17 ` [PR PATCH] [Updated] " Vaelatern
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Vaelatern @ 2022-10-20  5:17 UTC (permalink / raw)
  To: ml

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

New review comment by Vaelatern on void-packages repository

https://github.com/void-linux/void-packages/pull/40051#discussion_r1000151613

Comment:
thanks for the quick check... I know that this is compiled, and xbps detects libgit2 at least is already a dependency.

Short version: I don't know.

Long version: I want to find out.

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

* Re: [PR PATCH] [Updated] New package: python3-pygit2-1.10.1
  2022-10-20  5:05 [PR PATCH] New package: python3-pygit2-1.10.1 Vaelatern
  2022-10-20  5:09 ` [PR REVIEW] " classabbyamp
  2022-10-20  5:17 ` Vaelatern
@ 2022-10-20  5:17 ` Vaelatern
  2022-10-24 23:33 ` Vaelatern
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Vaelatern @ 2022-10-20  5:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Vaelatern/void-packages python3-pygit2
https://github.com/void-linux/void-packages/pull/40051

New package: python3-pygit2-1.10.1
On hold until I test this a tiny bit, but I basically need this for a salt setup, and I have no reason why we didn't have this before.

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

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

From 3d7b77c9cb1be05d2656adabd4bd41cf26b9d948 Mon Sep 17 00:00:00 2001
From: Toyam Cox <Vaelatern@voidlinux.org>
Date: Thu, 20 Oct 2022 01:04:11 -0400
Subject: [PATCH] New package: python3-pygit2-1.10.1

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

diff --git a/srcpkgs/python3-pygit2/template b/srcpkgs/python3-pygit2/template
new file mode 100644
index 000000000000..1ab6087c5e68
--- /dev/null
+++ b/srcpkgs/python3-pygit2/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-pygit2'
+pkgname=python3-pygit2
+version=1.10.1
+revision=1
+wrksrc="pygit2-${version}"
+build_style=python3-module
+hostmakedepends="python3-devel python3-setuptools"
+makedepends="python3-devel libgit2-devel python3-cached-property python3-cffi libssh2-devel
+ openssl-devel"
+checkdepends="python3-pytest"
+short_desc="Bindings to the libgit2 shared library"
+maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
+license="LGPL-2.0-only"
+homepage="https://www.pygit2.org/"
+changelog="https://github.com/libgit2/pygit2/blob/master/CHANGELOG.rst"
+distfiles="${PYPI_SITE}/p/pygit2/pygit2-${version}.tar.gz"
+checksum=354651bf062c02d1f08041d6fbf1a9b4bf7a93afce65979bdc08bdc65653aa2e

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

* Re: [PR PATCH] [Updated] New package: python3-pygit2-1.10.1
  2022-10-20  5:05 [PR PATCH] New package: python3-pygit2-1.10.1 Vaelatern
                   ` (2 preceding siblings ...)
  2022-10-20  5:17 ` [PR PATCH] [Updated] " Vaelatern
@ 2022-10-24 23:33 ` Vaelatern
  2022-10-25  0:26 ` Vaelatern
  2022-11-03  3:39 ` [PR PATCH] [Merged]: " Vaelatern
  5 siblings, 0 replies; 7+ messages in thread
From: Vaelatern @ 2022-10-24 23:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Vaelatern/void-packages python3-pygit2
https://github.com/void-linux/void-packages/pull/40051

New package: python3-pygit2-1.10.1
On hold until I test this a tiny bit, but I basically need this for a salt setup, and I have no reason why we didn't have this before.

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

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

From 69b9bb433a1a087cb937ca54af1ff22561ca879d Mon Sep 17 00:00:00 2001
From: Toyam Cox <Vaelatern@voidlinux.org>
Date: Thu, 20 Oct 2022 01:04:11 -0400
Subject: [PATCH] New package: python3-pygit2-1.10.1

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

diff --git a/srcpkgs/python3-pygit2/template b/srcpkgs/python3-pygit2/template
new file mode 100644
index 000000000000..dd45b8dfc87b
--- /dev/null
+++ b/srcpkgs/python3-pygit2/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-pygit2'
+pkgname=python3-pygit2
+version=1.10.1
+revision=1
+wrksrc="pygit2-${version}"
+build_style=python3-module
+hostmakedepends="python3-devel python3-pip python3-setuptools"
+makedepends="python3-devel libgit2-devel python3-cached-property python3-cffi libssh2-devel
+ openssl-devel"
+depends="python3-cached-property python3-cffi"
+checkdepends="python3-pytest"
+short_desc="Bindings to the libgit2 shared library"
+maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
+license="LGPL-2.0-only"
+homepage="https://www.pygit2.org/"
+changelog="https://github.com/libgit2/pygit2/blob/master/CHANGELOG.rst"
+distfiles="${PYPI_SITE}/p/pygit2/pygit2-${version}.tar.gz"
+checksum=354651bf062c02d1f08041d6fbf1a9b4bf7a93afce65979bdc08bdc65653aa2e

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

* Re: [PR PATCH] [Updated] New package: python3-pygit2-1.10.1
  2022-10-20  5:05 [PR PATCH] New package: python3-pygit2-1.10.1 Vaelatern
                   ` (3 preceding siblings ...)
  2022-10-24 23:33 ` Vaelatern
@ 2022-10-25  0:26 ` Vaelatern
  2022-11-03  3:39 ` [PR PATCH] [Merged]: " Vaelatern
  5 siblings, 0 replies; 7+ messages in thread
From: Vaelatern @ 2022-10-25  0:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Vaelatern/void-packages python3-pygit2
https://github.com/void-linux/void-packages/pull/40051

New package: python3-pygit2-1.10.1
On hold until I test this a tiny bit, but I basically need this for a salt setup, and I have no reason why we didn't have this before.

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

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

From 6f9341ae5e24dd0584f857155ebda8325da5af66 Mon Sep 17 00:00:00 2001
From: Toyam Cox <Vaelatern@voidlinux.org>
Date: Thu, 20 Oct 2022 01:04:11 -0400
Subject: [PATCH] New package: python3-pygit2-1.10.1

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

diff --git a/srcpkgs/python3-pygit2/template b/srcpkgs/python3-pygit2/template
new file mode 100644
index 000000000000..a5632f85ae10
--- /dev/null
+++ b/srcpkgs/python3-pygit2/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-pygit2'
+pkgname=python3-pygit2
+version=1.10.1
+revision=1
+wrksrc="pygit2-${version}"
+build_style=python3-module
+hostmakedepends="pkg-config python3-devel python3-pip python3-setuptools"
+makedepends="python3-devel libgit2-devel python3-cached-property python3-cffi libssh2-devel
+ openssl-devel"
+depends="python3-cached-property python3-cffi"
+checkdepends="python3-pytest"
+short_desc="Bindings to the libgit2 shared library"
+maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
+license="LGPL-2.0-only"
+homepage="https://www.pygit2.org/"
+changelog="https://github.com/libgit2/pygit2/blob/master/CHANGELOG.rst"
+distfiles="${PYPI_SITE}/p/pygit2/pygit2-${version}.tar.gz"
+checksum=354651bf062c02d1f08041d6fbf1a9b4bf7a93afce65979bdc08bdc65653aa2e

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

* Re: [PR PATCH] [Merged]: New package: python3-pygit2-1.10.1
  2022-10-20  5:05 [PR PATCH] New package: python3-pygit2-1.10.1 Vaelatern
                   ` (4 preceding siblings ...)
  2022-10-25  0:26 ` Vaelatern
@ 2022-11-03  3:39 ` Vaelatern
  5 siblings, 0 replies; 7+ messages in thread
From: Vaelatern @ 2022-11-03  3:39 UTC (permalink / raw)
  To: ml

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

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

New package: python3-pygit2-1.10.1
https://github.com/void-linux/void-packages/pull/40051

Description:
On hold until I test this a tiny bit, but I basically need this for a salt setup, and I have no reason why we didn't have this before.

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

end of thread, other threads:[~2022-11-03  3:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-20  5:05 [PR PATCH] New package: python3-pygit2-1.10.1 Vaelatern
2022-10-20  5:09 ` [PR REVIEW] " classabbyamp
2022-10-20  5:17 ` Vaelatern
2022-10-20  5:17 ` [PR PATCH] [Updated] " Vaelatern
2022-10-24 23:33 ` Vaelatern
2022-10-25  0:26 ` Vaelatern
2022-11-03  3:39 ` [PR PATCH] [Merged]: " Vaelatern

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