diff options
author | 2013-06-18 14:02:06 +0000 | |
---|---|---|
committer | 2013-06-18 14:02:06 +0000 | |
commit | 0284a948073714bcb2d3e48101c03c0b676ed340 (patch) | |
tree | 6bb3f440df85397c6d949c4fb657561a5af4d767 /dev-python/hglib/hglib-0.1.ebuild | |
parent | drop old (diff) | |
download | gentoo-2-0284a948073714bcb2d3e48101c03c0b676ed340.tar.gz gentoo-2-0284a948073714bcb2d3e48101c03c0b676ed340.tar.bz2 gentoo-2-0284a948073714bcb2d3e48101c03c0b676ed340.zip |
update to 0.3, bump
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/hglib/hglib-0.1.ebuild')
-rw-r--r-- | dev-python/hglib/hglib-0.1.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/dev-python/hglib/hglib-0.1.ebuild b/dev-python/hglib/hglib-0.1.ebuild deleted file mode 100644 index 8d0d07a71ea6..000000000000 --- a/dev-python/hglib/hglib-0.1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/hglib/hglib-0.1.ebuild,v 1.2 2012/02/22 05:40:42 patrick Exp $ - -EAPI=3 -PYTHON_DEPEND="2" -PYTHON_USE_WITH="threads" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.5 2.6 3.* *-jython 2.7-pypy-*" -MY_P="python-${P}" -MY_PN="python-${PN}" - -inherit distutils - -DESCRIPTION="Library for using the Mercurial Command Server from Python" -HOMEPAGE="http://mercurial.selenic.com/" -SRC_URI="http://mercurial.selenic.com/release/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -RDEPEND=">=dev-vcs/mercurial-1.9" -DEPEND="test? ( dev-python/nose )" - -S=${WORKDIR}/${MY_P} - -src_test() { - rm tests/test-summary.py # currently fails - testing() { -# local testdir="${T}/tests-${PYTHON_ABI}" -# rm -rf "${testdir}" - "$(PYTHON)" test.py - } - python_execute_function testing -} |