public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/snakeoil: ChangeLog snakeoil-0.3.5.ebuild snakeoil-0.3.2.ebuild snakeoil-0.3.3.ebuild
@ 2009-12-27 14:31 Patrick Lauer (patrick)
  0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2009-12-27 14:31 UTC (permalink / raw
  To: gentoo-commits

patrick     09/12/27 14:31:58

  Modified:             ChangeLog
  Added:                snakeoil-0.3.5.ebuild
  Removed:              snakeoil-0.3.2.ebuild snakeoil-0.3.3.ebuild
  Log:
  Bump, remove old
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.27                 dev-python/snakeoil/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/snakeoil/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/snakeoil/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/snakeoil/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/snakeoil/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	13 Dec 2009 20:36:48 -0000	1.26
+++ ChangeLog	27 Dec 2009 14:31:57 -0000	1.27
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/snakeoil
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/ChangeLog,v 1.26 2009/12/13 20:36:48 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/ChangeLog,v 1.27 2009/12/27 14:31:57 patrick Exp $
+
+*snakeoil-0.3.5 (27 Dec 2009)
+
+  27 Dec 2009; Patrick Lauer <patrick@gentoo.org> -snakeoil-0.3.2.ebuild,
+  -snakeoil-0.3.3.ebuild, +snakeoil-0.3.5.ebuild:
+  Bump, remove old
 
 *snakeoil-0.3.4 (13 Dec 2009)
 



1.1                  dev-python/snakeoil/snakeoil-0.3.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/snakeoil/snakeoil-0.3.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/snakeoil/snakeoil-0.3.5.ebuild?rev=1.1&content-type=text/plain

Index: snakeoil-0.3.5.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/snakeoil-0.3.5.ebuild,v 1.1 2009/12/27 14:31:57 patrick Exp $

EAPI="2"
SUPPORT_PYTHON_ABIS="1"

inherit distutils

DESCRIPTION="Miscellaneous python utility code."
HOMEPAGE="http://www.pkgcore.org/"
SRC_URI="http://www.pkgcore.org/releases/${PN}/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""

DEPEND="!<sys-apps/pkgcore-0.4.7.8"
RDEPEND=${DEPEND}

DOCS="AUTHORS NEWS"

pkg_setup() {
	validate_PYTHON_ABIS

	# A hack to install for all versions of Python in the system.
	# pkgcore needs it to support upgrading to a different Python slot.
	PYTHON_ABIS=""
	local python_interpreter
	for python_interpreter in /usr/bin/python{2.[4-9],3.[0-9]}; do
		if [[ -x "${python_interpreter}" ]]; then
			PYTHON_ABIS+=" ${python_interpreter#/usr/bin/python}"
		fi
	done
	export PYTHON_ABIS="${PYTHON_ABIS# }"
}

src_test() {
	testing() {
		local tempdir
		tempdir="${T}/tests/python-${PYTHON_ABI}"
		mkdir -p "${tempdir}" || die "tempdir creation failed"
		cp -r "${S}" "${tempdir}" || die "test copy failed"
		cd "${tempdir}/${P}"
		PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib*)" "$(PYTHON)" setup.py build -b "build-${PYTHON_ABI}" test
	}
	python_execute_function testing
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-12-27 14:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-27 14:31 [gentoo-commits] gentoo-x86 commit in dev-python/snakeoil: ChangeLog snakeoil-0.3.5.ebuild snakeoil-0.3.2.ebuild snakeoil-0.3.3.ebuild Patrick Lauer (patrick)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox