public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/cheetah: ChangeLog cheetah-2.2.2.ebuild
Date: Wed, 16 Sep 2009 04:45:27 +0000	[thread overview]
Message-ID: <E1MnmOV-0004Ay-Dt@stork.gentoo.org> (raw)

arfrever    09/09/16 04:45:27

  Modified:             ChangeLog
  Added:                cheetah-2.2.2.ebuild
  Log:
  Version bump (bug #271379). Set SUPPORT_PYTHON_ABIS.
  (Portage version: 14274-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.47                 dev-python/cheetah/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	6 Sep 2009 22:58:02 -0000	1.46
+++ ChangeLog	16 Sep 2009 04:45:27 -0000	1.47
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/cheetah
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.46 2009/09/06 22:58:02 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.47 2009/09/16 04:45:27 arfrever Exp $
+
+*cheetah-2.2.2 (16 Sep 2009)
+
+  16 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  +cheetah-2.2.2.ebuild:
+  Version bump (bug #271379). Set SUPPORT_PYTHON_ABIS.
 
   06 Sep 2009; Christian Ruppert <idl0r@gentoo.org>
   -files/Cheetah-0.9.18__future__imports.patch:



1.1                  dev-python/cheetah/cheetah-2.2.2.ebuild

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

Index: cheetah-2.2.2.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.2.2.ebuild,v 1.1 2009/09/16 04:45:27 arfrever Exp $

EAPI="2"
SUPPORT_PYTHON_ABIS="1"

inherit distutils

MY_PN="Cheetah"
MY_P="${MY_PN}-${PV/_}"

DESCRIPTION="Python-powered template engine and code generator."
HOMEPAGE="http://www.cheetahtemplate.org/ http://rtyler.github.com/cheetah/"
SRC_URI="http://pypi.python.org/packages/source/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"

LICENSE="PSF-2.2"
IUSE=""
KEYWORDS="~amd64 ~x86"
SLOT="0"

RDEPEND="dev-python/markdown"
DEPEND="${RDEPEND}
	dev-python/setuptools"
RESTRICT_PYTHON_ABIS="3.*"

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

PYTHON_MODNAME="Cheetah"
DOCS="CHANGES README TODO"

src_test() {
	# Disable broken tests.
	sed \
		-e "/Unicode/d" \
		-e "s/if not sys.platform.startswith('java'):/if False:/" \
		-i cheetah/Tests/Test.py || die "sed failed"

	testing() {
		PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib.*)" "$(PYTHON)" cheetah/Tests/Test.py
	}
	python_execute_function testing
}

src_install() {
	distutils_src_install
	rm -fr "${D}"usr/lib*/python*/site-packages/Cheetah/Tests
}






             reply	other threads:[~2009-09-16  4:45 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-16  4:45 Arfrever Frehtes Taifersar Arahesis (arfrever) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-10-01 20:13 [gentoo-commits] gentoo-x86 commit in dev-python/cheetah: ChangeLog cheetah-2.2.2.ebuild Tobias Klausmann (klausman)
2009-10-07 11:56 Mounir Lamouri (volkmar)
2009-10-10 12:33 Fabian Groffen (grobian)
2009-11-18 14:33 Mounir Lamouri (volkmar)
2009-11-23 21:07 Markus Meier (maekke)
2009-11-24 16:08 Raul Porcel (armin76)

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=E1MnmOV-0004Ay-Dt@stork.gentoo.org \
    --to=arfrever@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