From 3a6d209caa07e3be8e8423251b70c8bbeeedb17f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 12 Apr 2024 00:33:29 +0100 Subject: gentoo auto-resync : 12:04:2024 - 00:33:28 --- dev-python/pplpy/Manifest | 4 +-- dev-python/pplpy/pplpy-0.8.10.ebuild | 2 +- dev-python/pplpy/pplpy-0.8.9.ebuild | 49 ------------------------------------ 3 files changed, 2 insertions(+), 53 deletions(-) delete mode 100644 dev-python/pplpy/pplpy-0.8.9.ebuild (limited to 'dev-python/pplpy') diff --git a/dev-python/pplpy/Manifest b/dev-python/pplpy/Manifest index ed05d1802a90..38fdf5c50f47 100644 --- a/dev-python/pplpy/Manifest +++ b/dev-python/pplpy/Manifest @@ -1,5 +1,3 @@ DIST pplpy-0.8.10.tar.gz 64203 BLAKE2B b0735722a051ef33b7415528147a84a163ac49bf5d07e2f6599a7bbf004140abf5e6a09b7f0555ac57b55614a1c059bba20cc7ac7fe47a83f429e33d7f0dd1bc SHA512 982d36291cd0108786e47cb1ff73127ba2b2a619edc697e28360a87ace743e7fc6dd04e32aab38d41724d455de4861065f9ac3d409fd2f68114b07f4d1328c23 -DIST pplpy-0.8.9.tar.gz 66017 BLAKE2B 90da3b4c3e992d0ca969925d8142b114fbbfd5214a768f2e56825d8689e2c4aa2e68a3fa45da9df68168a28413153eb189df277157823e88503668be5c26505c SHA512 618a0a1d603e2859313ad4f71b3cc40156a06371c6b8971fdab8275f6676fc19510e3927828c641819399b5ea6646e954738309fbf8c10fba5733c7410ed75fc -EBUILD pplpy-0.8.10.ebuild 989 BLAKE2B 98cc485d1f06b44c9ec3eeb69ab411cd1b822ec6959af03262588e9b68b389b8549c4a1aca65106524ca72e3bd4d270087f8796be9e16fb8c875bf70d990c279 SHA512 a997c7c3b5d73fe3cf37786341720b40a532f7415032f8f8c5c0ff973ce84944096b865f1d2cc35ad49979044d9e7a429d99a413a6f5c14ef281a801581615cb -EBUILD pplpy-0.8.9.ebuild 1177 BLAKE2B 003564826013c4f1887663b6a500e8b18d33154358d4b233ae0fa4b861a15eb4372e07c66bec34e57f780c207af78c70d63a36cd879b48d21d7fcf04fccdfe5f SHA512 dbec427c8e82b69cf9939012ef5739b6b9d162ee270ecd692660815bd90e2fdd61ea652398357761a53ee1629329f8459846084fce8027ce54c8775738e86b32 +EBUILD pplpy-0.8.10.ebuild 988 BLAKE2B aed58523a8a6abbb4ccf7b4aefe6241bbfb83227c8373f3a6be53e5468ebf6ae4c5cf56959a8267c193cddf5257de187f9d5887a3595f651588afc7f56d75d8e SHA512 bcebb533c75ffcf920ef0151cb1ca2b00db9045a6aa312a3d33a86ad8f9f219dea94e047f395a5e335262752a2a10c113d45f4fe120a73dc33cbdc0236ac9eb0 MISC metadata.xml 759 BLAKE2B 0c4fcc6e475fae1a8565c392dd82261d796b96aad68d614790e07271057b46eec4b4f89fe3be2185bc9793e828568a85df488ce568daf84555638e0516898086 SHA512 773f95dbb5635a1ffcbff57d00e6af93e173945738e67deb79bb4c628abde3793488b889bb96e9a74832d0b8c42e7274edb479c64e726ddde10ef5297be979a7 diff --git a/dev-python/pplpy/pplpy-0.8.10.ebuild b/dev-python/pplpy/pplpy-0.8.10.ebuild index 4a82eb78892a..dd2eef3bce6e 100644 --- a/dev-python/pplpy/pplpy-0.8.10.ebuild +++ b/dev-python/pplpy/pplpy-0.8.10.ebuild @@ -19,7 +19,7 @@ HOMEPAGE=" LICENSE="GPL-3+" # API/ABI changes in point releases SLOT="0/${PV}" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="doc" DEPEND=" diff --git a/dev-python/pplpy/pplpy-0.8.9.ebuild b/dev-python/pplpy/pplpy-0.8.9.ebuild deleted file mode 100644 index 8b4cc0104598..000000000000 --- a/dev-python/pplpy/pplpy-0.8.9.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) -DISTUTILS_USE_PEP517=setuptools -DISTUTILS_EXT=1 - -inherit distutils-r1 pypi - -DESCRIPTION="Python bindings for the Parma Polyhedra Library (PPL)" -HOMEPAGE="https://pypi.org/project/pplpy/ - https://github.com/sagemath/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[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" -BDEPEND="dev-python/cython[${PYTHON_USEDEP}] - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" - -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_compile_all() { - use doc && emake -C docs html -} - -python_install_all(){ - use doc && local HTML_DOCS=( docs/build/html/. ) - distutils-r1_python_install_all -} - -python_test(){ - "${EPYTHON}" setup.py test || die -} -- cgit v1.2.3