mgorny      14/12/12 23:22:46

  Added:                zc-buildout-2.2.4.ebuild metadata.xml
                        zc-buildout-2.2.5.ebuild ChangeLog
  Log:
  Move from net-zope/zc-buildout.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.1                  dev-python/zc-buildout/zc-buildout-2.2.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/zc-buildout/zc-buildout-2.2.4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/zc-buildout/zc-buildout-2.2.4.ebuild?rev=1.1&content-type=text/plain

Index: zc-buildout-2.2.4.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/zc-buildout/zc-buildout-2.2.4.ebuild,v 1.1 
2014/12/12 23:22:46 mgorny Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )

inherit distutils-r1

MY_PN="${PN/-/.}"
MY_P=${MY_PN}-${PV}

DESCRIPTION="System for managing development buildouts"
HOMEPAGE="http://pypi.python.org/pypi/zc.buildout";
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"

LICENSE="ZPL"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=dev-python/setuptools-0.7[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"

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

DOCS=( README.rst doc/tutorial.txt )
# Tests require zope packages absent from portage

# Prevent incorrect installation of data file
python_prepare_all() {
        sed -e '/^    include_package_data/d' -i setup.py || die
        distutils-r1_python_prepare_all
}



1.1                  dev-python/zc-buildout/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/zc-buildout/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/zc-buildout/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
<pkgmetadata>
        <herd>python</herd>
        <maintainer>
                <email>tup...@gentoo.org</email>
                <name>Alfredo Tupone</name>
        </maintainer>
        <longdescription lang="en">Buildout is a system for managing 
development buildouts. While often identified as a Zope project,
and indeed licensed under the ZPL by Zope creator Jim Fulton, buildout is 
useful for configurations
beyond Zope, and even, in rare cases, a few that have nothing to do with Python.
The Buildout project provides support for creating applications, especially 
Python applications. It
provides tools for assembling applications from multiple parts, Python or 
otherwise. An application
may actually contain multiple programs, processes, and configuration settings.
The word .buildout. refers to a description of a set of parts and the software 
to create and assemble
them. It is often used informally to refer to an installed system based on a 
buildout definition. For
example, if we are creating an application named .Foo., then .the Foo buildout. 
is the collection of
configuration and application-specific software that allows an instance of the 
application to be
created. We may refer to such an instance of the application informally as .a 
Foo buildout..</longdescription>
        <upstream>
                <remote-id type="pypi">zc.buildout</remote-id>
        </upstream>
</pkgmetadata>



1.1                  dev-python/zc-buildout/zc-buildout-2.2.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/zc-buildout/zc-buildout-2.2.5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/zc-buildout/zc-buildout-2.2.5.ebuild?rev=1.1&content-type=text/plain

Index: zc-buildout-2.2.5.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/zc-buildout/zc-buildout-2.2.5.ebuild,v 1.1 
2014/12/12 23:22:46 mgorny Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )

inherit distutils-r1

MY_PN="${PN/-/.}"
MY_P=${MY_PN}-${PV}

DESCRIPTION="System for managing development buildouts"
HOMEPAGE="http://pypi.python.org/pypi/zc.buildout";
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"

LICENSE="ZPL"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=dev-python/setuptools-3.3[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"

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

DOCS=( README.rst doc/tutorial.txt )
# Tests require zope packages absent from portage

# Prevent incorrect installation of data file
python_prepare_all() {
        sed -e '/^    include_package_data/d' -i setup.py || die
        distutils-r1_python_prepare_all
}



1.1                  dev-python/zc-buildout/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/zc-buildout/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/zc-buildout/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for dev-python/zc-buildout
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/zc-buildout/ChangeLog,v 1.1 
2014/12/12 23:22:46 mgorny Exp $

*zc-buildout-2.2.4 (12 Dec 2014)
*zc-buildout-2.2.5 (12 Dec 2014)

  12 Dec 2014; Michał Górny <mgo...@gentoo.org> +metadata.xml,
  +zc-buildout-2.2.4.ebuild, +zc-buildout-2.2.5.ebuild:
  Move from net-zope/zc-buildout.




Reply via email to