summaryrefslogtreecommitdiff
path: root/dev-python/clang-python/clang-python-4.0.0_rc2.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-03-06 20:43:51 +0100
committerMichał Górny <mgorny@gentoo.org>2017-03-06 23:18:16 +0100
commit232143e65bd629de0b704099eb30a6a572127e90 (patch)
tree369070ef9c075f5854047acfa591d3c9928ef6ed /dev-python/clang-python/clang-python-4.0.0_rc2.ebuild
parent4a73d12677b93bcdf102699a5f9a1b375df28fda (diff)
downloadgentoo-232143e65bd629de0b704099eb30a6a572127e90.tar.gz
gentoo-232143e65bd629de0b704099eb30a6a572127e90.tar.bz2
gentoo-232143e65bd629de0b704099eb30a6a572127e90.zip
dev-python/clang-python: Bump to 4.0.0rc3
Diffstat (limited to 'dev-python/clang-python/clang-python-4.0.0_rc2.ebuild')
-rw-r--r--dev-python/clang-python/clang-python-4.0.0_rc2.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-python/clang-python/clang-python-4.0.0_rc2.ebuild b/dev-python/clang-python/clang-python-4.0.0_rc2.ebuild
deleted file mode 100644
index fb2814619faf..000000000000
--- a/dev-python/clang-python/clang-python-4.0.0_rc2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-inherit python-r1
-
-DESCRIPTION="Python bindings for sys-devel/clang"
-HOMEPAGE="http://llvm.org/"
-SRC_URI="http://www.llvm.org/pre-releases/${PV/_//}/cfe-${PV/_/}.src.tar.xz"
-
-LICENSE="UoI-NCSA"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="test"
-
-# The module is opening libclang.so directly, and doing some blasphemy
-# on top of it.
-RDEPEND="
- >=sys-devel/clang-${PV}
- !sys-devel/llvm:0[clang(-),python(-)]
- !sys-devel/clang:0[python(-)]
- ${PYTHON_DEPS}"
-DEPEND="${RDEPEND}
- test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-S=${WORKDIR}/cfe-${PV/_/}.src/bindings/python
-
-src_test() {
- python_foreach_impl nosetests -v
-}
-
-src_install() {
- python_foreach_impl python_domodule clang
-}