* [gentoo-commits] gentoo-x86 commit in dev-python/setuptools: setuptools-0.6.7.ebuild ChangeLog
@ 2009-11-01 17:29 99% Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 1+ results
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2009-11-01 17:29 UTC (permalink / raw
To: gentoo-commits
arfrever 09/11/01 17:29:19
Modified: ChangeLog
Added: setuptools-0.6.7.ebuild
Log:
Version bump.
(Portage version: 14771-svn/cvs/Linux x86_64)
Revision Changes Path
1.78 dev-python/setuptools/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/setuptools/ChangeLog?rev=1.78&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/setuptools/ChangeLog?rev=1.78&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/setuptools/ChangeLog?r1=1.77&r2=1.78
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog 29 Oct 2009 15:28:29 -0000 1.77
+++ ChangeLog 1 Nov 2009 17:29:19 -0000 1.78
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/setuptools
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.77 2009/10/29 15:28:29 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.78 2009/11/01 17:29:19 arfrever Exp $
+
+*setuptools-0.6.7 (01 Nov 2009)
+
+ 01 Nov 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ +setuptools-0.6.7.ebuild:
+ Version bump.
29 Oct 2009; Markus Meier <maekke@gentoo.org> setuptools-0.6.4.ebuild:
amd64/x86 stable, bug #289312
1.1 dev-python/setuptools/setuptools-0.6.7.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/setuptools/setuptools-0.6.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/setuptools/setuptools-0.6.7.ebuild?rev=1.1&content-type=text/plain
Index: setuptools-0.6.7.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6.7.ebuild,v 1.1 2009/11/01 17:29:19 arfrever Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
inherit distutils eutils
DESCRIPTION="Easily download, build, install, upgrade, and uninstall Python packages. Distribute is a fork of the Setuptools project."
HOMEPAGE="http://pypi.python.org/pypi/distribute"
SRC_URI="http://pypi.python.org/packages/source/d/distribute/distribute-${PV}.tar.gz"
LICENSE="PSF-2.2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
IUSE=""
DEPEND=""
RDEPEND=""
S="${WORKDIR}/distribute-${PV}"
DOCS="README.txt docs/easy_install.txt docs/pkg_resources.txt docs/setuptools.txt"
src_prepare() {
distutils_src_prepare
epatch "${FILESDIR}/${PN}-0.6_rc7-noexe.patch"
# Remove tests that access the network (bugs #198312, #191117)
rm setuptools/tests/test_packageindex.py
sed -e 's:if copied and outf.endswith(".py"):& and outf not in ("build/src/distribute_setup.py", "build/src/distribute_setup_3k.py"):' -i setup.py || die "sed failed"
}
src_test() {
tests() {
PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" setup.py build -b "build-${PYTHON_ABI}" test
}
python_execute_function tests
}
pkg_preinst() {
# Delete unneeded files which cause problems. These files were created by some older, broken versions.
if has_version "<dev-python/setuptools-0.6.3-r2"; then
rm -fr "${ROOT}"usr/lib*/python*/site-packages/{,._cfg????_}setuptools-*egg-info* || die "Deletion of broken files failed"
fi
}
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2009-11-01 17:29 99% [gentoo-commits] gentoo-x86 commit in dev-python/setuptools: setuptools-0.6.7.ebuild ChangeLog 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