diff options
author | Corentin Chary <iksaif@gentoo.org> | 2012-05-08 12:34:06 +0000 |
---|---|---|
committer | Corentin Chary <iksaif@gentoo.org> | 2012-05-08 12:34:06 +0000 |
commit | 94cc87b568652c3bec21e67c2ebfb9cefd864ece (patch) | |
tree | bb116b2820f13a3c944761a7106e6fa423a64d86 | |
parent | New ebuild for django-annoying. (diff) | |
download | gentoo-2-94cc87b568652c3bec21e67c2ebfb9cefd864ece.tar.gz gentoo-2-94cc87b568652c3bec21e67c2ebfb9cefd864ece.tar.bz2 gentoo-2-94cc87b568652c3bec21e67c2ebfb9cefd864ece.zip |
New ebuild for setuptools_hg.
(Portage version: 2.1.10.57/cvs/Linux x86_64)
-rw-r--r-- | dev-python/setuptools_hg/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/setuptools_hg/metadata.xml | 13 | ||||
-rw-r--r-- | dev-python/setuptools_hg/setuptools_hg-0.4.ebuild | 23 |
3 files changed, 45 insertions, 0 deletions
diff --git a/dev-python/setuptools_hg/ChangeLog b/dev-python/setuptools_hg/ChangeLog new file mode 100644 index 000000000000..176f4bc5b332 --- /dev/null +++ b/dev-python/setuptools_hg/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-python/setuptools_hg +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/ChangeLog,v 1.1 2012/05/08 12:34:06 iksaif Exp $ + +*setuptools_hg-0.4 (08 May 2012) + + 08 May 2012; <iksaif@gentoo.org> +metadata.xml, +setuptools_hg-0.4.ebuild: + New ebuild for setuptools_hg. + diff --git a/dev-python/setuptools_hg/metadata.xml b/dev-python/setuptools_hg/metadata.xml new file mode 100644 index 000000000000..056513ac0136 --- /dev/null +++ b/dev-python/setuptools_hg/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>python</herd> + <maintainer> + <email>iksaif@gentoo.org</email> + <name>Corentin Chary</name> + </maintainer> + <longdescription>setuptools_hg is a plugin for setuptools/distribute to enable it to find files under the Mercurial version control system.</longdescription> + <upstream> + <remote-id type="pypi">setuptools_hg</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-python/setuptools_hg/setuptools_hg-0.4.ebuild b/dev-python/setuptools_hg/setuptools_hg-0.4.ebuild new file mode 100644 index 000000000000..2b8f648f3637 --- /dev/null +++ b/dev-python/setuptools_hg/setuptools_hg-0.4.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/setuptools_hg-0.4.ebuild,v 1.1 2012/05/08 12:34:06 iksaif Exp $ + +EAPI="4" +SUPPORT_PYTHON_ABIS="1" + +inherit distutils + +DESCRIPTION="Setuptools/distribute plugin for finding files under Mercurial version control." +HOMEPAGE="http://pypi.python.org/pypi/setuptools_hg http://bitbucket.org/jezdez/setuptools_hg/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +SLOT="0" +IUSE="" + +RDEPEND="dev-vcs/mercurial" +DEPEND="${RDEPEND} + dev-python/setuptools" + +PYTHON_MODNAME="${PN}.py" |