summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-18 16:01:51 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-18 16:01:51 +0000
commit12a048e42173716e40d7e55c6472a0a9c5f7f1dc (patch)
treef1be6736d616372489df5ac4680704499d21bdf0 /dev-python/astng
parentDelete older ebuilds. (diff)
downloadhistorical-12a048e42173716e40d7e55c6472a0a9c5f7f1dc.tar.gz
historical-12a048e42173716e40d7e55c6472a0a9c5f7f1dc.tar.bz2
historical-12a048e42173716e40d7e55c6472a0a9c5f7f1dc.zip
Delete older ebuild.
Diffstat (limited to 'dev-python/astng')
-rw-r--r--dev-python/astng/Manifest2
-rw-r--r--dev-python/astng/astng-0.20.0.ebuild64
2 files changed, 0 insertions, 66 deletions
diff --git a/dev-python/astng/Manifest b/dev-python/astng/Manifest
index 017ba97f9a2c..1246fed39d00 100644
--- a/dev-python/astng/Manifest
+++ b/dev-python/astng/Manifest
@@ -1,6 +1,4 @@
-DIST logilab-astng-0.20.0.tar.gz 92506 RMD160 c9a86c6e7443fa77892ab8a88b1b0fcdeec8204c SHA1 b4e9702a263d3baa57687733a2c50426bfd02fb7 SHA256 4ad2de8ba6b9d37121bfb73e8b4856eb23b7354c05260f1893ab758c25475a42
DIST logilab-astng-0.20.1.tar.gz 103800 RMD160 add5f8d561617313762f79ddca9728ab8a11eed6 SHA1 ac4a7fc9c098393fd207eb2165b470b25ecb6f55 SHA256 5483499402e227db5f3d232d6e109605d42a37995032fed43413939b378db31e
-EBUILD astng-0.20.0.ebuild 2140 RMD160 1ac1c9caff795ea3f70152f54fd9755c8739f8d1 SHA1 dd97a7121f4a29d76be5775b7581992c471bb841 SHA256 20e61bed8f4ed2ded42ad19b31835cf28fd9d6c6a89a37b9add8176f24d696b8
EBUILD astng-0.20.1.ebuild 2107 RMD160 924e2353fcb19c54efb40f5f867e1b7ee89cf65c SHA1 4ebdc79365e93940661f284d97971a74c8095570 SHA256 12a83385fe537f07ab8fe2219381a0d6003b69a5ec804bafe4011faefec57820
MISC ChangeLog 5583 RMD160 91a7ed61ba131c13f70d7259f9e13725b42db677 SHA1 785bf7b212b1f72333de0cb97a3beb1eb945ba8b SHA256 8048f3701bc0cc94b1d58ae15cbc297745ad32b3ac0e3a2143e9df7182ed3154
MISC metadata.xml 160 RMD160 e730f96ab97c5be577a6d6d05f04990374a0dffb SHA1 2aa5e6be9c265c0e7bceb78ee9fd20df5f818e36 SHA256 6cd954a9de2307c57d32b25fa3599dee2908a4ddc6a98594f593d53577307a3a
diff --git a/dev-python/astng/astng-0.20.0.ebuild b/dev-python/astng/astng-0.20.0.ebuild
deleted file mode 100644
index b97fbc12a0a6..000000000000
--- a/dev-python/astng/astng-0.20.0.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/astng/astng-0.20.0.ebuild,v 1.4 2010/06/06 09:23:41 phajdan.jr Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils
-
-DESCRIPTION="Abstract Syntax Tree New Generation for logilab packages"
-HOMEPAGE="http://www.logilab.org/projects/astng/ http://pypi.python.org/pypi/logilab-astng"
-SRC_URI="ftp://ftp.logilab.org/pub/astng/logilab-${P}.tar.gz http://pypi.python.org/packages/source/l/logilab-astng/logilab-${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~x64-macos ~x86-macos"
-IUSE="test"
-
-RDEPEND=">=dev-python/logilab-common-0.39.0"
-DEPEND="${RDEPEND}
- test? ( >=dev-python/egenix-mx-base-3.0.0 )"
-RESTRICT_PYTHON_ABIS="3.*"
-
-S="${WORKDIR}/logilab-${P}"
-
-PYTHON_MODNAME="logilab/astng"
-
-src_test() {
- testing() {
- local sdir="${T}/test/$(python_get_sitedir)"
-
- # This is a hack to make tests work without installing to the live
- # filesystem. We copy part of the logilab site-packages to a temporary
- # dir, install there, and run from there.
- mkdir -p "${sdir}/logilab" || die
- cp -r "$(python_get_sitedir)/logilab/common" "${sdir}/logilab" || die "copying logilab-common failed!"
-
- "$(PYTHON)" setup.py install --root="${T}/test" || die "test copy failed"
-
- # Pytest picks up tests relative to the current dir, so cd in.
- pushd "${sdir}/logilab/astng" > /dev/null || die
- PYTHONPATH="${sdir}" pytest -v || die "tests failed"
- popd > /dev/null
- }
- python_execute_function testing
-}
-
-src_install() {
- distutils_src_install
-
- deletion_of_unneeded_files() {
- local sdir="${ED}$(python_get_sitedir)/logilab"
-
- # we need to remove this file because it collides with the one
- # from logilab-common (which we depend on).
- # Bug 111970 and bug 223025
- rm -f "${sdir}/__init__.py" || die
-
- # Remove unittests since they're just needed during build-time
- rm -fr "${sdir}/astng/test" || die
- }
- python_execute_function --action-message 'Deletion of unneeded files with Python ${PYTHON_ABI}' deletion_of_unneeded_files
-}