summaryrefslogtreecommitdiff
path: root/dev-python/sip
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/sip')
-rw-r--r--dev-python/sip/Manifest5
-rw-r--r--dev-python/sip/sip-6.8.5.ebuild42
-rw-r--r--dev-python/sip/sip-6.8.6.ebuild2
3 files changed, 2 insertions, 47 deletions
diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 63708df02d41..a49d32a0de18 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1,6 +1,3 @@
-DIST sip-6.8.5.gh.tar.gz 514702 BLAKE2B 82b41f87991a9c8dd5416a948d5fd356d8d815fef007bcca7089d8b942f6287b9609d5813368afbca924f563873eea025462d83ba9b36d910004115fa81f289e SHA512 de5a5a134ef8a4a8dfeb97ca00cdd6d7c8a297e67aa046f003c883d14fe4cf1f009f6443712b78bc0f693e30b89fab3f76d5ef8ee18e9620f161c1933b2db513
-DIST sip-6.8.5.tar.gz 420177 BLAKE2B 274df04ef21298fbc7559166e5d3b8830a10db900ee0c52001bc6f328e23dd691f092df560cd93e76a3ca17bbd89de88ab3370719dd6c9346e9ba3f3b7570e5c SHA512 eeb1e51624d95bc36e72f5d1949793b647c2b97d5bd13ea80d9a2a901698b4d7336e6812421b0f346af248350061c02db5a8c13aeb33ec31d8bd6dbea967a282
DIST sip-6.8.6.gh.tar.gz 515751 BLAKE2B 769a1270351473f1c498e0d3cd463df3aa0992782b5501bd06455b71be05cae5a9754611bad4f966cc5b204170fec7fccbb065d9ed4c800daaa1bd6448a96352 SHA512 bfbeace21ef0bfd072548bcdb9af1f4917a33e15bcd9c5f6575aea0dc0eeaeec4aa322b2408f586c0e2713ada65c1657f81a4e0eb25cb9a3472fada234beca33
-EBUILD sip-6.8.5.ebuild 1165 BLAKE2B bb77329d822a32c01e7821139dda7cfa338b66152c51b8274b987c4c7ddb04c57cf911419f90b64890be2a22f0ddebc3684dcb6a4aad4aef1699d6c93b6058da SHA512 ed535178b31016455b01dea5e68b932aeabccc62999dd01e5961784192808cf9c25d4088d778d31aa348a8f88a9380709ca7647223bab6856e41ff529ae2e0f0
-EBUILD sip-6.8.6.ebuild 874 BLAKE2B 86975a481d211cb55c083ff0d92922f7bbd1026406cb697646e91d2a935825a2d1e3b2e59a9e58d7f9202fd3eb3ccfd4dbee733d23082d266e2cb011e0bf147a SHA512 7f94f920b418cd5f5a508b7235a33fcc914b27e01952df5875c550a88efa497ad71ff82e1849f2cd41c30c1f127b6e55824b157bc0c935f6bfb681065cdccab7
+EBUILD sip-6.8.6.ebuild 868 BLAKE2B 253b6c956b51169d3e66f34f7f8954a17e73121c7974413da268a85d8e1b3c7944dce4bf68f0e5c887b523ac875b951f0900a5e3b8b8971c196cdcbb2b3728cc SHA512 89f0df08f0f481068f794fce0c9ffb43a2dcf153ba046e3f934ea27654e198e3aa443fdf17f46afdd7f550fbf3a91d062c331f7e2d431c3884f0498bb5a7194a
MISC metadata.xml 524 BLAKE2B 57657d01dc5be425f66f1136356fa028a32ad6a2ca79cadf4b9ed6a940b414b0e3efa161895d1858ab3d4977241883f9dfefbe37a8cbaad10589d57f598856a1 SHA512 82208b61b297d8c2110ea47a82c046118afd9332c52fa6590f7ed11b4e70af8b75f087b006fa5ed9058dbd2f98f02104559e085f781f2fc887396b7ff9d1b859
diff --git a/dev-python/sip/sip-6.8.5.ebuild b/dev-python/sip/sip-6.8.5.ebuild
deleted file mode 100644
index 19a8c31d4c32..000000000000
--- a/dev-python/sip/sip-6.8.5.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python bindings generator for C/C++ libraries"
-HOMEPAGE="https://github.com/Python-SIP/sip/"
-# combine given pypi lacks docs+tests, and gh lacks abi version files
-# breaking revdeps if only using SCM_PRETEND_VERSION and would rather
-# not attempt to manually handle this
-SRC_URI+="
- doc? (
- https://github.com/Python-SIP/sip/archive/refs/tags/${PV}.tar.gz
- -> ${P}.gh.tar.gz
- )
- test? (
- https://github.com/Python-SIP/sip/archive/refs/tags/${PV}.tar.gz
- -> ${P}.gh.tar.gz
- )
-"
-
-LICENSE="|| ( GPL-2 GPL-3 SIP )"
-SLOT="5"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86"
-
-RDEPEND="
- dev-python/packaging[${PYTHON_USEDEP}]
- dev-python/setuptools[${PYTHON_USEDEP}]
- $(python_gen_cond_dep 'dev-python/tomli[${PYTHON_USEDEP}]' 3.10)
-"
-BDEPEND="
- >=dev-python/setuptools-scm-8[${PYTHON_USEDEP}]
-"
-
-distutils_enable_sphinx docs \
- dev-python/myst-parser \
- dev-python/sphinx-rtd-theme
-distutils_enable_tests pytest
diff --git a/dev-python/sip/sip-6.8.6.ebuild b/dev-python/sip/sip-6.8.6.ebuild
index 7274e84fca8f..068f480fc01b 100644
--- a/dev-python/sip/sip-6.8.6.ebuild
+++ b/dev-python/sip/sip-6.8.6.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
LICENSE="|| ( GPL-2 GPL-3 SIP )"
SLOT="5"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86"
RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]