public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Rob Cakebread (pythonhead)" <pythonhead@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/setuptools: ChangeLog setuptools-0.6_rc9.ebuild
Date: Fri, 10 Oct 2008 18:54:01 +0000	[thread overview]
Message-ID: <E1KoN7h-0007v9-3J@stork.gentoo.org> (raw)

pythonhead    08/10/10 18:54:01

  Modified:             ChangeLog
  Added:                setuptools-0.6_rc9.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo-r1 i686)

Revision  Changes    Path
1.46                 dev-python/setuptools/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	18 Jul 2008 17:48:31 -0000	1.45
+++ ChangeLog	10 Oct 2008 18:54:01 -0000	1.46
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/setuptools
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.45 2008/07/18 17:48:31 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.46 2008/10/10 18:54:01 pythonhead Exp $
+
+*setuptools-0.6_rc9 (10 Oct 2008)
+
+  10 Oct 2008; Rob Cakebread <pythonhead@gentoo.org>
+  +setuptools-0.6_rc9.ebuild:
+  Version bump.
 
   18 Jul 2008; Santiago M. Mola <coldwind@gentoo.org>
   setuptools-0.6_rc8-r1.ebuild:



1.1                  dev-python/setuptools/setuptools-0.6_rc9.ebuild

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

Index: setuptools-0.6_rc9.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6_rc9.ebuild,v 1.1 2008/10/10 18:54:01 pythonhead Exp $

NEED_PYTHON="2.4"

inherit distutils eutils

MY_P="${P/_rc/c}"

DESCRIPTION="A collection of enhancements to the Python distutils including easy install"
HOMEPAGE="http://peak.telecommunity.com/DevCenter/setuptools"
SRC_URI="http://cheeseshop.python.org/packages/source/s/setuptools/${MY_P}.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=""

S="${WORKDIR}/${MY_P}"

DOCS="EasyInstall.txt api_tests.txt pkg_resources.txt setuptools.txt README.txt"

src_unpack() {
	distutils_src_unpack

	epatch "${FILESDIR}/${PN}-0.6_rc7-noexe.patch"

	# Remove tests that access the network (bugs #198312, #191117)
	rm setuptools/tests/test_packageindex.py
}

src_test() {
	PYTHONPATH="." "${python}" setup.py test || die "tests failed"
}






             reply	other threads:[~2008-10-10 18:54 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-10 18:54 Rob Cakebread (pythonhead) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-04-23 17:29 [gentoo-commits] gentoo-x86 commit in dev-python/setuptools: ChangeLog setuptools-0.6_rc9.ebuild Tobias Klausmann (klausman)
2009-04-23 19:35 Markus Meier (maekke)
2009-04-24 14:30 Brent Baude (ranger)
2009-04-24 14:41 Brent Baude (ranger)
2009-04-26 15:43 Raul Porcel (armin76)
2009-04-27 16:57 Jeroen Roovers (jer)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1KoN7h-0007v9-3J@stork.gentoo.org \
    --to=pythonhead@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox