* [gentoo-commits] gentoo-x86 commit in dev-python/logilab-common: ChangeLog logilab-common-0.46.1.ebuild
@ 2010-02-04 21:19 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; only message in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-02-04 21:19 UTC (permalink / raw
To: gentoo-commits
arfrever 10/02/04 21:19:04
Modified: ChangeLog
Added: logilab-common-0.46.1.ebuild
Log:
Version bump.
(Portage version: 15321-svn/cvs/Linux x86_64)
Revision Changes Path
1.57 dev-python/logilab-common/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/logilab-common/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/logilab-common/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/logilab-common/ChangeLog?r1=1.56&r2=1.57
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/logilab-common/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog 26 Dec 2009 16:17:10 -0000 1.56
+++ ChangeLog 4 Feb 2010 21:19:03 -0000 1.57
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/logilab-common
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/ChangeLog,v 1.56 2009/12/26 16:17:10 armin76 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/ChangeLog,v 1.57 2010/02/04 21:19:03 arfrever Exp $
+
+*logilab-common-0.46.1 (04 Feb 2010)
+
+ 04 Feb 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ +logilab-common-0.46.1.ebuild:
+ Version bump.
26 Dec 2009; Raúl Porcel <armin76@gentoo.org>
logilab-common-0.45.1.ebuild:
1.1 dev-python/logilab-common/logilab-common-0.46.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/logilab-common/logilab-common-0.46.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/logilab-common/logilab-common-0.46.1.ebuild?rev=1.1&content-type=text/plain
Index: logilab-common-0.46.1.ebuild
===================================================================
# 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.46.1.ebuild,v 1.1 2010/02/04 21:19:03 arfrever 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/ 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 ~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
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
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"
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-02-04 21:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-04 21:19 [gentoo-commits] gentoo-x86 commit in dev-python/logilab-common: ChangeLog logilab-common-0.46.1.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox