diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-02-09 07:06:10 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-02-09 07:18:30 -0500 |
commit | 68e0c21f64e308945a4969593f108a9b8c235c76 (patch) | |
tree | 9d86303246b4994821d1783085c2218a8eb65b80 /dev-python/sip | |
parent | sys-apps/baselayout: Add bugfix for riscv multilib stage builds (diff) | |
download | gentoo-68e0c21f64e308945a4969593f108a9b8c235c76.tar.gz gentoo-68e0c21f64e308945a4969593f108a9b8c235c76.tar.bz2 gentoo-68e0c21f64e308945a4969593f108a9b8c235c76.zip |
dev-python/sip: drop 6.8.1
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-python/sip')
-rw-r--r-- | dev-python/sip/Manifest | 1 | ||||
-rw-r--r-- | dev-python/sip/sip-6.8.1.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest index 0081bfed2f53..670f13369849 100644 --- a/dev-python/sip/Manifest +++ b/dev-python/sip/Manifest @@ -1,2 +1 @@ -DIST sip-6.8.1.tar.gz 986219 BLAKE2B c9055b1aff3314661bfa2daa4fab465b57e811976aeb76fc2dafcb684b4ff2274c4eed88952ccfa904dd0e04a73f8f1eb6b969409146cbb80d3f1a2f58af9a99 SHA512 315243ec94fa66165ea458b64ab11d5b682f17723148e4dbe844dc31d6d7b024458a58c68bf2643f0930a31f28821b85a99fa1b02431a9a2e1c0d8ddd1df3342 DIST sip-6.8.2.tar.gz 987521 BLAKE2B 318058b2c7f03cb5cdbd56628233eedf26edd10a61e7ef505d463d01542cceb19e2eb15ca82eb6679c4ae646ecbbbca636ef105a2e73c368fdc69a621a28a4c2 SHA512 7edc3d10256d6622179cb4d207227935786399de52adcffc7fa9dd9d05b32488823642ed128e30195c3e71e470c48ae49e2c2225b76116e849496d2197571d4f diff --git a/dev-python/sip/sip-6.8.1.ebuild b/dev-python/sip/sip-6.8.1.ebuild deleted file mode 100644 index a4a63a41bb70..000000000000 --- a/dev-python/sip/sip-6.8.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 pypi - -DESCRIPTION="Python bindings generator for C/C++ libraries" -HOMEPAGE="https://www.riverbankcomputing.com/software/sip/" - -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) -" - -distutils_enable_sphinx doc --no-autodoc |