[gentoo-commits] repo/gentoo:master commit in: dev-python/odo/

2019-12-29 Thread Andreas Sturmlechner
commit: fc43411f2a397e78cf8db18150525204735c0dc0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Dec 28 16:37:51 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 29 13:22:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc43411f

dev-python/odo: Drop python2_7

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/odo/odo-0.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/odo/odo-0.5.0-r1.ebuild 
b/dev-python/odo/odo-0.5.0-r1.ebuild
index f8fe88e3a7b..03df1cbef74 100644
--- a/dev-python/odo/odo-0.5.0-r1.ebuild
+++ b/dev-python/odo/odo-0.5.0-r1.ebuild
@@ -2,8 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
 
+PYTHON_COMPAT=( python3_{5,6} )
 inherit distutils-r1
 
 DESCRIPTION="Data migration in python"



[gentoo-commits] repo/gentoo:master commit in: dev-python/odo/

2018-07-20 Thread Mikle Kolyada
commit: f680dfd47146bae72e14c5c72bb75f7818f571b4
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jul 20 23:52:25 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jul 21 00:06:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f680dfd4

dev-python/odo: x86 stable wrt bug #658884

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/odo/odo-0.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/odo/odo-0.5.0-r1.ebuild 
b/dev-python/odo/odo-0.5.0-r1.ebuild
index 4b747366ab1..e7b4e036515 100644
--- a/dev-python/odo/odo-0.5.0-r1.ebuild
+++ b/dev-python/odo/odo-0.5.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/odo/

2018-06-24 Thread Mikle Kolyada
commit: 6efdfdaa2a478aa4fdb1b06cea7b4ed0fe2eb06f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jun 24 09:28:32 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jun 24 09:39:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6efdfdaa

dev-python/odo: amd64 stable wrt bug #658884

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/odo/odo-0.5.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/odo/odo-0.5.0-r1.ebuild 
b/dev-python/odo/odo-0.5.0-r1.ebuild
index e35895d9066..4b747366ab1 100644
--- a/dev-python/odo/odo-0.5.0-r1.ebuild
+++ b/dev-python/odo/odo-0.5.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/odo/

2017-06-27 Thread Sebastien Fabbro
commit: 9dc554c9714066c3a019ed7cd5b0399e2f6763c0
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Wed Jun 28 03:03:19 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Wed Jun 28 04:00:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dc554c9

dev-python/odo: added python-3.6

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/odo/odo-0.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/odo/odo-0.5.0-r1.ebuild 
b/dev-python/odo/odo-0.5.0-r1.ebuild
index dcf0f577991..e35895d9066 100644
--- a/dev-python/odo/odo-0.5.0-r1.ebuild
+++ b/dev-python/odo/odo-0.5.0-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/odo/

2017-05-02 Thread Michał Górny
commit: 5267a9e3ca80221ff934fb6022e5fbcf4916bb56
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  2 08:07:30 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  2 08:46:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5267a9e3

dev-python/odo: Clean old versions up

 dev-python/odo/Manifest |  4 
 dev-python/odo/odo-0.3.2.ebuild | 49 -
 dev-python/odo/odo-0.3.3.ebuild | 49 -
 dev-python/odo/odo-0.4.0.ebuild | 49 -
 dev-python/odo/odo-0.4.2.ebuild | 49 -
 5 files changed, 200 deletions(-)

diff --git a/dev-python/odo/Manifest b/dev-python/odo/Manifest
index 7d2d312ab57..5d84c8e7247 100644
--- a/dev-python/odo/Manifest
+++ b/dev-python/odo/Manifest
@@ -1,5 +1 @@
-DIST odo-0.3.2.zip 142291 SHA256 
515365ec8b67c7c73303391b8f12107be6a8f4ab983352f548dcb32f8eb175e5 SHA512 
c2a0dc2f62225bb394fc5f01476a9159310c798f7ea115ccf6e292d99c666509a0e6ef10c50c47c491ffdc805046152a9d75f90940153fbba4382426a07354b7
 WHIRLPOOL 
