From f2b066252b0e859eedde17d45a6e13a5b813b624 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Sun, 30 Mar 2025 06:10:30 +0000 Subject: Adding metadata --- dev-python/pplpy/pplpy-0.8.10-r1.ebuild | 50 +++++++++++++++++++++++++++++++++ dev-python/pplpy/pplpy-0.8.10.ebuild | 50 --------------------------------- 2 files changed, 50 insertions(+), 50 deletions(-) create mode 100644 dev-python/pplpy/pplpy-0.8.10-r1.ebuild delete mode 100644 dev-python/pplpy/pplpy-0.8.10.ebuild (limited to 'dev-python/pplpy') diff --git a/dev-python/pplpy/pplpy-0.8.10-r1.ebuild b/dev-python/pplpy/pplpy-0.8.10-r1.ebuild new file mode 100644 index 000000000000..fc400c6fb3ca --- /dev/null +++ b/dev-python/pplpy/pplpy-0.8.10-r1.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_EXT=1 +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Python bindings for the Parma Polyhedra Library (PPL)" +HOMEPAGE=" + https://github.com/sagemath/pplpy/ + https://pypi.org/project/pplpy/ +" + +# The file headers under ppl/ contain the "or later" bit +LICENSE="GPL-3+" +# API/ABI changes in point releases +SLOT="0/${PV}" +KEYWORDS="amd64 ~riscv" +IUSE="doc" + +DEPEND=" + dev-libs/ppl + dev-python/cysignals[${PYTHON_USEDEP}] + >=dev-python/gmpy2-2.1.0_beta1[${PYTHON_USEDEP}] +" +RDEPEND=" + ${DEPEND} +" +BDEPEND=" + dev-python/cython[${PYTHON_USEDEP}] + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) +" + +python_compile() { + # https://bugs.gentoo.org/927770 + distutils-r1_python_compile -j1 +} + +python_compile_all() { + rm -r ppl || die + use doc && build_sphinx docs/source +} + +python_test(){ + "${EPYTHON}" tests/runtests.py || die +} diff --git a/dev-python/pplpy/pplpy-0.8.10.ebuild b/dev-python/pplpy/pplpy-0.8.10.ebuild deleted file mode 100644 index 6839d3f602f3..000000000000 --- a/dev-python/pplpy/pplpy-0.8.10.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Python bindings for the Parma Polyhedra Library (PPL)" -HOMEPAGE=" - https://github.com/sagemath/pplpy/ - https://pypi.org/project/pplpy/ -" - -# The file headers under ppl/ contain the "or later" bit -LICENSE="GPL-3+" -# API/ABI changes in point releases -SLOT="0/${PV}" -KEYWORDS="amd64 ~riscv" -IUSE="doc" - -DEPEND=" - dev-libs/ppl - dev-python/cysignals[${PYTHON_USEDEP}] - >=dev-python/gmpy2-2.1.0_beta1[${PYTHON_USEDEP}] -" -RDEPEND=" - ${DEPEND} -" -BDEPEND=" - dev-python/cython[${PYTHON_USEDEP}] - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) -" - -python_compile() { - # https://bugs.gentoo.org/927770 - distutils-r1_python_compile -j1 -} - -python_compile_all() { - rm -r ppl || die - use doc && build_sphinx docs/source -} - -python_test(){ - "${EPYTHON}" tests/runtests.py || die -} -- cgit v1.3