From d0d72f42018bb14f9d483274b70d733c122b34b3 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Fri, 7 May 2010 00:23:33 +0000 Subject: Version bump. (Portage version: HEAD/cvs/Linux x86_64) --- net-zope/zope-exceptions/ChangeLog | 8 +++++- .../zope-exceptions/zope-exceptions-3.6.0.ebuild | 32 ++++++++++++++++++++++ 2 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 net-zope/zope-exceptions/zope-exceptions-3.6.0.ebuild (limited to 'net-zope/zope-exceptions') diff --git a/net-zope/zope-exceptions/ChangeLog b/net-zope/zope-exceptions/ChangeLog index 4b6cf7cac576..6dad5bd80223 100644 --- a/net-zope/zope-exceptions/ChangeLog +++ b/net-zope/zope-exceptions/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-zope/zope-exceptions # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-exceptions/ChangeLog,v 1.4 2010/02/10 18:34:13 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-exceptions/ChangeLog,v 1.5 2010/05/07 00:23:33 arfrever Exp $ + +*zope-exceptions-3.6.0 (07 May 2010) + + 07 May 2010; Arfrever Frehtes Taifersar Arahesis + -zope-exceptions-3.5.2.ebuild, +zope-exceptions-3.6.0.ebuild: + Version bump. 10 Feb 2010; Raúl Porcel zope-exceptions-3.5.2.ebuild: diff --git a/net-zope/zope-exceptions/zope-exceptions-3.6.0.ebuild b/net-zope/zope-exceptions/zope-exceptions-3.6.0.ebuild new file mode 100644 index 000000000000..3b4901a221b0 --- /dev/null +++ b/net-zope/zope-exceptions/zope-exceptions-3.6.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-exceptions/zope-exceptions-3.6.0.ebuild,v 1.1 2010/05/07 00:23:33 arfrever Exp $ + +EAPI="3" +SUPPORT_PYTHON_ABIS="1" +DISTUTILS_SRC_TEST="setup.py" + +inherit distutils + +MY_PN="${PN/-/.}" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Zope Exceptions" +HOMEPAGE="http://pypi.python.org/pypi/zope.exceptions" +SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="ZPL" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="net-zope/zope-interface" +# net-zope/zope-fixers is required for building with Python 3. +DEPEND="${RDEPEND} + dev-python/setuptools + net-zope/zope-fixers" + +S="${WORKDIR}/${MY_P}" + +DOCS="CHANGES.txt README.txt" +PYTHON_MODNAME="${PN/-//}" -- cgit v1.2.3-65-gdbad