* [gentoo-commits] repo/gentoo:master commit in: dev-python/pyds9/
@ 2018-06-24 16:21 Pacho Ramos
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2018-06-24 16:21 UTC (permalink / raw
To: gentoo-commits
commit: 5feb44c0a2dd189f0a79454874c212793776d1dd
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 16:06:25 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 16:21:23 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5feb44c0
dev-python/pyds9: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/pyds9/pyds9-1.8.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pyds9/pyds9-1.8.1.ebuild b/dev-python/pyds9/pyds9-1.8.1.ebuild
index 01853948206..61bf4bede0f 100644
--- a/dev-python/pyds9/pyds9-1.8.1.ebuild
+++ b/dev-python/pyds9/pyds9-1.8.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pyds9/
@ 2016-06-09 17:24 Sebastien Fabbro
0 siblings, 0 replies; 4+ messages in thread
From: Sebastien Fabbro @ 2016-06-09 17:24 UTC (permalink / raw
To: gentoo-commits
commit: e088f2d6e4d7a04b21791fb0e695f40ea8c86bb4
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 9 17:14:36 2016 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Thu Jun 9 17:23:56 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e088f2d6
dev-python/pyds9: remove old
Package-Manager: portage-2.3.0_rc1
dev-python/pyds9/Manifest | 1 -
dev-python/pyds9/pyds9-1.7.ebuild | 42 ---------------------------------------
2 files changed, 43 deletions(-)
diff --git a/dev-python/pyds9/Manifest b/dev-python/pyds9/Manifest
index f4e0219..c6c09cc 100644
--- a/dev-python/pyds9/Manifest
+++ b/dev-python/pyds9/Manifest
@@ -1,2 +1 @@
-DIST pyds9-1.7.tar.gz 879882 SHA256 026a86827fa93f074e2a90b9d831ba79253f312fa331f6a6a508cfa91fa81aac SHA512 8622cf40db65228553abc2f3dea346d9c948706a2681217a9383589d4df0143c42ef859dff12689f699b0fb40806945232c336539f37eb2c78754f9779043bcb WHIRLPOOL abc2d11817519e844f61319b0ba30276a9bb48b6a3beb5e6b7c097717cc86aeeb1960f58d62a21a9ce5d4bc37c05b8cee181abc1cc12e2821a5e878d64f1f175
DIST pyds9-1.8.1.tar.gz 899377 SHA256 86ebc33b4f493998751a2f4a1c0141c7a4a7aee2ab01b62119bcd75bb3ca7273 SHA512 6924ba2a1c1ccd0b3c068d4923c6a35127da744b91b97ece7d075bfde68ff49e6d24ae55869aa5e0e462f3f488db697dcdb33d217b33b6d63551286d9a95eec9 WHIRLPOOL 68bdbe1b10fc6c2651d20968eb8e419d1649958d4c0f70bff01ca7a9ad69fad7a8c78eaced497b6a5b0627f6de63f7390c3fdf009947faa5d25276174ea97fc7
diff --git a/dev-python/pyds9/pyds9-1.7.ebuild b/dev-python/pyds9/pyds9-1.7.ebuild
deleted file mode 100644
index 6b78387..0000000
--- a/dev-python/pyds9/pyds9-1.7.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 multilib
-
-XPAPV=2.1.15
-
-DESCRIPTION="Python interface to XPA to communicate with DS9"
-HOMEPAGE="http://hea-www.harvard.edu/RD/ds9/pyds9/"
-SRC_URI="http://hea-www.harvard.edu/RD/download/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND=">=x11-libs/xpa-${XPAPV}"
-RDEPEND="${DEPEND}
- dev-python/numpy[${PYTHON_USEDEP}]
- dev-python/astropy[${PYTHON_USEDEP}]"
-
-DOCS=(changelog README)
-
-src_prepare() {
- rm -r xpa-${XPAPV} || die
- sed -i \
- -e "/py_modules/s|\],|\])|" \
- -e '/data_files/,$ d' \
- setup.py || die
- sed -i \
- -e "s|./xpa-${XPAPV}|${EROOT%/}/usr/$(get_libdir)|" \
- xpa.py || die
- sed -i \
- -e "s|sys.path|['${EROOT%/}/usr/bin']|" \
- ds9.py || die
- distutils-r1_src_prepare
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pyds9/
@ 2015-10-22 8:32 Justin Lecher
0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2015-10-22 8:32 UTC (permalink / raw
To: gentoo-commits
commit: de75652af4247181c4c38c0613728a11dea4ff9a
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 08:07:05 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 08:31:52 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de75652a
dev-python/pyds9: Use pyfits from astropy
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/pyds9/pyds9-1.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pyds9/pyds9-1.7.ebuild b/dev-python/pyds9/pyds9-1.7.ebuild
index 1f95af3..6b78387 100644
--- a/dev-python/pyds9/pyds9-1.7.ebuild
+++ b/dev-python/pyds9/pyds9-1.7.ebuild
@@ -22,7 +22,7 @@ IUSE=""
DEPEND=">=x11-libs/xpa-${XPAPV}"
RDEPEND="${DEPEND}
dev-python/numpy[${PYTHON_USEDEP}]
- virtual/pyfits[${PYTHON_USEDEP}]"
+ dev-python/astropy[${PYTHON_USEDEP}]"
DOCS=(changelog README)
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pyds9/
@ 2015-10-22 8:32 Justin Lecher
0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2015-10-22 8:32 UTC (permalink / raw
To: gentoo-commits
commit: 0bd621807c14b88f8805554fe57f916562656a3b
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 07:32:49 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 08:31:52 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bd62180
dev-python/pyds9: Use virtual package
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/pyds9/metadata.xml | 4 ++--
dev-python/pyds9/pyds9-1.7.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-python/pyds9/metadata.xml b/dev-python/pyds9/metadata.xml
index b1d6caf..b1a8871 100644
--- a/dev-python/pyds9/metadata.xml
+++ b/dev-python/pyds9/metadata.xml
@@ -1,8 +1,8 @@
<?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">
+ <herd>sci-astronomy</herd>
+ <longdescription lang="en">
The XPA messaging system provides seamless communication between
many kinds of Unix programs, including Tcl/Tk programs such as
ds9. The pyds9 module uses a Python interface to XPA to communicate
diff --git a/dev-python/pyds9/pyds9-1.7.ebuild b/dev-python/pyds9/pyds9-1.7.ebuild
index 38a742f..1f95af3 100644
--- a/dev-python/pyds9/pyds9-1.7.ebuild
+++ b/dev-python/pyds9/pyds9-1.7.ebuild
@@ -5,6 +5,7 @@
EAPI=5
PYTHON_COMPAT=( python2_7 )
+
inherit distutils-r1 multilib
XPAPV=2.1.15
@@ -21,8 +22,7 @@ IUSE=""
DEPEND=">=x11-libs/xpa-${XPAPV}"
RDEPEND="${DEPEND}
dev-python/numpy[${PYTHON_USEDEP}]
- || ( dev-python/astropy[${PYTHON_USEDEP}]
- dev-python/pyfits[${PYTHON_USEDEP}] )"
+ virtual/pyfits[${PYTHON_USEDEP}]"
DOCS=(changelog README)
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-06-24 16:21 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-24 16:21 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyds9/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2016-06-09 17:24 Sebastien Fabbro
2015-10-22 8:32 Justin Lecher
2015-10-22 8:32 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox