commit:     44d4a41b7263e4ec043fbed414ea0644e3598066
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 25 04:57:09 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar 25 05:01:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44d4a41b

dev-python/pplpy: Bump to 0.8.10

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pplpy/Manifest            |  1 +
 dev-python/pplpy/pplpy-0.8.10.ebuild | 48 ++++++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/dev-python/pplpy/Manifest b/dev-python/pplpy/Manifest
index b51b6c65f034..7753555568cc 100644
--- a/dev-python/pplpy/Manifest
+++ b/dev-python/pplpy/Manifest
@@ -1 +1,2 @@
+DIST pplpy-0.8.10.tar.gz 64203 BLAKE2B 
b0735722a051ef33b7415528147a84a163ac49bf5d07e2f6599a7bbf004140abf5e6a09b7f0555ac57b55614a1c059bba20cc7ac7fe47a83f429e33d7f0dd1bc
 SHA512 
982d36291cd0108786e47cb1ff73127ba2b2a619edc697e28360a87ace743e7fc6dd04e32aab38d41724d455de4861065f9ac3d409fd2f68114b07f4d1328c23
 DIST pplpy-0.8.9.tar.gz 66017 BLAKE2B 
90da3b4c3e992d0ca969925d8142b114fbbfd5214a768f2e56825d8689e2c4aa2e68a3fa45da9df68168a28413153eb189df277157823e88503668be5c26505c
 SHA512 
618a0a1d603e2859313ad4f71b3cc40156a06371c6b8971fdab8275f6676fc19510e3927828c641819399b5ea6646e954738309fbf8c10fba5733c7410ed75fc

diff --git a/dev-python/pplpy/pplpy-0.8.10.ebuild 
b/dev-python/pplpy/pplpy-0.8.10.ebuild
new file mode 100644
index 000000000000..cd6c0247648a
--- /dev/null
+++ b/dev-python/pplpy/pplpy-0.8.10.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_EXT=1
+
+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"
+IUSE="doc"
+
+DEPEND="
+       dev-libs/ppl
+       dev-python/cysignals[${PYTHON_USEDEP}]
+       >=dev-python/gmpy-2.1.0_beta1[${PYTHON_USEDEP}]
+"
+RDEPEND="
+       ${DEPEND}
+"
+BDEPEND="
+       dev-python/cython[${PYTHON_USEDEP}]
+"
+
+distutils_enable_sphinx docs/source
+
+python_compile() {
+       # Parallel build breaks the test suite somehow. This should be
+       # reported upstream but first someone will need to figure out
+       # how to reproduce it outside of Gentoo.
+       distutils-r1_python_compile -j 1
+}
+
+python_test(){
+       "${EPYTHON}" tests/runtests.py || die
+}

Reply via email to