mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
devel/py-anytree: Fix build with py-poetry-core 2.0.0+
- Bump PORTREVISION for package change Approved by: portmgr (blanket) With hat: python
This commit is contained in:
parent
209080ebc4
commit
e9f9830bd9
2 changed files with 22 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= anytree
|
||||
DISTVERSION= 2.12.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
21
devel/py-anytree/files/patch-pyproject.toml
Normal file
21
devel/py-anytree/files/patch-pyproject.toml
Normal file
|
@ -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
|
||||
+"""
|
Loading…
Add table
Reference in a new issue