Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/healpy/
Date: Wed, 19 Jul 2017 17:00:31
Message-Id: 1500483605.a98f903e5e8beae7f03bca467dfee7da41fe32cf.bicatali@gentoo
1 commit: a98f903e5e8beae7f03bca467dfee7da41fe32cf
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 18 16:40:23 2017 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 19 17:00:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a98f903e
7
8 dev-python/healpy: added python-3.6
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-python/healpy/Manifest | 1 -
13 dev-python/healpy/healpy-1.10.2.ebuild | 38 ----------------------------------
14 dev-python/healpy/healpy-1.10.3.ebuild | 2 +-
15 3 files changed, 1 insertion(+), 40 deletions(-)
16
17 diff --git a/dev-python/healpy/Manifest b/dev-python/healpy/Manifest
18 index 4cf3cc8c9d3..f2f5ebae330 100644
19 --- a/dev-python/healpy/Manifest
20 +++ b/dev-python/healpy/Manifest
21 @@ -1,2 +1 @@
22 -DIST healpy-1.10.2.tar.gz 4018889 SHA256 210fe8a1d3797e6ebb99125054d35d624229602179b119fc3b73586056307e4d SHA512 658dac9f9c3dfa8c6f4050138c81fc3f0c3b813ace797a531ea6fc7785d8a2e59ac07f8873a32682f06fde7097710cb91a8181f90bad82acdb04a20191d0601f WHIRLPOOL 216c336652866e3196cf86e073d29a87168f54b891d6b8382227fb49c961e9a28f8d64b3be980d37a006af989d0aa26c8b66deecd07973c8fcdb3f2b94647b6c
23 DIST healpy-1.10.3.tar.gz 4018897 SHA256 43bdccb0081b3b5a72a9c1f523c367bc2cba91f989a60047d8043685a3beb81b SHA512 c5862fceb597ffbc5c53204479fa9dba19287e3c08744e25edef3eaecfa726e61e8558d50d73e2bf4d19b7d0adc0ac928a38c4808fc92fe855f5eae101e18baa WHIRLPOOL f3d883f8de8c35573d865ab444818b5b3e3cbeac4176961cd8db39931a09b0d52a7f2fe7c6f3862823d32cd2ec2a569a17f6dc9e1da8510f35940f9ddbb7b66a
24
25 diff --git a/dev-python/healpy/healpy-1.10.2.ebuild b/dev-python/healpy/healpy-1.10.2.ebuild
26 deleted file mode 100644
27 index 03decf3f339..00000000000
28 --- a/dev-python/healpy/healpy-1.10.2.ebuild
29 +++ /dev/null
30 @@ -1,38 +0,0 @@
31 -# Copyright 1999-2016 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Python wrapper for healpix"
41 -HOMEPAGE="https://github.com/healpy"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="GPL-2"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
47 -IUSE="test"
48 -
49 -RDEPEND="
50 - dev-python/astropy[${PYTHON_USEDEP}]
51 - dev-python/matplotlib[${PYTHON_USEDEP}]
52 - dev-python/numpy[${PYTHON_USEDEP}]
53 - sci-astronomy/healpix:=[cxx]
54 - sci-libs/cfitsio:="
55 -DEPEND="${RDEPEND}
56 - dev-python/astropy-helpers[${PYTHON_USEDEP}]
57 - dev-python/cython[${PYTHON_USEDEP}]
58 - dev-python/setuptools[${PYTHON_USEDEP}]
59 - virtual/pkgconfig
60 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
61 -
62 -DOCS=( README.rst CHANGELOG.rst CITATION )
63 -
64 -python_test() {
65 - echo "backend: Agg" > matplotlibrc || die
66 - MPLCONFIGDIR=. esetup.py test || die
67 - rm matplotlibrc || die
68 -}
69
70 diff --git a/dev-python/healpy/healpy-1.10.3.ebuild b/dev-python/healpy/healpy-1.10.3.ebuild
71 index 0d5b20cd7c7..f84e392eec9 100644
72 --- a/dev-python/healpy/healpy-1.10.3.ebuild
73 +++ b/dev-python/healpy/healpy-1.10.3.ebuild
74 @@ -3,7 +3,7 @@
75
76 EAPI=6
77
78 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
79 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
80
81 inherit distutils-r1