commit:     a3a4aa18cf3d5ab881fd28634b7db94ac69abbd4
Author:     Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Wed Nov 11 01:37:54 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Nov 11 01:37:54 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=a3a4aa18

dev-python/future: new package (nipype dep)

Package-Manager: portage-2.2.23

 dev-python/future/ChangeLog            |  9 +++++++++
 dev-python/future/future-0.15.2.ebuild | 22 ++++++++++++++++++++++
 dev-python/future/metadata.xml         | 18 ++++++++++++++++++
 3 files changed, 49 insertions(+)

diff --git a/dev-python/future/ChangeLog b/dev-python/future/ChangeLog
new file mode 100644
index 0000000..19ed83e
--- /dev/null
+++ b/dev-python/future/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-python/future
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Id$
+
+*future-0.15.2 (11 Nov 2015)
+
+  11 Nov 2015; Horea Christian <[email protected]> +future-0.15.2.ebuild,
+  +metadata.xml:
+  dev-python/future: new package (nipype dep)

diff --git a/dev-python/future/future-0.15.2.ebuild 
b/dev-python/future/future-0.15.2.ebuild
new file mode 100644
index 0000000..b6aa0dd
--- /dev/null
+++ b/dev-python/future/future-0.15.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION="Clean single-source support for Python 3 and 2"
+HOMEPAGE="http://python-future.org/";
+SRC_URI="mirror://pypi/f/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+python_test() {
+       python setup.py test
+}

diff --git a/dev-python/future/metadata.xml b/dev-python/future/metadata.xml
new file mode 100644
index 0000000..ebffeda
--- /dev/null
+++ b/dev-python/future/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+  <herd>sci</herd>
+  <maintainer>
+    <email>[email protected]</email>
+    <name>Horea Christian</name>
+  </maintainer>
+  <longdescription lang="en">
+       future is the missing compatibility layer between Python 2 and
+       Python 3. It allows you to use a single, clean Python
+       3.x-compatible codebase to support both Python 2 and Python 3
+       with minimal overhead.
+  </longdescription>
+  <upstream>
+    <remote-id type="pypi">future</remote-id>
+  </upstream>
+</pkgmetadata>

Reply via email to