summaryrefslogtreecommitdiff
path: root/dev-python/astor
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-31 18:58:19 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-31 18:58:19 +0000
commite709146bfe0a78864c489db0165a0156151b5b7a (patch)
tree52317f234fa0358799dfaafe48623cf348e34936 /dev-python/astor
parent0180d18b2874a7cc5346b896ee0c25941be701d5 (diff)
downloadbaldeagleos-repo-e709146bfe0a78864c489db0165a0156151b5b7a.tar.gz
baldeagleos-repo-e709146bfe0a78864c489db0165a0156151b5b7a.tar.xz
baldeagleos-repo-e709146bfe0a78864c489db0165a0156151b5b7a.zip
Adding metadata
Diffstat (limited to 'dev-python/astor')
-rw-r--r--dev-python/astor/astor-0.8.1-r1.ebuild53
-rw-r--r--dev-python/astor/astor-0.8.1-r2.ebuild2
2 files changed, 1 insertions, 54 deletions
diff --git a/dev-python/astor/astor-0.8.1-r1.ebuild b/dev-python/astor/astor-0.8.1-r1.ebuild
deleted file mode 100644
index e43a44bdedb7..000000000000
--- a/dev-python/astor/astor-0.8.1-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Read/rewrite/write Python ASTs"
-HOMEPAGE="
- https://pypi.org/project/astor/
- https://github.com/berkerpeksag/astor/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-PATCHES=(
- "${FILESDIR}"/${P}-tests-bigint.patch
-)
-
-distutils_enable_tests pytest
-
-python_test() {
- local EPYTEST_IGNORE=(
- tests/test_rtrip.py
- )
- local EPYTEST_DESELECT=()
-
- case ${EPYTHON} in
- python3.14)
- EPYTEST_DESELECT+=(
- # TODO
- tests/test_code_gen.py::CodegenTestCase::test_complex
- tests/test_code_gen.py::CodegenTestCase::test_deprecated_constant_nodes
- tests/test_code_gen.py::CodegenTestCase::test_deprecated_name_constants
- tests/test_code_gen.py::CodegenTestCase::test_fstring_debugging
- tests/test_code_gen.py::CodegenTestCase::test_fstring_escaped_braces
- tests/test_code_gen.py::CodegenTestCase::test_fstring_trailing_newline
- tests/test_code_gen.py::CodegenTestCase::test_fstrings
- tests/test_code_gen.py::CodegenTestCase::test_huge_int
- tests/test_code_gen.py::CodegenTestCase::test_inf
- tests/test_code_gen.py::CodegenTestCase::test_nan
- )
- ;;
- esac
-
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- epytest
-}
diff --git a/dev-python/astor/astor-0.8.1-r2.ebuild b/dev-python/astor/astor-0.8.1-r2.ebuild
index 7b6cf800d974..259c16affba1 100644
--- a/dev-python/astor/astor-0.8.1-r2.ebuild
+++ b/dev-python/astor/astor-0.8.1-r2.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
PATCHES=(
"${FILESDIR}/${P}-tests-bigint.patch"