74ee63848e20b8936d6608f240c449bf3d81916bf40be51723fd7f519139474fa74f477bc3e835c9988e8926e12510a5e234817291240a1ae4aeefbb0a8c0cb3
-DIST odo-0.3.3.tar.gz 109748 SHA256 
2499ee86c26c74daa28f21ed235ca331911065950deea5169ebdb7d5dae6ebef SHA512 
7c470ea5a24ab5ccc3e72d1cbb4dcd2d370bb5de6ee5d8f1dafb8215db057f920d61470dbba02e5510ee5700fe86f2ae842bbc2bbbedf20e801789998b9c714e
 WHIRLPOOL 
8c5329310a33d890452de8d9156f207ab294b26a68722719f375f2da4bef8fd23b47aee883c4a5c79e0f39cc30eb5eaab544e3f02c34b24062c6c2c2bfc146c3
-DIST odo-0.4.0.tar.gz 129308 SHA256 
e9d84a76f9a60bb278810204892348d6883cc1f4c6ce34e362421d75d6271577 SHA512 
303462c0d21cc44219256f4f6b3c7ccacbcc2cb880a8c5a864ed8ef5159b365d099a7dc308574d37fd566e1fffa57db615a9e51e42ebcf3e101aee9143c60d20
 WHIRLPOOL 
f935829b1423ab096113ed5042d9e0773024128717d42cade358217daa72d9163a472ad575ca572c91f752f91a85f9a5221420cc25f03d46631f1fdf651f11cd
-DIST odo-0.4.2.tar.gz 129757 SHA256 
f793df8b212994ea23ce34e90e2048d0237d3b95ecd066ef2cfbb1c2384b79e9 SHA512 
821188e8de1ef1efa3a27454c6787e63d7478ea450ef4cd2af4b35b4f53f085d01625bd2cede2dbe8e999fe86e8b6525928fe5c4834746fe8e4a88486d89ea7a
 WHIRLPOOL 
2a87f34709c1ce09173ba1e2530642e26de38bb2653086331ce3afa63a1151c13d3d7287c04666a171caf8735f15dec2266fac4f8420141bd10df8ef482dd856
 DIST odo-0.5.0.tar.gz 129977 SHA256 
e892ffe58e87d6b1c12838c4ab252bd0ae8c0ec43e5179409309ded4929905d6 SHA512 
699ec7a3640f319d428854c784bac7747b5c50a8d3f1cad9caa02048a012b51e0da655989b749d84b52b9cb23ad26e6c218aac1d36a0966087238f60874f41f3
 WHIRLPOOL 
159b9ff4f00ddbef4082e6304dc8176482837f90a711662db77d2656b85b71833d7eae1e3241d64155955f77734ecde41ad3797fa893d775d76dbe8a2f3831c9

