* [gentoo-commits] proj/sci:master commit in: dev-python/imageutils/
@ 2014-08-10 8:05 Justin Lecher
0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2014-08-10 8:05 UTC (permalink / raw
To: gentoo-commits
commit: e3e953d45ed6e2e2fe0dd7f425c05efca3834a9f
Author: Joseph Jon Booker <joe <AT> neoturbine <DOT> net>
AuthorDate: Fri Aug 8 19:55:39 2014 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Aug 8 19:55:39 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e3e953d4
dev-python/imageutils: Add imageutils package
Package-Manager: portage-2.2.11-r1
---
dev-python/imageutils/ChangeLog | 9 +++++
dev-python/imageutils/imageutils-9999.ebuild | 58 ++++++++++++++++++++++++++++
dev-python/imageutils/metadata.xml | 10 +++++
3 files changed, 77 insertions(+)
diff --git a/dev-python/imageutils/ChangeLog b/dev-python/imageutils/ChangeLog
new file mode 100644
index 0000000..133e250
--- /dev/null
+++ b/dev-python/imageutils/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-python/imageutils
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*imageutils-9999 (08 Aug 2014)
+
+ 08 Aug 2014; Joseph Jon Booker <joe@neoturbine.net> +imageutils-9999.ebuild,
+ +metadata.xml:
+ dev-python/imageutils: Add imageutils package
diff --git a/dev-python/imageutils/imageutils-9999.ebuild b/dev-python/imageutils/imageutils-9999.ebuild
new file mode 100644
index 0000000..a8c9a8a
--- /dev/null
+++ b/dev-python/imageutils/imageutils-9999.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/aplpy/aplpy-0.9.11.ebuild,v 1.1 2014/01/28 17:53:13 bicatali Exp $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_6,2_7,3_3,3_4} )
+inherit distutils-r1
+
+if [ ${PV} == "9999" ] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/astropy/${PN}.git"
+else
+ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+ KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="Image processing utilities for Astropy"
+HOMEPAGE="https://github.com/astropy/imageutils"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="doc"
+
+DOCS=( README.rst )
+
+RDEPEND="
+ >=dev-python/astropy-0.4[${PYTHON_USEDEP}]
+ dev-python/astropy-helpers[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+python_prepare_all() {
+ distutils-r1_python_prepare_all
+ sed -e '/import ah_bootstrap/d' -i setup.py || die "Removing ah_bootstrap failed"
+}
+
+python_test() {
+ distutils_install_for_testing
+ cd "${TEST_DIR}" || die
+ "${EPYTHON}" -c "import ${PN}, sys;r = ${PN}.test(verbose=True);sys.exit(r)" \
+ || die "tests fail with ${EPYTHON}"
+}
+
+python_compile_all() {
+ if use doc; then
+ python_export_best
+ VARTEXFONTS="${T}"/fonts \
+ MPLCONFIGDIR="${BUILD_DIR}" \
+ PYTHONPATH="${BUILD_DIR}"/lib \
+ esetup.py build_sphinx
+ fi
+}
+
+python_install_all() {
+ use doc && local HTML_DOCS=( docs/_build/html/. )
+ distutils-r1_python_install_all
+}
diff --git a/dev-python/imageutils/metadata.xml b/dev-python/imageutils/metadata.xml
new file mode 100644
index 0000000..281f12f
--- /dev/null
+++ b/dev-python/imageutils/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci-astronomy</herd>
+ <longdescription lang="en">
+ imageutils is a collection of image processing utilities that are generally
+ useful to astronomers. These will likely become part of the core AstroPy
+ package before the 1.0 release.
+ </longdescription>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/imageutils/
@ 2014-08-19 21:51 Christoph Junghans
0 siblings, 0 replies; 3+ messages in thread
From: Christoph Junghans @ 2014-08-19 21:51 UTC (permalink / raw
To: gentoo-commits
commit: e3e953d45ed6e2e2fe0dd7f425c05efca3834a9f
Author: Joseph Jon Booker <joe <AT> neoturbine <DOT> net>
AuthorDate: Fri Aug 8 19:55:39 2014 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Fri Aug 8 19:55:39 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e3e953d4
dev-python/imageutils: Add imageutils package
Package-Manager: portage-2.2.11-r1
---
dev-python/imageutils/ChangeLog | 9 +++++
dev-python/imageutils/imageutils-9999.ebuild | 58 ++++++++++++++++++++++++++++
dev-python/imageutils/metadata.xml | 10 +++++
3 files changed, 77 insertions(+)
diff --git a/dev-python/imageutils/ChangeLog b/dev-python/imageutils/ChangeLog
new file mode 100644
index 0000000..133e250
--- /dev/null
+++ b/dev-python/imageutils/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-python/imageutils
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*imageutils-9999 (08 Aug 2014)
+
+ 08 Aug 2014; Joseph Jon Booker <joe@neoturbine.net> +imageutils-9999.ebuild,
+ +metadata.xml:
+ dev-python/imageutils: Add imageutils package
diff --git a/dev-python/imageutils/imageutils-9999.ebuild b/dev-python/imageutils/imageutils-9999.ebuild
new file mode 100644
index 0000000..a8c9a8a
--- /dev/null
+++ b/dev-python/imageutils/imageutils-9999.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/aplpy/aplpy-0.9.11.ebuild,v 1.1 2014/01/28 17:53:13 bicatali Exp $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_6,2_7,3_3,3_4} )
+inherit distutils-r1
+
+if [ ${PV} == "9999" ] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/astropy/${PN}.git"
+else
+ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+ KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="Image processing utilities for Astropy"
+HOMEPAGE="https://github.com/astropy/imageutils"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="doc"
+
+DOCS=( README.rst )
+
+RDEPEND="
+ >=dev-python/astropy-0.4[${PYTHON_USEDEP}]
+ dev-python/astropy-helpers[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+python_prepare_all() {
+ distutils-r1_python_prepare_all
+ sed -e '/import ah_bootstrap/d' -i setup.py || die "Removing ah_bootstrap failed"
+}
+
+python_test() {
+ distutils_install_for_testing
+ cd "${TEST_DIR}" || die
+ "${EPYTHON}" -c "import ${PN}, sys;r = ${PN}.test(verbose=True);sys.exit(r)" \
+ || die "tests fail with ${EPYTHON}"
+}
+
+python_compile_all() {
+ if use doc; then
+ python_export_best
+ VARTEXFONTS="${T}"/fonts \
+ MPLCONFIGDIR="${BUILD_DIR}" \
+ PYTHONPATH="${BUILD_DIR}"/lib \
+ esetup.py build_sphinx
+ fi
+}
+
+python_install_all() {
+ use doc && local HTML_DOCS=( docs/_build/html/. )
+ distutils-r1_python_install_all
+}
diff --git a/dev-python/imageutils/metadata.xml b/dev-python/imageutils/metadata.xml
new file mode 100644
index 0000000..281f12f
--- /dev/null
+++ b/dev-python/imageutils/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci-astronomy</herd>
+ <longdescription lang="en">
+ imageutils is a collection of image processing utilities that are generally
+ useful to astronomers. These will likely become part of the core AstroPy
+ package before the 1.0 release.
+ </longdescription>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/imageutils/
@ 2021-01-05 16:16 Andrew Ammerlaan
0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2021-01-05 16:16 UTC (permalink / raw
To: gentoo-commits
commit: b4f00d07884e0ff1ceedec0ca0ee3270b6a80edf
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jan 5 11:47:40 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jan 5 16:03:38 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b4f00d07
dev-python/imageutils: bump py targets, bump EAPI
old package is archived, this is the latest from pypi
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/imageutils/imageutils-0.3.8.ebuild | 16 ++++++++
dev-python/imageutils/imageutils-9999.ebuild | 57 ---------------------------
2 files changed, 16 insertions(+), 57 deletions(-)
diff --git a/dev-python/imageutils/imageutils-0.3.8.ebuild b/dev-python/imageutils/imageutils-0.3.8.ebuild
new file mode 100644
index 000000000..09db367f1
--- /dev/null
+++ b/dev-python/imageutils/imageutils-0.3.8.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Various utilities for working with images"
+HOMEPAGE="https://pypi.org/project/imageutils/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
diff --git a/dev-python/imageutils/imageutils-9999.ebuild b/dev-python/imageutils/imageutils-9999.ebuild
deleted file mode 100644
index 1e04e3394..000000000
--- a/dev-python/imageutils/imageutils-9999.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2014 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
-
-if [ ${PV} == "9999" ] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/astropy/${PN}.git"
-else
- SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="Image processing utilities for Astropy"
-HOMEPAGE="https://github.com/astropy/imageutils"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="doc"
-
-DOCS=( README.rst )
-
-RDEPEND="
- >=dev-python/astropy-0.4[${PYTHON_USEDEP}]
- dev-python/astropy-helpers[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-python_prepare_all() {
- distutils-r1_python_prepare_all
- sed -e '/import ah_bootstrap/d' -i setup.py || die "Removing ah_bootstrap failed"
-}
-
-python_test() {
- distutils_install_for_testing
- cd "${TEST_DIR}" || die
- "${EPYTHON}" -c "import ${PN}, sys;r = ${PN}.test(verbose=True);sys.exit(r)" \
- || die "tests fail with ${EPYTHON}"
-}
-
-python_compile_all() {
- if use doc; then
- python_export_best
- VARTEXFONTS="${T}"/fonts \
- MPLCONFIGDIR="${BUILD_DIR}" \
- PYTHONPATH="${BUILD_DIR}"/lib \
- esetup.py build_sphinx
- fi
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( docs/_build/html/. )
- distutils-r1_python_install_all
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-01-05 16:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-05 16:16 [gentoo-commits] proj/sci:master commit in: dev-python/imageutils/ Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2014-08-19 21:51 Christoph Junghans
2014-08-10 8:05 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox