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

2019-12-28 Thread Mikle Kolyada
commit: c7343580e8d02ec96040710ebbfbd67f584e9d10
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Dec 28 16:42:41 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Dec 28 16:42:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7343580

dev-python/reproject: remove last-rited pkg

Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-python/reproject/Manifest   |  1 -
 dev-python/reproject/metadata.xml   | 20 -
 dev-python/reproject/reproject-0.3.1.ebuild | 44 -
 3 files changed, 65 deletions(-)

diff --git a/dev-python/reproject/Manifest b/dev-python/reproject/Manifest
deleted file mode 100644
index 6f14736505e..000
--- a/dev-python/reproject/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST reproject-0.3.1.tar.gz 653996 BLAKE2B 
6dca886dab21922d76bc32fbfb068264f206459b364c23beab7eb10990cdf6dec7c998e3b0cdc70fa8d5dd83c3c38010c6a39bca26775a8dbd692fc15295ac90
 SHA512 
5739ee812862e6558c46ebd79b9b73214093df2b6d0c603d94586c0f8908a4b29004f07380ca143fb59bcc4d33c19b0a81a1185b1a2cc60ff7be943c0f1e243f

diff --git a/dev-python/reproject/metadata.xml 
b/dev-python/reproject/metadata.xml
deleted file mode 100644
index 7a7ae656609..000
--- a/dev-python/reproject/metadata.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-sci-astron...@gentoo.org
-Gentoo Astronomy Project
-  
-  
-This is a package to reproject astronomical images using various techniques
-via a uniform interface. Reprojection means the re-gridding of images from
-one world coordinate system to another (for example changing the pixel
-resolution, orientation, coordinate system). Currently implemented are
-reprojection of celestial images by interpolation, as well as by finding 
the
-exact overlap between pixels on the celestial sphere. It can also reproject
-to/from HEALPIX projections.
-  
-  
-reproject
-  
-

diff --git a/dev-python/reproject/reproject-0.3.1.ebuild 
b/dev-python/reproject/reproject-0.3.1.ebuild
deleted file mode 100644
index 9feca262dff..000
--- a/dev-python/reproject/reproject-0.3.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Reproject astronomical images with Python"
-HOMEPAGE="http://reproject.readthedocs.org;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/astropy[${PYTHON_USEDEP}]
-   sci-libs/scipy[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/astropy-helpers[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-python_prepare_all() {
-   sed -i -e '/auto_use/s/True/False/' setup.cfg || die
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   use doc && esetup.py build_sphinx -w
-}
-
-python_test() {
-   esetup.py test
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/ )
-   distutils-r1_python_install_all
-}



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

2017-06-28 Thread Sebastien Fabbro
commit: 455d815d71c2e45ebd5b55e986dbd0f4fba38a8c
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Wed Jun 28 17:59:00 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Wed Jun 28 18:20:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=455d815d

dev-python/reproject: added python-3.6

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/reproject/Manifest   |  1 -
 dev-python/reproject/reproject-0.2.ebuild   | 42 -
 dev-python/reproject/reproject-0.3.1.ebuild |  4 +--
 3 files changed, 2 insertions(+), 45 deletions(-)

diff --git a/dev-python/reproject/Manifest b/dev-python/reproject/Manifest
index 1dbd0751ff6..0f2ab22ee2d 100644
--- a/dev-python/reproject/Manifest
+++ b/dev-python/reproject/Manifest
@@ -1,2 +1 @@
-DIST reproject-0.2.tar.gz 622834 SHA256 
6d1b248936ab1f14ecdd3498a5a074318e1b956c90f3e9df7acf8aa77a2af24a SHA512 
b4b20d39a1ceb6ee64e4460a819cd4cb1ccceba3462276404e7b294e993a2fd8306c283f397315947826a0343b1a179ff733b49d8afbd96255633a5459bf3ec3
 WHIRLPOOL 
d2d80d22637da94a93467a9d0ada959cf9b80a79b2ee2f3d805a7d5e3c4997622aef02e1f59134934c6b81405483f0009296e7fb597f015267e565f8ac2f6897
 DIST reproject-0.3.1.tar.gz 653996 SHA256 
4a5d9b290361d3804cd7a1bbbfe8af1a96a451faaa33be80e8e7b6a5f5add998 SHA512 
5739ee812862e6558c46ebd79b9b73214093df2b6d0c603d94586c0f8908a4b29004f07380ca143fb59bcc4d33c19b0a81a1185b1a2cc60ff7be943c0f1e243f
 WHIRLPOOL 
77154655b834534e6c6c7c2e2897a3190d770ea92dcd0adf0f58e57342702c61aa8b9fef036378fd367fa42246b09518c707cd8f4598f01b1311e9fb2c666d5c

diff --git a/dev-python/reproject/reproject-0.2.ebuild 
b/dev-python/reproject/reproject-0.2.ebuild
deleted file mode 100644
index 4699012ee58..000
--- a/dev-python/reproject/reproject-0.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Reproject astronomical images with Python"
-HOMEPAGE="http://reproject.readthedocs.org;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc test"
-
-RDEPEND="
-   dev-python/astropy[${PYTHON_USEDEP}]
-   sci-libs/scipy[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-python_prepare_all() {
-   sed -i -e '/auto_use/s/True/False/' setup.cfg || die
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   use doc && esetup.py build_sphinx -w
-}
-
-python_test() {
-   esetup.py test
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/ )
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/reproject/reproject-0.3.1.ebuild 
b/dev-python/reproject/reproject-0.3.1.ebuild
index 9725a7fa5e7..6324cc1a444 100644
--- a/dev-python/reproject/reproject-0.3.1.ebuild
+++ b/dev-python/reproject/reproject-0.3.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # 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/reproject/

2016-09-01 Thread Sebastien Fabbro
commit: 50baeb33228a8b809fb4130ebf7268a85d81d6b9
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Thu Sep  1 17:52:02 2016 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Thu Sep  1 18:03:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50baeb33

dev-python/reproject: version bump

Package-Manager: portage-2.3.0

 dev-python/reproject/Manifest   |  1 +
 dev-python/reproject/reproject-0.3.1.ebuild | 44 +
 2 files changed, 45 insertions(+)

diff --git a/dev-python/reproject/Manifest b/dev-python/reproject/Manifest
index 5364251..1dbd075 100644
--- a/dev-python/reproject/Manifest
+++ b/dev-python/reproject/Manifest
@@ -1 +1,2 @@
 DIST reproject-0.2.tar.gz 622834 SHA256 
6d1b248936ab1f14ecdd3498a5a074318e1b956c90f3e9df7acf8aa77a2af24a SHA512 
b4b20d39a1ceb6ee64e4460a819cd4cb1ccceba3462276404e7b294e993a2fd8306c283f397315947826a0343b1a179ff733b49d8afbd96255633a5459bf3ec3
 WHIRLPOOL 
d2d80d22637da94a93467a9d0ada959cf9b80a79b2ee2f3d805a7d5e3c4997622aef02e1f59134934c6b81405483f0009296e7fb597f015267e565f8ac2f6897
+DIST reproject-0.3.1.tar.gz 653996 SHA256 
4a5d9b290361d3804cd7a1bbbfe8af1a96a451faaa33be80e8e7b6a5f5add998 SHA512 
5739ee812862e6558c46ebd79b9b73214093df2b6d0c603d94586c0f8908a4b29004f07380ca143fb59bcc4d33c19b0a81a1185b1a2cc60ff7be943c0f1e243f
 WHIRLPOOL 
77154655b834534e6c6c7c2e2897a3190d770ea92dcd0adf0f58e57342702c61aa8b9fef036378fd367fa42246b09518c707cd8f4598f01b1311e9fb2c666d5c

diff --git a/dev-python/reproject/reproject-0.3.1.ebuild 
b/dev-python/reproject/reproject-0.3.1.ebuild
new file mode 100644
index ..05999bd
--- /dev/null
+++ b/dev-python/reproject/reproject-0.3.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 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="Reproject astronomical images with Python"
+HOMEPAGE="http://reproject.readthedocs.org;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc test"
+
+RDEPEND="
+   dev-python/astropy[${PYTHON_USEDEP}]
+   sci-libs/scipy[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/astropy-helpers[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+python_prepare_all() {
+   sed -i -e '/auto_use/s/True/False/' setup.cfg || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && esetup.py build_sphinx -w
+}
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/ )
+   distutils-r1_python_install_all
+}



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

2016-03-18 Thread Sebastien Fabbro
commit: 8cdcf993802b475190ed990974d7cb3241dd9b6f
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Thu Mar 17 00:13:25 2016 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Fri Mar 18 20:10:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cdcf993

dev-python/reproject: initial import

Package-Manager: portage-2.2.27

 dev-python/reproject/Manifest |  1 +
 dev-python/reproject/metadata.xml | 20 ++
 dev-python/reproject/reproject-0.2.ebuild | 43 +++
 3 files changed, 64 insertions(+)

diff --git a/dev-python/reproject/Manifest b/dev-python/reproject/Manifest
new file mode 100644
index 000..5364251
--- /dev/null
+++ b/dev-python/reproject/Manifest
@@ -0,0 +1 @@
+DIST reproject-0.2.tar.gz 622834 SHA256 
6d1b248936ab1f14ecdd3498a5a074318e1b956c90f3e9df7acf8aa77a2af24a SHA512 
b4b20d39a1ceb6ee64e4460a819cd4cb1ccceba3462276404e7b294e993a2fd8306c283f397315947826a0343b1a179ff733b49d8afbd96255633a5459bf3ec3
 WHIRLPOOL 
d2d80d22637da94a93467a9d0ada959cf9b80a79b2ee2f3d805a7d5e3c4997622aef02e1f59134934c6b81405483f0009296e7fb597f015267e565f8ac2f6897

diff --git a/dev-python/reproject/metadata.xml 
b/dev-python/reproject/metadata.xml
new file mode 100644
index 000..7a7ae65
--- /dev/null
+++ b/dev-python/reproject/metadata.xml
@@ -0,0 +1,20 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+sci-astron...@gentoo.org
+Gentoo Astronomy Project
+  
+  
+This is a package to reproject astronomical images using various techniques
+via a uniform interface. Reprojection means the re-gridding of images from
+one world coordinate system to another (for example changing the pixel
+resolution, orientation, coordinate system). Currently implemented are
+reprojection of celestial images by interpolation, as well as by finding 
the
+exact overlap between pixels on the celestial sphere. It can also reproject
+to/from HEALPIX projections.
+  
+  
+reproject
+  
+

diff --git a/dev-python/reproject/reproject-0.2.ebuild 
b/dev-python/reproject/reproject-0.2.ebuild
new file mode 100644
index 000..aac59ac
--- /dev/null
+++ b/dev-python/reproject/reproject-0.2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 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="Reproject astronomical images with Python"
+HOMEPAGE="http://reproject.readthedocs.org;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc test"
+
+RDEPEND="
+   dev-python/astropy[${PYTHON_USEDEP}]
+   sci-libs/scipy[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+python_prepare_all() {
+   sed -i -e '/auto_use/s/True/False/' setup.cfg || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && esetup.py build_sphinx -w
+}
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/ )
+   distutils-r1_python_install_all
+}