diff --git a/dev-python/odo/odo-0.3.2.ebuild b/dev-python/odo/odo-0.3.2.ebuild
deleted file mode 100644
index 835fb257146..000
--- a/dev-python/odo/odo-0.3.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Data migration in python"
-HOMEPAGE="https://github.com/ContinuumIO/odo;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-DEPEND="app-arch/unzip
-   doc? ( dev-python/docutils )"
-RDEPEND=">=dev-python/datashape-0.4.4[${PYTHON_USEDEP}]
-   >=dev-python/numpy-1.7[${PYTHON_USEDEP}]
-   >=dev-python/pandas-0.15.0[${PYTHON_USEDEP}]
-   dev-python/toolz[${PYTHON_USEDEP}]
-   >=dev-python/multipledispatch-0.4.7[${PYTHON_USEDEP}]
-   dev-python/networkx[${PYTHON_USEDEP}]
-   "
-
-python_prepare_all() {
-   sed -e '/.. toctree::/d' -i docs/source/index.rst|| die
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   if use doc; then
-   pushd docs/source > /dev/null
-   mkdir ../build || die
-   local i;
-   for i in ./*
-   do
-   rst2html.py $i > ../build/${i/rst/html} || die
-   done
-   popd > /dev/null
-   fi
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/build/. )
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/odo/odo-0.3.3.ebuild b/dev-python/odo/odo-0.3.3.ebuild
deleted file mode 100644
index 39c92070d3e..000
--- a/dev-python/odo/odo-0.3.3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Data migration in python"
-HOMEPAGE="https://github.com/ContinuumIO/odo;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-DEPEND="app-arch/unzip
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/odo/

2017-02-26 Thread Sebastien Fabbro
commit: 872435ca0e9d29b58f8702406ce0d643c5c1c212
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Sun Feb 19 05:55:26 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Sun Feb 26 18:02:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=872435ca

dev-python/odo: add dependencies

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/odo/odo-0.5.0-r1.ebuild | 54 ++
 1 file changed, 54 insertions(+)

diff --git a/dev-python/odo/odo-0.5.0-r1.ebuild 
b/dev-python/odo/odo-0.5.0-r1.ebuild
new file mode 100644
index 00..dcb0468a73
--- /dev/null
+++ b/dev-python/odo/odo-0.5.0-r1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Data migration in python"
+HOMEPAGE="https://github.com/blaze/odo;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc"
+
+RDEPEND="
+   >=dev-python/datashape-0.4.6[${PYTHON_USEDEP}]
+   >=dev-python/dask-0.11.1[${PYTHON_USEDEP}]
+   >=dev-python/multipledispatch-0.4.7[${PYTHON_USEDEP}]
+   >=dev-python/numpy-1.7[${PYTHON_USEDEP}]
+   >=dev-python/pandas-0.15.0[${PYTHON_USEDEP}]
+   >=dev-python/toolz-0.7.3[${PYTHON_USEDEP}]
+   dev-python/networkx[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   doc? ( dev-python/docutils )
+"
+# tests need very heavy deps (such as pyspark), skipping for now
+
+python_prepare_all() {
+   sed -e '/.. toctree::/d' -i docs/source/index.rst|| die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   if use doc; then
+   pushd docs/source > /dev/null
+   mkdir ../build || die
+   local i;
+   for i in ./*
+   do
+   rst2html.py $i > ../build/${i/rst/html} || die
+   done
+   popd > /dev/null
+   fi
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/build/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/odo/

2017-01-09 Thread Aaron Bauman
commit: 7a4d99f647de33651c0490cdd0ea80c41519f0ed
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Jan  9 22:27:10 2017 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Jan  9 22:27:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a4d99f6

dev-python/odo: amd64 stable

Gentoo-bug: 571282

Package-Manager: portage-2.3.0

 dev-python/odo/odo-0.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/odo/odo-0.5.0.ebuild b/dev-python/odo/odo-0.5.0.ebuild
index 6830f1d..7fcefcb 100644
--- a/dev-python/odo/odo-0.5.0.ebuild
+++ b/dev-python/odo/odo-0.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="doc"
 
 DEPEND="app-arch/unzip



[gentoo-commits] repo/gentoo:master commit in: dev-python/odo/

2016-07-21 Thread Patrick Lauer
commit: 906d63fa962e3b80be7f2ebf612b3cbcded5ffa2
Author: Patrick Lauer  gentoo  org>
AuthorDate: Thu Jul 21 13:08:21 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Thu Jul 21 13:12:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=906d63fa

dev-python/odo: Add py35

Package-Manager: portage-2.3.0

 dev-python/odo/odo-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/odo/odo-0.5.0.ebuild b/dev-python/odo/odo-0.5.0.ebuild
index 372e306..d18bf13 100644
--- a/dev-python/odo/odo-0.5.0.ebuild
+++ b/dev-python/odo/odo-0.5.0.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/odo/

2016-06-12 Thread Patrick Lauer
commit: 2631df2aa7fa6e8b49893dd7b98962f39d1f0304
Author: Patrick Lauer  gentoo  org>
AuthorDate: Sun Jun 12 18:05:23 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Sun Jun 12 18:32:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2631df2a

dev-python/odo: Bump

Package-Manager: portage-2.3.0_rc1

 dev-python/odo/Manifest |  1 +
 dev-python/odo/odo-0.5.0.ebuild | 50 +
 2 files changed, 51 insertions(+)

diff --git a/dev-python/odo/Manifest b/dev-python/odo/Manifest
index 4e04eed..7d2d312 100644
--- a/dev-python/odo/Manifest
+++ b/dev-python/odo/Manifest
@@ -2,3 +2,4 @@ DIST odo-0.3.2.zip 142291 SHA256 
515365ec8b67c7c73303391b8f12107be6a8f4ab983352f
 DIST odo-0.3.3.tar.gz 109748 SHA256 
2499ee86c26c74daa28f21ed235ca331911065950deea5169ebdb7d5dae6ebef SHA512 
7c470ea5a24ab5ccc3e72d1cbb4dcd2d370bb5de6ee5d8f1dafb8215db057f920d61470dbba02e5510ee5700fe86f2ae842bbc2bbbedf20e801789998b9c714e
 WHIRLPOOL 
8c5329310a33d890452de8d9156f207ab294b26a68722719f375f2da4bef8fd23b47aee883c4a5c79e0f39cc30eb5eaab544e3f02c34b24062c6c2c2bfc146c3
 DIST odo-0.4.0.tar.gz 129308 SHA256 
e9d84a76f9a60bb278810204892348d6883cc1f4c6ce34e362421d75d6271577 SHA512 
303462c0d21cc44219256f4f6b3c7ccacbcc2cb880a8c5a864ed8ef5159b365d099a7dc308574d37fd566e1fffa57db615a9e51e42ebcf3e101aee9143c60d20
 WHIRLPOOL 
f935829b1423ab096113ed5042d9e0773024128717d42cade358217daa72d9163a472ad575ca572c91f752f91a85f9a5221420cc25f03d46631f1fdf651f11cd
 DIST odo-0.4.2.tar.gz 129757 SHA256 
f793df8b212994ea23ce34e90e2048d0237d3b95ecd066ef2cfbb1c2384b79e9 SHA512 
821188e8de1ef1efa3a27454c6787e63d7478ea450ef4cd2af4b35b4f53f085d01625bd2cede2dbe8e999fe86e8b6525928fe5c4834746fe8e4a88486d89ea7a
 WHIRLPOOL 
2a87f34709c1ce09173ba1e2530642e26de38bb2653086331ce3afa63a1151c13d3d7287c04666a171caf8735f15dec2266fac4f8420141bd10df8ef482dd856
+DIST odo-0.5.0.tar.gz 129977 SHA256 
e892ffe58e87d6b1c12838c4ab252bd0ae8c0ec43e5179409309ded4929905d6 SHA512 
699ec7a3640f319d428854c784bac7747b5c50a8d3f1cad9caa02048a012b51e0da655989b749d84b52b9cb23ad26e6c218aac1d36a0966087238f60874f41f3
 WHIRLPOOL 
159b9ff4f00ddbef4082e6304dc8176482837f90a711662db77d2656b85b71833d7eae1e3241d64155955f77734ecde41ad3797fa893d775d76dbe8a2f3831c9

diff --git a/dev-python/odo/odo-0.5.0.ebuild b/dev-python/odo/odo-0.5.0.ebuild
new file mode 100644
index 000..372e306
--- /dev/null
+++ b/dev-python/odo/odo-0.5.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION="Data migration in python"
+HOMEPAGE="https://github.com/ContinuumIO/odo;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+DEPEND="app-arch/unzip
+   doc? ( dev-python/docutils )"
+RDEPEND=">=dev-python/datashape-0.4.4[${PYTHON_USEDEP}]
+   >=dev-python/numpy-1.7[${PYTHON_USEDEP}]
+   >=dev-python/pandas-0.15.0[${PYTHON_USEDEP}]
+   dev-python/toolz[${PYTHON_USEDEP}]
+   >=dev-python/multipledispatch-0.4.7[${PYTHON_USEDEP}]
+   dev-python/networkx[${PYTHON_USEDEP}]
+   "
+
+python_prepare_all() {
+   sed -e '/.. toctree::/d' -i docs/source/index.rst|| die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   if use doc; then
+   pushd docs/source > /dev/null
+   mkdir ../build || die
+   local i;
+   for i in ./*
+   do
+   rst2html.py $i > ../build/${i/rst/html} || die
+   done
+   popd > /dev/null
+   fi
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/build/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/odo/

2016-03-01 Thread Patrick Lauer
commit: 8b983802a76f0922fe9ca776318bca6ea187d80b
Author: Patrick Lauer  gentoo  org>
AuthorDate: Tue Mar  1 20:31:07 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Tue Mar  1 20:39:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b983802

dev-python/odo: Bump

Package-Manager: portage-2.2.27

 dev-python/odo/Manifest |  1 +
 dev-python/odo/odo-0.4.2.ebuild | 50 +
 2 files changed, 51 insertions(+)

diff --git a/dev-python/odo/Manifest b/dev-python/odo/Manifest
index 1c7acf6..4e04eed 100644
--- a/dev-python/odo/Manifest
+++ b/dev-python/odo/Manifest
@@ -1,3 +1,4 @@
 DIST odo-0.3.2.zip 142291 SHA256 
515365ec8b67c7c73303391b8f12107be6a8f4ab983352f548dcb32f8eb175e5 SHA512 
c2a0dc2f62225bb394fc5f01476a9159310c798f7ea115ccf6e292d99c666509a0e6ef10c50c47c491ffdc805046152a9d75f90940153fbba4382426a07354b7
 WHIRLPOOL 
74ee63848e20b8936d6608f240c449bf3d81916bf40be51723fd7f519139474fa74f477bc3e835c9988e8926e12510a5e234817291240a1ae4aeefbb0a8c0cb3
 DIST odo-0.3.3.tar.gz 109748 SHA256 
2499ee86c26c74daa28f21ed235ca331911065950deea5169ebdb7d5dae6ebef SHA512 
7c470ea5a24ab5ccc3e72d1cbb4dcd2d370bb5de6ee5d8f1dafb8215db057f920d61470dbba02e5510ee5700fe86f2ae842bbc2bbbedf20e801789998b9c714e
 WHIRLPOOL 
8c5329310a33d890452de8d9156f207ab294b26a68722719f375f2da4bef8fd23b47aee883c4a5c79e0f39cc30eb5eaab544e3f02c34b24062c6c2c2bfc146c3
 DIST odo-0.4.0.tar.gz 129308 SHA256 
e9d84a76f9a60bb278810204892348d6883cc1f4c6ce34e362421d75d6271577 SHA512 
303462c0d21cc44219256f4f6b3c7ccacbcc2cb880a8c5a864ed8ef5159b365d099a7dc308574d37fd566e1fffa57db615a9e51e42ebcf3e101aee9143c60d20
 WHIRLPOOL 
f935829b1423ab096113ed5042d9e0773024128717d42cade358217daa72d9163a472ad575ca572c91f752f91a85f9a5221420cc25f03d46631f1fdf651f11cd
+DIST odo-0.4.2.tar.gz 129757 SHA256 
f793df8b212994ea23ce34e90e2048d0237d3b95ecd066ef2cfbb1c2384b79e9 SHA512 
821188e8de1ef1efa3a27454c6787e63d7478ea450ef4cd2af4b35b4f53f085d01625bd2cede2dbe8e999fe86e8b6525928fe5c4834746fe8e4a88486d89ea7a
 WHIRLPOOL 
2a87f34709c1ce09173ba1e2530642e26de38bb2653086331ce3afa63a1151c13d3d7287c04666a171caf8735f15dec2266fac4f8420141bd10df8ef482dd856

diff --git a/dev-python/odo/odo-0.4.2.ebuild b/dev-python/odo/odo-0.4.2.ebuild
new file mode 100644
index 000..dd0574d
--- /dev/null
+++ b/dev-python/odo/odo-0.4.2.ebuild
@@ -0,0 +1,50 @@
+# 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_3,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION="Data migration in python"
+HOMEPAGE="https://github.com/ContinuumIO/odo;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+DEPEND="app-arch/unzip
+   doc? ( dev-python/docutils )"
+RDEPEND=">=dev-python/datashape-0.4.4[${PYTHON_USEDEP}]
+   >=dev-python/numpy-1.7[${PYTHON_USEDEP}]
+   >=dev-python/pandas-0.15.0[${PYTHON_USEDEP}]
+   dev-python/toolz[${PYTHON_USEDEP}]
+   >=dev-python/multipledispatch-0.4.7[${PYTHON_USEDEP}]
+   dev-python/networkx[${PYTHON_USEDEP}]
+   "
+
+python_prepare_all() {
+   sed -e '/.. toctree::/d' -i docs/source/index.rst|| die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   if use doc; then
+   pushd docs/source > /dev/null
+   mkdir ../build || die
+   local i;
+   for i in ./*
+   do
+   rst2html.py $i > ../build/${i/rst/html} || die
+   done
+   popd > /dev/null
+   fi
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/build/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/odo/

2016-01-07 Thread Patrick Lauer
commit: a0b497aa9e85bb26c2ba9749a680e3a12410059f
Author: Patrick Lauer  gentoo  org>
AuthorDate: Thu Jan  7 19:50:50 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Thu Jan  7 19:51:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0b497aa

dev-python/odo: Bump

Package-Manager: portage-2.2.26

 dev-python/odo/Manifest |  1 +
 dev-python/odo/odo-0.4.0.ebuild | 50 +
 2 files changed, 51 insertions(+)

diff --git a/dev-python/odo/Manifest b/dev-python/odo/Manifest
index 2223c0f..1c7acf6 100644
--- a/dev-python/odo/Manifest
+++ b/dev-python/odo/Manifest
@@ -1,2 +1,3 @@
 DIST odo-0.3.2.zip 142291 SHA256 
515365ec8b67c7c73303391b8f12107be6a8f4ab983352f548dcb32f8eb175e5 SHA512 
c2a0dc2f62225bb394fc5f01476a9159310c798f7ea115ccf6e292d99c666509a0e6ef10c50c47c491ffdc805046152a9d75f90940153fbba4382426a07354b7
 WHIRLPOOL 
74ee63848e20b8936d6608f240c449bf3d81916bf40be51723fd7f519139474fa74f477bc3e835c9988e8926e12510a5e234817291240a1ae4aeefbb0a8c0cb3
 DIST odo-0.3.3.tar.gz 109748 SHA256 
2499ee86c26c74daa28f21ed235ca331911065950deea5169ebdb7d5dae6ebef SHA512 
7c470ea5a24ab5ccc3e72d1cbb4dcd2d370bb5de6ee5d8f1dafb8215db057f920d61470dbba02e5510ee5700fe86f2ae842bbc2bbbedf20e801789998b9c714e
 WHIRLPOOL 
8c5329310a33d890452de8d9156f207ab294b26a68722719f375f2da4bef8fd23b47aee883c4a5c79e0f39cc30eb5eaab544e3f02c34b24062c6c2c2bfc146c3
+DIST odo-0.4.0.tar.gz 129308 SHA256 
e9d84a76f9a60bb278810204892348d6883cc1f4c6ce34e362421d75d6271577 SHA512 
303462c0d21cc44219256f4f6b3c7ccacbcc2cb880a8c5a864ed8ef5159b365d099a7dc308574d37fd566e1fffa57db615a9e51e42ebcf3e101aee9143c60d20
 WHIRLPOOL 
f935829b1423ab096113ed5042d9e0773024128717d42cade358217daa72d9163a472ad575ca572c91f752f91a85f9a5221420cc25f03d46631f1fdf651f11cd

diff --git a/dev-python/odo/odo-0.4.0.ebuild b/dev-python/odo/odo-0.4.0.ebuild
new file mode 100644
index 000..dd0574d
--- /dev/null
+++ b/dev-python/odo/odo-0.4.0.ebuild
@@ -0,0 +1,50 @@
+# 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_3,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION="Data migration in python"
+HOMEPAGE="https://github.com/ContinuumIO/odo;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+DEPEND="app-arch/unzip
+   doc? ( dev-python/docutils )"
+RDEPEND=">=dev-python/datashape-0.4.4[${PYTHON_USEDEP}]
+   >=dev-python/numpy-1.7[${PYTHON_USEDEP}]
+   >=dev-python/pandas-0.15.0[${PYTHON_USEDEP}]
+   dev-python/toolz[${PYTHON_USEDEP}]
+   >=dev-python/multipledispatch-0.4.7[${PYTHON_USEDEP}]
+   dev-python/networkx[${PYTHON_USEDEP}]
+   "
+
+python_prepare_all() {
+   sed -e '/.. toctree::/d' -i docs/source/index.rst|| die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   if use doc; then
+   pushd docs/source > /dev/null
+   mkdir ../build || die
+   local i;
+   for i in ./*
+   do
+   rst2html.py $i > ../build/${i/rst/html} || die
+   done
+   popd > /dev/null
+   fi
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/build/. )
+   distutils-r1_python_install_all
+}