diff options
Diffstat (limited to 'dev-python/clang-python')
-rw-r--r-- | dev-python/clang-python/Manifest | 1 | ||||
-rw-r--r-- | dev-python/clang-python/clang-python-15.0.6.9999.ebuild | 54 |
2 files changed, 0 insertions, 55 deletions
diff --git a/dev-python/clang-python/Manifest b/dev-python/clang-python/Manifest index 35f9f0ef2a02..8d60c3f1c3fb 100644 --- a/dev-python/clang-python/Manifest +++ b/dev-python/clang-python/Manifest @@ -7,7 +7,6 @@ DIST llvm-project-b20dd2b186fdc76828219b705a2b58f5830f4b9d.tar.gz 175044630 BLAK DIST llvmorg-13.0.1.tar.gz 147290251 BLAKE2B 2a44b012a672501761d0c27c6b3a315b69bfef0cd13b078a7e7d2fccc4a9c8c0f2bee0f164c4271c9106b0a99cb06e8b64986f66253b613336719fb86b82541b SHA512 9a8cb5d11964ba88b7624f19ec861fb28701f23956ea3c92f6ac644332d5f41fde97bd8933dd3ee70ed378058c252fa3a3887c8d1af90d219970c2b27691166f EBUILD clang-python-13.0.1.ebuild 925 BLAKE2B 1dab0cbb672643072e7d824a262c81505d19e555f24f97f82156473affc2f5ba6fc34ec493ffeedbc82feb1245fc6a39126e1b81fcdc8f8b4ddd0b7fe108e4bb SHA512 11eaf5c7a484d756f01986eacce19c912666518892f3213ff42367c126c2d8474abf6608cca24e6250c64e7423464e7cb3e58c2b069c7febf4893b249f2ee304 EBUILD clang-python-14.0.6.ebuild 956 BLAKE2B 491c8335c64484034663fd84ca2397e13afdd8cab6d3b4adfcc9317379e7a3620372ffe5996d4a0029a7d412f11a0d598f741a6893803ebadba85d330e49682a SHA512 4ef0d1ab2cbc3d277d4cced33fa87de7c3d43295a60a3b418ad4a95399e8de8c2e1e5c594681bf7ce1bfc465732d34b2db3a9e8636c0ed124ddf79c8ed7a5750 -EBUILD clang-python-15.0.6.9999.ebuild 1181 BLAKE2B 3e9f592047e53401e5fb21862a0c70076fbdbe9deba1d425cb7554c891f92bb7e6d70af25753105c5a3d9fd11a7a2ae89870ab4fcfaaeafd0883307d87ef2847 SHA512 eabed5b4664c25f763115b86bf4ee9e939b761771790600fca03e583f2145ce67f6cb6635b568e658e0ecdafb9c8a2b2b6f430daf836d69f563259724289bc68 EBUILD clang-python-15.0.6.ebuild 1202 BLAKE2B fa493e8c8d076116934f89e38aedb3e18b22035186f18465a4e65985f68ae8d03ed3abfb21195b9c98f2a4b23148c2575dc3e87272b513274a515287699df4ee SHA512 153693dd2be3d60e8b58bad36efcb44a0ca742633fb6ed04024d99f9455e4cea123662b867440c45369b46a02bcb02e77cf21d88ab8ef15edf76cb4e80ee2001 EBUILD clang-python-16.0.0.9999.ebuild 1181 BLAKE2B 3e9f592047e53401e5fb21862a0c70076fbdbe9deba1d425cb7554c891f92bb7e6d70af25753105c5a3d9fd11a7a2ae89870ab4fcfaaeafd0883307d87ef2847 SHA512 eabed5b4664c25f763115b86bf4ee9e939b761771790600fca03e583f2145ce67f6cb6635b568e658e0ecdafb9c8a2b2b6f430daf836d69f563259724289bc68 EBUILD clang-python-16.0.0_pre20230101.ebuild 1145 BLAKE2B 3811618cd3f1c99a5079fb7eeabb1b1b91732e6e6ce3149a414b8a645098c88082698b0370b4112690c1fae3ac8915b7f340d249e032302bec01dfb1a5a6dae4 SHA512 2e29c2c85e9dec495bdcb86a33cdab95284f8cfe0f4d859ddb256b5946469534975034710f12016cc87ebbb2071ca92e16de8c72d98ac6db3ba9f4bb34c12f56 diff --git a/dev-python/clang-python/clang-python-15.0.6.9999.ebuild b/dev-python/clang-python/clang-python-15.0.6.9999.ebuild deleted file mode 100644 index 87e59ae7cd97..000000000000 --- a/dev-python/clang-python/clang-python-15.0.6.9999.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..11} ) -inherit llvm.org python-r1 - -DESCRIPTION="Python bindings for sys-devel/clang" -HOMEPAGE="https://llvm.org/" - -LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" -SLOT="0" -KEYWORDS="" -IUSE="test" -RESTRICT="!test? ( test )" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -# The module is opening libclang.so directly, and doing some blasphemy -# on top of it. -DEPEND=" - >=sys-devel/clang-${PV}:* - !sys-devel/llvm:0[clang(-),python(-)] - !sys-devel/clang:0[python(-)] -" -RDEPEND=" - ${DEPEND} - ${PYTHON_DEPS} -" -BDEPEND=" - ${PYTHON_DEPS} - test? ( - sys-devel/clang:${LLVM_MAJOR} - ) -" - -LLVM_COMPONENTS=( clang/bindings/python ) -llvm.org_set_globals - -python_test() { - # tests rely on results from a specific clang version, so override - # the search path - local -x CLANG_LIBRARY_PATH=${BROOT}/usr/lib/llvm/${LLVM_MAJOR}/$(get_libdir) - local -x CLANG_NO_DEFAULT_CONFIG=1 - "${EPYTHON}" -m unittest discover -v || die "Tests fail with ${EPYTHON}" -} - -src_test() { - python_foreach_impl python_test -} - -src_install() { - python_foreach_impl python_domodule clang -} |