Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-anytree: update to 2.12.1.
@ 2023-11-21 10:26 Luciogi
  2023-11-21 10:31 ` [PR PATCH] [Updated] " Luciogi
  2023-11-29 23:39 ` [PR PATCH] [Merged]: " Duncaen
  0 siblings, 2 replies; 3+ messages in thread
From: Luciogi @ 2023-11-21 10:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Luciogi/void-packages py3-anytree
https://github.com/void-linux/void-packages/pull/47334

python3-anytree: update to 2.12.1.

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)

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

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

From 3da4e7229b8a7619bc546392189bb6d3cacdd2d1 Mon Sep 17 00:00:00 2001
From: Luciogi <lucigithubcommit@skiff.com>
Date: Tue, 21 Nov 2023 15:20:08 +0500
Subject: [PATCH] python3-anytree: update to 2.12.1.

---
 srcpkgs/python3-anytree/template | 19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/python3-anytree/template b/srcpkgs/python3-anytree/template
index 8b6b3e5fae889..8fb18fa1d7dcb 100644
--- a/srcpkgs/python3-anytree/template
+++ b/srcpkgs/python3-anytree/template
@@ -1,18 +1,15 @@
 # Template file for 'python3-anytree'
 pkgname=python3-anytree
-version=2.8.0
-revision=6
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
+version=2.12.1
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-poetry-core"
 depends="python3-six"
-checkdepends="python3-six python3-coverage python3-nose graphviz"
+checkdepends="python3-pytest python3-six python3-coverage python3-nose graphviz"
 short_desc="Powerful and lightweight Python tree data structure"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/c0fec0de/anytree"
-distfiles="${PYPI_SITE}/a/anytree/anytree-${version}.tar.gz"
-checksum=3f0f93f355a91bc3e6245319bf4c1d50e3416cc7a35cc1133c1ff38306bbccab
-
-post_install() {
-	rm ${DESTDIR}/usr/LICENSE
-}
+#distfiles="${PYPI_SITE}/a/anytree/anytree-${version}.tar.gz"
+distfiles="https://github.com/c0fec0de/anytree/archive/refs/tags/${version}.tar.gz>anytree-${version}.tar.gz" # tests are missing in PYPI tarball 
+checksum=a6b6b6b6b0d0d626b9e6afcb42946f9d23159586c6f08e8ba3dde0e22cd83a1b

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

* Re: [PR PATCH] [Updated] python3-anytree: update to 2.12.1.
  2023-11-21 10:26 [PR PATCH] python3-anytree: update to 2.12.1 Luciogi
@ 2023-11-21 10:31 ` Luciogi
  2023-11-29 23:39 ` [PR PATCH] [Merged]: " Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: Luciogi @ 2023-11-21 10:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Luciogi/void-packages py3-anytree
https://github.com/void-linux/void-packages/pull/47334

python3-anytree: update to 2.12.1.

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)

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

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

From d2f306d052569e250ba9351df802913d9fa25b2d Mon Sep 17 00:00:00 2001
From: Luciogi <lucigithubcommit@skiff.com>
Date: Tue, 21 Nov 2023 15:20:08 +0500
Subject: [PATCH] python3-anytree: update to 2.12.1.

---
 srcpkgs/python3-anytree/template | 19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/python3-anytree/template b/srcpkgs/python3-anytree/template
index 8b6b3e5fae889..baf8384839006 100644
--- a/srcpkgs/python3-anytree/template
+++ b/srcpkgs/python3-anytree/template
@@ -1,18 +1,15 @@
 # Template file for 'python3-anytree'
 pkgname=python3-anytree
-version=2.8.0
-revision=6
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
+version=2.12.1
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-poetry-core"
 depends="python3-six"
-checkdepends="python3-six python3-coverage python3-nose graphviz"
+checkdepends="python3-pytest python3-six python3-coverage python3-nose graphviz"
 short_desc="Powerful and lightweight Python tree data structure"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/c0fec0de/anytree"
-distfiles="${PYPI_SITE}/a/anytree/anytree-${version}.tar.gz"
-checksum=3f0f93f355a91bc3e6245319bf4c1d50e3416cc7a35cc1133c1ff38306bbccab
-
-post_install() {
-	rm ${DESTDIR}/usr/LICENSE
-}
+#distfiles="${PYPI_SITE}/a/anytree/anytree-${version}.tar.gz"
+distfiles="https://github.com/c0fec0de/anytree/archive/refs/tags/${version}.tar.gz>anytree-${version}.tar.gz" # tests are missing in PYPI tarball
+checksum=a6b6b6b6b0d0d626b9e6afcb42946f9d23159586c6f08e8ba3dde0e22cd83a1b

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

* Re: [PR PATCH] [Merged]: python3-anytree: update to 2.12.1.
  2023-11-21 10:26 [PR PATCH] python3-anytree: update to 2.12.1 Luciogi
  2023-11-21 10:31 ` [PR PATCH] [Updated] " Luciogi
@ 2023-11-29 23:39 ` Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: Duncaen @ 2023-11-29 23:39 UTC (permalink / raw)
  To: ml

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

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

python3-anytree: update to 2.12.1.
https://github.com/void-linux/void-packages/pull/47334

Description:

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)

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

end of thread, other threads:[~2023-11-29 23:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-21 10:26 [PR PATCH] python3-anytree: update to 2.12.1 Luciogi
2023-11-21 10:31 ` [PR PATCH] [Updated] " Luciogi
2023-11-29 23:39 ` [PR PATCH] [Merged]: " Duncaen

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