diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-07-18 16:01:51 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-07-18 16:01:51 +0000 |
commit | 12a048e42173716e40d7e55c6472a0a9c5f7f1dc (patch) | |
tree | f1be6736d616372489df5ac4680704499d21bdf0 /dev-python/pylint | |
parent | Delete older ebuilds. (diff) | |
download | historical-12a048e42173716e40d7e55c6472a0a9c5f7f1dc.tar.gz historical-12a048e42173716e40d7e55c6472a0a9c5f7f1dc.tar.bz2 historical-12a048e42173716e40d7e55c6472a0a9c5f7f1dc.zip |
Delete older ebuild.
Diffstat (limited to 'dev-python/pylint')
-rw-r--r-- | dev-python/pylint/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pylint/pylint-0.20.0.ebuild | 66 |
2 files changed, 0 insertions, 68 deletions
diff --git a/dev-python/pylint/Manifest b/dev-python/pylint/Manifest index 01207eb5a09b..eab6c9be2fb2 100644 --- a/dev-python/pylint/Manifest +++ b/dev-python/pylint/Manifest @@ -1,7 +1,5 @@ -DIST pylint-0.20.0.tar.gz 192112 RMD160 24ecf91e5b2abbb99a3aaa914636cd00d77759be SHA1 c706c062d3dc7a55856a3ef1c741de1fea105c88 SHA256 55828110200f56b50c75f58043e90c38af268eabb0dec4945b58665d7770fa32 DIST pylint-0.21.0.tar.gz 199234 RMD160 9e75e58c3a9c5198bc48741d90691df3ca8a1f58 SHA1 7636d66b748c2b2afb8dce49e14ac7bd647b16f8 SHA256 44ecccb4981dc6777ac5c5c9ce4ffba122fba8021c78edee1d688946d3fe9e9a DIST pylint-0.21.1.tar.gz 199352 RMD160 04ec7d4c9b89dd9ff8f41bc453e20c5648b374ea SHA1 e71ba47c1a54839a44f618d7cce5bd716b1a4987 SHA256 958acb89be51bf1e093c1e83080ef22bea8f01f30499af71c7444fd4a5e90c71 -EBUILD pylint-0.20.0.ebuild 1763 RMD160 03097fab7c16d5ca0d339bfe76e64be30b0e81fc SHA1 a654e58eb306cc7c10c60a29c5e70a25738d466b SHA256 52357edc24711e8c4e26f5d6799a325f4c2bdbf5713be0949b36e474ee0ba7c8 EBUILD pylint-0.21.0.ebuild 1767 RMD160 031a18fa6a57da92302afc55b99c14014fa88aaf SHA1 b54e14dc9943b0e0a3a964a467b7d3bdf11ca7b7 SHA256 40c6641e19c37c9a1ebd95d0831820961f0221e8b75339720d4acdb6d76945cf EBUILD pylint-0.21.1.ebuild 1772 RMD160 3d26ee810a2b18823a43caea7adb6e3ebb4d082b SHA1 9fd1e1c550b86300c19a051b3dbc7ee5c966b308 SHA256 a3138e092bce0789c2e3e2a7f97b3fcba5b95f7cadc0925402e760c236008c75 MISC ChangeLog 10601 RMD160 f380a4b9afbf29c518eff00e7f29c6af71c1de5c SHA1 66282b0fd4a3543b160d080e3b684fcbae652ef7 SHA256 17d6ad92a0412508e24afca13c84728ef9983866d4e00548548195c233fb14f7 diff --git a/dev-python/pylint/pylint-0.20.0.ebuild b/dev-python/pylint/pylint-0.20.0.ebuild deleted file mode 100644 index bd02cdb1bd6f..000000000000 --- a/dev-python/pylint/pylint-0.20.0.ebuild +++ /dev/null @@ -1,66 +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/pylint/pylint-0.20.0.ebuild,v 1.5 2010/06/09 12:57:28 arfrever Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -PYTHON_USE_WITH="tk" -PYTHON_USE_WITH_OPT="tk" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -DESCRIPTION="a tool to check if a Python module satisfies a coding standard" -HOMEPAGE="http://www.logilab.org/projects/pylint/ http://pypi.python.org/pypi/pylint" -SRC_URI="ftp://ftp.logilab.org/pub/${PN}/${P}.tar.gz http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ia64 ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" -IUSE="doc examples test tk" - -DEPEND=">=dev-python/logilab-common-0.44.0 - >=dev-python/astng-0.20" -RDEPEND="${DEPEND}" -RESTRICT_PYTHON_ABIS="3.*" - -src_prepare() { - distutils_src_prepare - - # Disable failing tests. - rm -f test/input/func_arguments.py - sed -e "s/test_exhaustivity/_&/" -i test/test_func.py || die "sed failed" -} - -src_test() { - testing() { - PYTHONPATH="build-${PYTHON_ABI}/lib" pytest -v - } - python_execute_function testing -} - -src_install() { - distutils_src_install - - doman man/{pylint,pyreverse}.1 || die "doman failed" - dodoc doc/FAQ.txt || die "dodoc failed" - - if use doc; then - dodoc doc/*.txt || die "dodoc failed" - fi - - if use examples; then - docinto examples - dodoc examples/* || die "dodoc failed" - fi -} - -pkg_postinst() { - distutils_pkg_postinst - - if ! has_version "=dev-lang/python-2*[tk]"; then - ewarn "dev-lang/python has been built without tk support," - ewarn "${PN}-gui doesn't work without Tkinter so if you really need it," - ewarn "re-install dev-lang/python with \"tk\" useflag enabled." - fi -} |