diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-10-07 21:28:57 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-10-07 21:28:57 +0000 |
commit | f199e0039fd27597ddd57353766d8d0759190c0b (patch) | |
tree | 9fc669ddeb4be01de0f0c5d03d7c565277dfb1fe /net-zope/zope-exceptions | |
parent | Add missing gtk-doc-am dependency, bug #288045. (diff) | |
download | gentoo-2-f199e0039fd27597ddd57353766d8d0759190c0b.tar.gz gentoo-2-f199e0039fd27597ddd57353766d8d0759190c0b.tar.bz2 gentoo-2-f199e0039fd27597ddd57353766d8d0759190c0b.zip |
Initial addition.
(Portage version: 14516-svn/cvs/Linux x86_64)
Diffstat (limited to 'net-zope/zope-exceptions')
-rw-r--r-- | net-zope/zope-exceptions/ChangeLog | 10 | ||||
-rw-r--r-- | net-zope/zope-exceptions/metadata.xml | 6 | ||||
-rw-r--r-- | net-zope/zope-exceptions/zope-exceptions-3.5.2.ebuild | 30 |
3 files changed, 46 insertions, 0 deletions
diff --git a/net-zope/zope-exceptions/ChangeLog b/net-zope/zope-exceptions/ChangeLog new file mode 100644 index 000000000000..5b1393cb4fb2 --- /dev/null +++ b/net-zope/zope-exceptions/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-zope/zope-exceptions +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-exceptions/ChangeLog,v 1.1 2009/10/07 21:28:57 arfrever Exp $ + +*zope-exceptions-3.5.2 (07 Oct 2009) + + 07 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + +zope-exceptions-3.5.2.ebuild, +metadata.xml: + Initial addition. Ebuild written by me. + diff --git a/net-zope/zope-exceptions/metadata.xml b/net-zope/zope-exceptions/metadata.xml new file mode 100644 index 000000000000..ecc751f37510 --- /dev/null +++ b/net-zope/zope-exceptions/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>net-zope</herd> + <herd>python</herd> +</pkgmetadata> diff --git a/net-zope/zope-exceptions/zope-exceptions-3.5.2.ebuild b/net-zope/zope-exceptions/zope-exceptions-3.5.2.ebuild new file mode 100644 index 000000000000..beb09546552a --- /dev/null +++ b/net-zope/zope-exceptions/zope-exceptions-3.5.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2009 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.5.2.ebuild,v 1.1 2009/10/07 21:28:57 arfrever Exp $ + +EAPI="2" +SUPPORT_PYTHON_ABIS="1" + +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="~amd64" +IUSE="" + +RDEPEND="net-zope/zope-interface" +DEPEND="${RDEPEND} + dev-python/setuptools" +RESTRICT_PYTHON_ABIS="3.*" + +S="${WORKDIR}/${MY_P}" + +PYTHON_MODNAME="${PN/-//}" +DOCS="CHANGES.txt README.txt" |