diff options
author | 2010-07-18 15:58:06 +0000 | |
---|---|---|
committer | 2010-07-18 15:58:06 +0000 | |
commit | 201f4ef8cac0ebc9dc249eb81feefce4fb60b3c3 (patch) | |
tree | 7fb191b5b16794911ca5f4280b7dac92c8266bff /dev-python/logilab-common | |
parent | Version bump. (diff) | |
download | gentoo-2-201f4ef8cac0ebc9dc249eb81feefce4fb60b3c3.tar.gz gentoo-2-201f4ef8cac0ebc9dc249eb81feefce4fb60b3c3.tar.bz2 gentoo-2-201f4ef8cac0ebc9dc249eb81feefce4fb60b3c3.zip |
Delete older ebuilds.
Diffstat (limited to 'dev-python/logilab-common')
5 files changed, 0 insertions, 261 deletions
diff --git a/dev-python/logilab-common/Manifest b/dev-python/logilab-common/Manifest index 6ac1f9b2021c..faaec19b2dac 100644 --- a/dev-python/logilab-common/Manifest +++ b/dev-python/logilab-common/Manifest @@ -1,11 +1,4 @@ -AUX logilab-common-0.41.0-remove-broken-tests.patch 697 RMD160 bf3fa9c83abb0a47155486efe6d87714b4af2e68 SHA1 d226f60e0568a8476b8aa23a662b7f1cb74f6bb7 SHA256 71e5cdcdd983ec4da56a893b4191e50739aba2267a4105d4b1709ee4f4418dfd -DIST logilab-common-0.45.1.tar.gz 176339 RMD160 4057ff9afae6c3e9d60e48e1c8bfc02fbafc3ca9 SHA1 495c314e6c9a19a5bd8143dd22e5052d133c66e5 SHA256 602c17a5934c54d2973e1d7df15ce7ff66c42c65e374434cfb1dd59208b1efd7 -DIST logilab-common-0.49.0.tar.gz 166328 RMD160 7dca007d89f1baa0fd09b5a868f7e8cef8097e69 SHA1 8f3769a4c07af8aaa9bdda342992560ec79c5b84 SHA256 151ae9d4cc5f969587d99604ae59fc8d4401b794c34c38056fabe52aa3e0cb4b -DIST logilab-common-0.50.2.tar.gz 184021 RMD160 c30532832e60d0656721b2841c06b803d5721b86 SHA1 003b20b8a3cd213608661ccad85f142232b9e68e SHA256 cbd1dfcfe5fb536f00b8e0c76acc8cb9a4ae549aa9ab56b95945e2e9f884b66b DIST logilab-common-0.50.3.tar.gz 184161 RMD160 33ff2aa0216fcf717bf2e1b1063a6345bd98b51d SHA1 abf35852ce0030b2724b1beeacc42f3ca03934c5 SHA256 e08f26783622c3c8b19250c7030e7124ff7c4313881bae692972ca55bdd7a07b -EBUILD logilab-common-0.45.1.ebuild 2165 RMD160 0390b86a8a88b0c12ad8063a7229dbbbc2914da4 SHA1 ae65c605160517ae652522cf4982ef496c2fb4a0 SHA256 4c43ff693db05bef7e06411b6743008bfc7d5993ef332e7224cfc06e593a3599 -EBUILD logilab-common-0.49.0.ebuild 2530 RMD160 1213f802b38a85190641d2c7a87dc78383b45da7 SHA1 1347595e61473e98da505f87d71ece542bceb7f4 SHA256 20cc49263172f7140592b91c4f5f4da16b2340a0b13f8045961872db1baca83f -EBUILD logilab-common-0.50.2.ebuild 2663 RMD160 c3d89b4b9e7ef23e2ee28e8c73c7b0c3b2d553b6 SHA1 a68298a87ce56ce2c8dc9b9122cf3d2ab0efb4e7 SHA256 6e0f4b5dd35a2d293ae80c0b6d73ba70060b231a243cb00d7e2f0fd50acf7c79 EBUILD logilab-common-0.50.3.ebuild 2658 RMD160 62f2276907d96bfd151410e168b8ea454e444ea5 SHA1 4c266b84c56cec6538d721f941602a822b780bfa SHA256 436e2b59bb9c311b9d8139b2876ba6150e82a3c9dfa9c1d1da2cc9b3aeb91f6b MISC ChangeLog 11647 RMD160 307b30f5b61c9b965e014227bd7c27b18078cd26 SHA1 780437064f6eaeada14309e5f30f5a4e55a9aa98 SHA256 3e352641b4a564c15330e433cf008f3f078cf90555796a4aaa007d467c3e9393 MISC metadata.xml 159 RMD160 900a8c55d7a7d2f6312594769aaf941bf9e99c7f SHA1 c8e604d56dae898258b5254d78cfeac0b981e288 SHA256 9f01104d3484792496faff4805eed0ecea2352a897151f3397d49a13800037b4 diff --git a/dev-python/logilab-common/files/logilab-common-0.41.0-remove-broken-tests.patch b/dev-python/logilab-common/files/logilab-common-0.41.0-remove-broken-tests.patch deleted file mode 100644 index ea0aa77ff493..000000000000 --- a/dev-python/logilab-common/files/logilab-common-0.41.0-remove-broken-tests.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- test/unittest_modutils.py.old 2009-06-03 18:08:14.000000000 +0200 -+++ test/unittest_modutils.py 2009-06-04 14:38:06.611793523 +0200 -@@ -170,9 +170,6 @@ class is_standard_module_tc(TestCase): - def test_knownValues_is_standard_module_3(self): - self.assertEqual(modutils.is_standard_module('unknown'), False) - -- def test_knownValues_is_standard_module_4(self): -- self.assertEqual(modutils.is_standard_module('StringIO'), True) -- - def test_knownValues_is_standard_module_5(self): - self.assertEqual(modutils.is_standard_module('data.module', (DATADIR,)), True) - self.assertEqual(modutils.is_standard_module('data.module', (path.abspath(DATADIR),)), True) diff --git a/dev-python/logilab-common/logilab-common-0.45.1.ebuild b/dev-python/logilab-common/logilab-common-0.45.1.ebuild deleted file mode 100644 index 55d725bba6f4..000000000000 --- a/dev-python/logilab-common/logilab-common-0.45.1.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/logilab-common-0.45.1.ebuild,v 1.5 2009/12/26 16:17:10 armin76 Exp $ - -EAPI="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils eutils python - -DESCRIPTION="Useful miscellaneous modules used by Logilab projects" -HOMEPAGE="http://www.logilab.org/projects/common/" -SRC_URI="ftp://ftp.logilab.org/pub/common/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ia64 ppc ~ppc64 s390 sparc x86 ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos" -IUSE="test" - -DEPEND="test? ( dev-python/egenix-mx-base )" -RDEPEND="" -RESTRICT_PYTHON_ABIS="3.*" - -PYTHON_MODNAME="logilab" -# Extra documentation (html/pdf) needs some love - -pkg_setup() { - # Tests using dev-python/psycopg are skipped when dev-python/psycopg isn't installed. - if use test && has_version dev-python/psycopg && ! has_version dev-python/psycopg[mxdatetime]; then - die "dev-python/psycopg should be installed with USE=\"mxdatetime\"" - fi -} - -src_prepare() { - distutils_src_prepare - - epatch "${FILESDIR}/${PN}-0.41.0-remove-broken-tests.patch" -} - -src_test() { - testing() { - # Install temporarily. - local tpath="${T}/test-${PYTHON_ABI}" - local spath="${tpath}$(python_get_sitedir)" - - "$(PYTHON)" setup.py build -b "build-${PYTHON_ABI}" install --root="${tpath}" || die "Installation for tests failed with Python ${PYTHON_ABI}" - - # Bug 223079. - if [[ "${EUID}" -eq 0 ]]; then - rm test/unittest_fileutils.py || die - fi - - # pytest picks up the tests relative to the current directory, so cd in. Do - # not cd in too far though (to logilab/common for example) or some - # relative/absolute module location tests fail. - pushd "${spath}" >/dev/null || die - PYTHONPATH="${spath}" "$(PYTHON)" "${tpath}/usr/bin/pytest" -v || return 1 - popd >/dev/null || die - } - python_execute_function testing -} - -src_install() { - [[ -z "${ED}" ]] && local ED="${D}" - distutils_src_install - - doman doc/pytest.1 || die "doman failed" - - # Remove unittests since they're just needed during build-time - rm -fr "${ED}"usr/lib*/python*/site-packages/${PN/-//}/test || die -} diff --git a/dev-python/logilab-common/logilab-common-0.49.0.ebuild b/dev-python/logilab-common/logilab-common-0.49.0.ebuild deleted file mode 100644 index af72c3af2af0..000000000000 --- a/dev-python/logilab-common/logilab-common-0.49.0.ebuild +++ /dev/null @@ -1,85 +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/logilab-common/logilab-common-0.49.0.ebuild,v 1.6 2010/05/22 13:52:06 pacho Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils eutils - -DESCRIPTION="Useful miscellaneous modules used by Logilab projects" -HOMEPAGE="http://www.logilab.org/projects/common/ http://pypi.python.org/pypi/logilab-common" -SRC_URI="ftp://ftp.logilab.org/pub/common/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 s390 sparc x86 ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos" -IUSE="test" - -# Tests using dev-python/psycopg are skipped when dev-python/psycopg isn't installed. -DEPEND="test? ( - dev-python/egenix-mx-base - !dev-python/psycopg[-mxdatetime] - )" -RDEPEND="" -RESTRICT_PYTHON_ABIS="3.*" - -PYTHON_MODNAME="logilab" -# Extra documentation (html/pdf) needs some love - -src_prepare() { - distutils_src_prepare - - # Disable broken test. - sed -e "s/test_knownValues_is_standard_module_4/_&/" -i test/unittest_modutils.py - - # Disable tests failing when stdout is not a tty. - sed \ - -e "s/test_both_capture/_&/" \ - -e "s/test_capture_core/_&/" \ - -i test/unittest_testlib.py - - if [[ "${EUID}" -eq 0 ]]; then - # Disable tests failing with root permissions. - sed \ - -e "s/test_mode_change/_&/" \ - -e "s/test_mode_change_on_append/_&/" \ - -e "s/test_restore_on_close/_&/" \ - -i test/unittest_fileutils.py - fi -} - -src_test() { - testing() { - # Install temporarily. - local tpath="${T}/test-${PYTHON_ABI}" - local spath="${tpath}$(python_get_sitedir)" - - "$(PYTHON)" setup.py build -b "build-${PYTHON_ABI}" install --root="${tpath}" || die "Installation for tests failed with Python ${PYTHON_ABI}" - - # Bug 223079. - if [[ "${EUID}" -eq 0 ]]; then - rm test/unittest_fileutils.py || die - fi - - # pytest picks up the tests relative to the current directory, so cd in. Do - # not cd in too far though (to logilab/common for example) or some - # relative/absolute module location tests fail. - pushd "${spath}" >/dev/null || die - PYTHONPATH="${spath}" "$(PYTHON)" "${tpath}/usr/bin/pytest" -v || return 1 - popd >/dev/null || die - } - python_execute_function testing -} - -src_install() { - distutils_src_install - - python_generate_wrapper_scripts -E -f -q "${ED}usr/bin/pytest" - - doman doc/pytest.1 || die "doman failed" - - # Don't install tests. - rm -fr "${ED}"usr/lib*/python*/site-packages/${PN/-//}/test || die "Deletion of tests failed" -} diff --git a/dev-python/logilab-common/logilab-common-0.50.2.ebuild b/dev-python/logilab-common/logilab-common-0.50.2.ebuild deleted file mode 100644 index 357914c8ace7..000000000000 --- a/dev-python/logilab-common/logilab-common-0.50.2.ebuild +++ /dev/null @@ -1,87 +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/logilab-common/logilab-common-0.50.2.ebuild,v 1.2 2010/05/26 17:12:37 arfrever Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils eutils - -DESCRIPTION="Useful miscellaneous modules used by Logilab projects" -HOMEPAGE="http://www.logilab.org/projects/common/ http://pypi.python.org/pypi/logilab-common" -SRC_URI="ftp://ftp.logilab.org/pub/common/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos" -IUSE="test" - -# Tests using dev-python/psycopg are skipped when dev-python/psycopg isn't installed. -DEPEND="test? ( - dev-python/egenix-mx-base - !dev-python/psycopg[-mxdatetime] - )" -RDEPEND="" -RESTRICT_PYTHON_ABIS="3.*" - -PYTHON_MODNAME="logilab" -# Extra documentation (html/pdf) needs some love - -src_prepare() { - distutils_src_prepare - - # Disable broken tests. - sed -e "s/test_moved/_&/" -i test/unittest_deprecation.py - sed -e "s/test_manpage/_&/" -i test/unittest_configuration.py - sed -e "s/test_knownValues_is_standard_module_4/_&/" -i test/unittest_modutils.py - - # Disable tests failing when stdout is not a tty. - sed \ - -e "s/test_both_capture/_&/" \ - -e "s/test_capture_core/_&/" \ - -i test/unittest_testlib.py - - if [[ "${EUID}" -eq 0 ]]; then - # Disable tests failing with root permissions. - sed \ - -e "s/test_mode_change/_&/" \ - -e "s/test_mode_change_on_append/_&/" \ - -e "s/test_restore_on_close/_&/" \ - -i test/unittest_fileutils.py - fi -} - -src_test() { - testing() { - # Install temporarily. - local tpath="${T}/test-${PYTHON_ABI}" - local spath="${tpath}$(python_get_sitedir)" - - "$(PYTHON)" setup.py build -b "build-${PYTHON_ABI}" install --root="${tpath}" || die "Installation for tests failed with Python ${PYTHON_ABI}" - - # Bug 223079. - if [[ "${EUID}" -eq 0 ]]; then - rm test/unittest_fileutils.py || die - fi - - # pytest picks up the tests relative to the current directory, so cd in. Do - # not cd in too far though (to logilab/common for example) or some - # relative/absolute module location tests fail. - pushd "${spath}" >/dev/null || die - PYTHONPATH="${spath}" "$(PYTHON)" "${tpath}/usr/bin/pytest" -v || return 1 - popd >/dev/null || die - } - python_execute_function testing -} - -src_install() { - distutils_src_install - - python_generate_wrapper_scripts -E -f -q "${ED}usr/bin/pytest" - - doman doc/pytest.1 || die "doman failed" - - # Don't install tests. - rm -fr "${ED}"usr/lib*/python*/site-packages/${PN/-//}/test || die "Deletion of tests failed" -} |