dev-python/anytree: new package, add 2.13.0

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-06-16 22:23:43 +01:00
parent f678f58757
commit cee0924299
3 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST anytree-2.13.0.tar.gz 48389 BLAKE2B d7a3e17782b4d9052d16cb46ba2a074419fa1cdcca26730ef15be84c30a401c167d54e2640b1088fa575db1bcc563f6b1273db8b7a90e36bcc8b52113e63b52c SHA512 e7b6efdbbf195ede2da730cf4c6805980f2b17562fa1544ac3da1299b2c7980062086b296669c2fa0daf3fea48d2c8545b665ba258316334483dd78f1b6815e3

View File

@@ -0,0 +1,31 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=pdm-backend
PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 pypi
DESCRIPTION="Tree data library"
HOMEPAGE="
https://github.com/c0fec0de/anytree
https://pypi.org/project/anytree/
"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND="
test? (
dev-python/test2ref[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest
python_test() {
epytest -o addopts=
}

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<stabilize-allarches/>
<upstream>
<remote-id type="github">c0fec0de/anytree</remote-id>
<remote-id type="pypi">anytree</remote-id>
</upstream>
</pkgmetadata>