Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python3-liblarch-3.0.1
@ 2020-12-28 17:31 Bleznudd
  2021-01-30  0:51 ` [PR REVIEW] " kawaiiamber
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Bleznudd @ 2020-12-28 17:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bleznudd/void-packages master
https://github.com/void-linux/void-packages/pull/27505

New package: python3-liblarch-3.0.1
Should close #27373 

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

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

From 449ef214f50151639cbd1f8623023f01f49bdf24 Mon Sep 17 00:00:00 2001
From: Bleznudd <bleznudd@pm.me>
Date: Mon, 28 Dec 2020 18:19:53 +0100
Subject: [PATCH] New package: python3-liblarch-3.0.1

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

diff --git a/srcpkgs/python3-liblarch/template b/srcpkgs/python3-liblarch/template
new file mode 100644
index 00000000000..06281c27ef4
--- /dev/null
+++ b/srcpkgs/python3-liblarch/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-liblarch'
+pkgname=python3-liblarch
+version=3.0.1
+revision=1
+wrksrc=liblarch-${version}
+build_style=python3-module
+makedepends="python3-setuptools"
+depends="python3 python3-gobject gtk+3"
+short_desc="Library to handle data structures such as trees and acyclic graphs"
+maintainer="Bleznudd <bleznudd@pm.me>"
+license="LGPL-3.0-only"
+homepage="https://github.com/getting-things-gnome/liblarch"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=3a866cc43873454b88ae5526207555aca1f0e16e3120577d6135ea13db98ca68

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

* Re: [PR REVIEW] New package: python3-liblarch-3.0.1
  2020-12-28 17:31 [PR PATCH] New package: python3-liblarch-3.0.1 Bleznudd
@ 2021-01-30  0:51 ` kawaiiamber
  2021-01-30 20:34 ` [PR PATCH] [Updated] " Bleznudd
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: kawaiiamber @ 2021-01-30  0:51 UTC (permalink / raw)
  To: ml

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

New review comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27505#discussion_r567168099

Comment:
On line 16, add
```sh
if [ "${CROSS_BUILD}" ]; then
	hostmakedepends="python3"
fi
```
as `python3-setuptools` is not on crossbuild.

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

* Re: [PR PATCH] [Updated] New package: python3-liblarch-3.0.1
  2020-12-28 17:31 [PR PATCH] New package: python3-liblarch-3.0.1 Bleznudd
  2021-01-30  0:51 ` [PR REVIEW] " kawaiiamber
@ 2021-01-30 20:34 ` Bleznudd
  2021-01-30 20:39 ` [PR REVIEW] " Bleznudd
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Bleznudd @ 2021-01-30 20:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bleznudd/void-packages master
https://github.com/void-linux/void-packages/pull/27505

New package: python3-liblarch-3.0.1
Should close #27373 

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

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

From b79d58cae29a20a4343bb2cfad24026e8f25eab4 Mon Sep 17 00:00:00 2001
From: Bleznudd <bleznudd@pm.me>
Date: Mon, 28 Dec 2020 18:19:53 +0100
Subject: [PATCH] New package: python3-liblarch-3.0.1

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

diff --git a/srcpkgs/python3-liblarch/template b/srcpkgs/python3-liblarch/template
new file mode 100644
index 00000000000..e18f74ec872
--- /dev/null
+++ b/srcpkgs/python3-liblarch/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-liblarch'
+pkgname=python3-liblarch
+version=3.0.1
+revision=1
+wrksrc=liblarch-${version}
+build_style=python3-module
+makedepends="python3-setuptools"
+depends="python3 python3-gobject gtk+3"
+short_desc="Library to handle data structures such as trees and acyclic graphs"
+maintainer="Bleznudd <bleznudd@pm.me>"
+license="LGPL-3.0-only"
+homepage="https://github.com/getting-things-gnome/liblarch"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=3a866cc43873454b88ae5526207555aca1f0e16e3120577d6135ea13db98ca68
+
+if [ "${CROSS_BUILD}" ]; then
+	hostmakedepends="python3"
+fi

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

* Re: [PR REVIEW] New package: python3-liblarch-3.0.1
  2020-12-28 17:31 [PR PATCH] New package: python3-liblarch-3.0.1 Bleznudd
  2021-01-30  0:51 ` [PR REVIEW] " kawaiiamber
  2021-01-30 20:34 ` [PR PATCH] [Updated] " Bleznudd
@ 2021-01-30 20:39 ` Bleznudd
  2021-10-06  8:17 ` [PR PATCH] [Closed]: " Bleznudd
  2021-10-06  8:17 ` Bleznudd
  4 siblings, 0 replies; 6+ messages in thread
From: Bleznudd @ 2021-01-30 20:39 UTC (permalink / raw)
  To: ml

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

New review comment by Bleznudd on void-packages repository

https://github.com/void-linux/void-packages/pull/27505#discussion_r567311831

Comment:
Many thanks, it seems to be working ok now

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

* Re: New package: python3-liblarch-3.0.1
  2020-12-28 17:31 [PR PATCH] New package: python3-liblarch-3.0.1 Bleznudd
                   ` (3 preceding siblings ...)
  2021-10-06  8:17 ` [PR PATCH] [Closed]: " Bleznudd
@ 2021-10-06  8:17 ` Bleznudd
  4 siblings, 0 replies; 6+ messages in thread
From: Bleznudd @ 2021-10-06  8:17 UTC (permalink / raw)
  To: ml

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

New comment by Bleznudd on void-packages repository

https://github.com/void-linux/void-packages/pull/27505#issuecomment-935723003

Comment:
Closing to move this commit in the [#27883](https://github.com/void-linux/void-packages/pull/27883) PR

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

* Re: [PR PATCH] [Closed]: New package: python3-liblarch-3.0.1
  2020-12-28 17:31 [PR PATCH] New package: python3-liblarch-3.0.1 Bleznudd
                   ` (2 preceding siblings ...)
  2021-01-30 20:39 ` [PR REVIEW] " Bleznudd
@ 2021-10-06  8:17 ` Bleznudd
  2021-10-06  8:17 ` Bleznudd
  4 siblings, 0 replies; 6+ messages in thread
From: Bleznudd @ 2021-10-06  8:17 UTC (permalink / raw)
  To: ml

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

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

New package: python3-liblarch-3.0.1
https://github.com/void-linux/void-packages/pull/27505

Description:
Should close #27373 

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

end of thread, other threads:[~2021-10-06  8:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-28 17:31 [PR PATCH] New package: python3-liblarch-3.0.1 Bleznudd
2021-01-30  0:51 ` [PR REVIEW] " kawaiiamber
2021-01-30 20:34 ` [PR PATCH] [Updated] " Bleznudd
2021-01-30 20:39 ` [PR REVIEW] " Bleznudd
2021-10-06  8:17 ` [PR PATCH] [Closed]: " Bleznudd
2021-10-06  8:17 ` Bleznudd

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