Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Feb 2025 16:10:31 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e9f9830bd993 - main - devel/py-anytree: Fix build with py-poetry-core 2.0.0+
Message-ID:  <202502031610.513GAVuf060815@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e9f9830bd993eeadd51d02ad67404d55de1eb963

commit e9f9830bd993eeadd51d02ad67404d55de1eb963
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-02-03 15:39:46 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-02-03 15:54:29 +0000

    devel/py-anytree: Fix build with py-poetry-core 2.0.0+
    
    - Bump PORTREVISION for package change
    
    Approved by:    portmgr (blanket)
    With hat:       python
---
 devel/py-anytree/Makefile                   |  1 +
 devel/py-anytree/files/patch-pyproject.toml | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/devel/py-anytree/Makefile b/devel/py-anytree/Makefile
index ced3300b8a2c..439f8030cfaf 100644
--- a/devel/py-anytree/Makefile
+++ b/devel/py-anytree/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	anytree
 DISTVERSION=	2.12.1
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-anytree/files/patch-pyproject.toml b/devel/py-anytree/files/patch-pyproject.toml
new file mode 100644
index 000000000000..9021e4fb2ef4
--- /dev/null
+++ b/devel/py-anytree/files/patch-pyproject.toml
@@ -0,0 +1,21 @@
+--- pyproject.toml.orig	2023-11-16 21:52:39 UTC
++++ pyproject.toml
+@@ -1,9 +1,9 @@
+-[tool.poetry]
++[project]
+ name = "anytree"
+ version = "2.12.1"
+ description = "Powerful and Lightweight Python Tree Data Structure with various plugins"
+ authors = [
+-    "c0fec0de <c0fec0de@gmail.com>"
++    {name = "c0fec0de", email = "<c0fec0de@gmail.com>"}
+ ]
+ readme = "README.rst"
+ license = "Apache-2.0"
+@@ -117,4 +117,4 @@ commands =
+     poetry run coverage xml
+     poetry run pylint anytree
+     poetry run make html -C docs
+-"""
+\ No newline at end of file
++"""



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502031610.513GAVuf060815>