From: "Dirkjan Ochtman (djc)" <djc@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/decorator: ChangeLog decorator-3.3.2.ebuild
Date: Sun, 4 Sep 2011 12:36:48 +0000 (UTC) [thread overview]
Message-ID: <20110904123648.44BAD20051@flycatcher.gentoo.org> (raw)
djc 11/09/04 12:36:48
Modified: ChangeLog
Added: decorator-3.3.2.ebuild
Log:
Version bump decorator to 3.3.2.
(Portage version: 2.1.10.12/cvs/Linux x86_64)
Revision Changes Path
1.46 dev-python/decorator/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?r1=1.45&r2=1.46
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog 7 Jul 2011 07:27:46 -0000 1.45
+++ ChangeLog 4 Sep 2011 12:36:48 -0000 1.46
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/decorator
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.45 2011/07/07 07:27:46 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.46 2011/09/04 12:36:48 djc Exp $
+
+*decorator-3.3.2 (04 Sep 2011)
+
+ 04 Sep 2011; Dirkjan Ochtman <djc@gentoo.org> +decorator-3.3.2.ebuild:
+ Version bump to 3.3.2.
07 Jul 2011; Markos Chandras <hwoarang@gentoo.org>
-files/decorator-3.3.0-python-3.2.patch:
1.1 dev-python/decorator/decorator-3.3.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/decorator-3.3.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/decorator-3.3.2.ebuild?rev=1.1&content-type=text/plain
Index: decorator-3.3.2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.3.2.ebuild,v 1.1 2011/09/04 12:36:48 djc Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
PYTHON_TESTS_RESTRICTED_ABIS="2.4 2.5"
inherit distutils
DESCRIPTION="Simplifies the usage of decorators for the average programmer"
HOMEPAGE="http://pypi.python.org/pypi/decorator http://code.google.com/p/micheles/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
IUSE=""
DEPEND="dev-python/setuptools"
RDEPEND=""
DOCS="README.txt"
PYTHON_MODNAME="decorator.py"
src_test() {
testing() {
if [[ "${PYTHON_ABI}" == 3.* ]]; then
PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" documentation3.py
else
PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" documentation.py
fi
}
python_execute_function testing
}
next reply other threads:[~2011-09-04 12:36 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-04 12:36 Dirkjan Ochtman (djc) [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-05-14 15:59 [gentoo-commits] gentoo-x86 commit in dev-python/decorator: ChangeLog decorator-3.3.2.ebuild Agostino Sarubbo (ago)
2012-05-16 14:34 Jeroen Roovers (jer)
2012-05-18 8:07 Jeff Horelick (jdhore)
2012-05-23 13:12 Brent Baude (ranger)
2012-05-29 19:50 Brent Baude (ranger)
2012-06-17 18:41 Raul Porcel (armin76)
2013-01-06 10:28 Markus Meier (maekke)
2015-07-21 20:41 Manuel Rueger (mrueg)
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=20110904123648.44BAD20051@flycatcher.gentoo.org \
--to=djc@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