diff options
author | 2023-12-30 15:17:17 +0100 | |
---|---|---|
committer | 2023-12-30 15:32:40 +0100 | |
commit | ca689dbbf0b3a18b8e8c14fdcf84f86feffda9b2 (patch) | |
tree | 5e607808c7bc0ebd7cf03702ffc0b48071a5db17 /dev-python/sip | |
parent | dev-python/sentry-sdk: Stabilize 1.39.1 ALLARCHES, #921058 (diff) | |
download | gentoo-ca689dbbf0b3a18b8e8c14fdcf84f86feffda9b2.tar.gz gentoo-ca689dbbf0b3a18b8e8c14fdcf84f86feffda9b2.tar.bz2 gentoo-ca689dbbf0b3a18b8e8c14fdcf84f86feffda9b2.zip |
dev-python/sip: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sip')
-rw-r--r-- | dev-python/sip/Manifest | 1 | ||||
-rw-r--r-- | dev-python/sip/sip-6.7.12.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest index 7afa3154991b..8c89d8098901 100644 --- a/dev-python/sip/Manifest +++ b/dev-python/sip/Manifest @@ -1,2 +1 @@ -DIST sip-6.7.12.tar.gz 1169656 BLAKE2B 07ae682e783da5bc6fc3109c62c7bff245faab795cc28f135758b1211fae1dfae79668e7e7c0de8b3bae5c8b10534d153cdd47969b34149c8f5598867d19f17c SHA512 885c32a051e882b82b59bf1365050933f8fc1c619b19f4bc03235edc5741a5e14aae8edf90479ad0283f74ba5c5233a2589c151ec865b130199a6db9800a2294 DIST sip-6.8.1.tar.gz 986219 BLAKE2B c9055b1aff3314661bfa2daa4fab465b57e811976aeb76fc2dafcb684b4ff2274c4eed88952ccfa904dd0e04a73f8f1eb6b969409146cbb80d3f1a2f58af9a99 SHA512 315243ec94fa66165ea458b64ab11d5b682f17723148e4dbe844dc31d6d7b024458a58c68bf2643f0930a31f28821b85a99fa1b02431a9a2e1c0d8ddd1df3342 diff --git a/dev-python/sip/sip-6.7.12.ebuild b/dev-python/sip/sip-6.7.12.ebuild deleted file mode 100644 index e014fa769673..000000000000 --- a/dev-python/sip/sip-6.7.12.ebuild +++ /dev/null @@ -1,27 +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_EXT=1 -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/ply[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - dev-python/tomli[${PYTHON_USEDEP}] - ' 3.10) -" - -distutils_enable_sphinx doc --no-autodoc |