From 033286afc1eb2e64a87a58798a0c620d8b56f497 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 31 Mar 2025 01:33:08 +0100 Subject: gentoo auto-resync : 31:03:2025 - 01:33:08 --- dev-python/pplpy/Manifest | 2 +- dev-python/pplpy/pplpy-0.8.10-r1.ebuild | 50 +++++++++++++++++++++++++++++++++ dev-python/pplpy/pplpy-0.8.10.ebuild | 50 --------------------------------- 3 files changed, 51 insertions(+), 51 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/Manifest b/dev-python/pplpy/Manifest index 8d1a30823498..08ac76df2232 100644 --- a/dev-python/pplpy/Manifest +++ b/dev-python/pplpy/Manifest @@ -1,3 +1,3 @@ DIST pplpy-0.8.10.tar.gz 64203 BLAKE2B b0735722a051ef33b7415528147a84a163ac49bf5d07e2f6599a7bbf004140abf5e6a09b7f0555ac57b55614a1c059bba20cc7ac7fe47a83f429e33d7f0dd1bc SHA512 982d36291cd0108786e47cb1ff73127ba2b2a619edc697e28360a87ace743e7fc6dd04e32aab38d41724d455de4861065f9ac3d409fd2f68114b07f4d1328c23 -EBUILD pplpy-0.8.10.ebuild 996 BLAKE2B 37b07e2300d2b2b5b4b1a40377ccc94f260602878157ec68d9cab8023f3af8589b70e4c036bd96ac80e92858693cb5b60b6fdbcdd02a5003bc3f177921513953 SHA512 66cd7cb384016f5415d35ceec487ee7b36abe1085353fe51530333a118a55883795aa37ccc1e8b06635860a3856aa4542afeae7139b4ca45c45a2b7717764ff0 +EBUILD pplpy-0.8.10-r1.ebuild 996 BLAKE2B 35be08c2209ed311942dc1b3c4ac5b7aae887811263e3d0e20428b71aef3d09c19d9b0f51f33f1e6273fe1471f87b31c30614cac0fb8966418da4d8af3b65762 SHA512 43d52a63a1263b9eb41708ce96ce47d805dd4604f02f3761a1b671ac89d55b55c7c703f6572677836098f7da1fb25be2632c4ea0c1b6bd792280d52c435203bc MISC metadata.xml 759 BLAKE2B 0c4fcc6e475fae1a8565c392dd82261d796b96aad68d614790e07271057b46eec4b4f89fe3be2185bc9793e828568a85df488ce568daf84555638e0516898086 SHA512 773f95dbb5635a1ffcbff57d00e6af93e173945738e67deb79bb4c628abde3793488b889bb96e9a74832d0b8c42e7274edb479c64e726ddde10ef5297be979a7 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..a071af48d910 --- /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_{10..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 132a03801a98..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_{10..12} ) - -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.2.3