public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: dev-python/future/
@ 2015-11-11 14:38 Justin Lecher
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2015-11-11 14:38 UTC (permalink / raw
  To: gentoo-commits

commit:     add4bb26ee239c7c920bbe3113b7a91a3e9b7adc
Author:     Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Wed Nov 11 02:12:50 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Nov 11 02:12:50 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=add4bb26

dev-python/future: no longer calling python directly

Package-Manager: portage-2.2.23

 dev-python/future/ChangeLog            | 3 +++
 dev-python/future/future-0.15.2.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/future/ChangeLog b/dev-python/future/ChangeLog
index 19ed83e..843ce9a 100644
--- a/dev-python/future/ChangeLog
+++ b/dev-python/future/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  11 Nov 2015; Horea Christian <h.chr@mail.ru> future-0.15.2.ebuild:
+  dev-python/future: no longer calling python directly
+
 *future-0.15.2 (11 Nov 2015)
 
   11 Nov 2015; Horea Christian <h.chr@mail.ru> +future-0.15.2.ebuild,

diff --git a/dev-python/future/future-0.15.2.ebuild b/dev-python/future/future-0.15.2.ebuild
index b6aa0dd..873e15a 100644
--- a/dev-python/future/future-0.15.2.ebuild
+++ b/dev-python/future/future-0.15.2.ebuild
@@ -18,5 +18,5 @@ KEYWORDS="~amd64"
 IUSE=""
 
 python_test() {
-	python setup.py test
+	esetup.py test
 }


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/future/
@ 2015-11-11 14:38 Justin Lecher
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2015-11-11 14:38 UTC (permalink / raw
  To: gentoo-commits

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 <h.chr@mail.ru> +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>h.chr@mail.ru</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>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/future/
@ 2016-09-03 13:30 Marius Brehler
  0 siblings, 0 replies; 3+ messages in thread
From: Marius Brehler @ 2016-09-03 13:30 UTC (permalink / raw
  To: gentoo-commits

commit:     b89a6ace6505e6e32d1aaf14ad95babeccc83d39
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sat Sep  3 13:27:10 2016 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Sat Sep  3 13:27:10 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=b89a6ace

dev-python/future: Available in the tree

 dev-python/future/future-0.15.2.ebuild | 22 ----------------------
 dev-python/future/metadata.xml         | 21 ---------------------
 2 files changed, 43 deletions(-)

diff --git a/dev-python/future/future-0.15.2.ebuild b/dev-python/future/future-0.15.2.ebuild
deleted file mode 100644
index 873e15a..0000000
--- a/dev-python/future/future-0.15.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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() {
-	esetup.py test
-}

diff --git a/dev-python/future/metadata.xml b/dev-python/future/metadata.xml
deleted file mode 100644
index 5bfd629..0000000
--- a/dev-python/future/metadata.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="person">
-    <email>horea.christ@gmail.com</email>
-    <name>Horea Christian</name>
-  </maintainer>
-  <maintainer type="project">
-    <email>sci@gentoo.org</email>
-    <name>Gentoo Science Project</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>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-09-03 13:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-11 14:38 [gentoo-commits] proj/sci:master commit in: dev-python/future/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2016-09-03 13:30 Marius Brehler
2015-11-11 14:38 Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox