Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/gammapy/
Date: Fri, 29 Aug 2014 19:28:30
Message-Id: 1409191497.989b93c6748d29aa6a2d75796613788358da36cf.ottxor@gentoo
1 commit: 989b93c6748d29aa6a2d75796613788358da36cf
2 Author: Joseph Jon Booker <joe <AT> neoturbine <DOT> net>
3 AuthorDate: Thu Aug 28 02:04:57 2014 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 28 02:04:57 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=989b93c6
7
8 dev-python/gammapy: version bump for 0.1 release
9
10 Package-Manager: portage-2.2.12
11
12 ---
13 dev-python/gammapy/ChangeLog | 6 ++++++
14 .../gammapy/{gammapy-9999.ebuild => gammapy-0.1.ebuild} | 13 +++++++------
15 dev-python/gammapy/gammapy-9999.ebuild | 13 +++++++------
16 3 files changed, 20 insertions(+), 12 deletions(-)
17
18 diff --git a/dev-python/gammapy/ChangeLog b/dev-python/gammapy/ChangeLog
19 index b4b52fa..e947376 100644
20 --- a/dev-python/gammapy/ChangeLog
21 +++ b/dev-python/gammapy/ChangeLog
22 @@ -2,6 +2,12 @@
23 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
24 # $Header: $
25
26 +*gammapy-0.1 (28 Aug 2014)
27 +
28 + 28 Aug 2014; Joseph Jon Booker <joe@××××××××××.net> +gammapy-0.1.ebuild,
29 + gammapy-9999.ebuild:
30 + dev-python/gammapy: version bump for 0.1 release
31 +
32 *gammapy-9999 (08 Aug 2014)
33
34 08 Aug 2014; Joseph Jon Booker <joe@××××××××××.net> +gammapy-9999.ebuild,
35
36 diff --git a/dev-python/gammapy/gammapy-9999.ebuild b/dev-python/gammapy/gammapy-0.1.ebuild
37 similarity index 87%
38 copy from dev-python/gammapy/gammapy-9999.ebuild
39 copy to dev-python/gammapy/gammapy-0.1.ebuild
40 index 453e7ad..8ddd2e0 100644
41 --- a/dev-python/gammapy/gammapy-9999.ebuild
42 +++ b/dev-python/gammapy/gammapy-0.1.ebuild
43 @@ -4,7 +4,7 @@
44
45 EAPI=5
46
47 -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
48 +PYTHON_COMPAT=( python{2_7,3_3,3_4} )
49 inherit distutils-r1 eutils
50
51 if [ ${PV} == "9999" ] ; then
52 @@ -66,10 +66,11 @@ pkg_postinst() {
53 optfeature "Plotting Astronomical Images" dev-python/aplpy
54 optfeature "Read/write CVS files" dev-python/pandas
55 optfeature "Image Processing" sci-libs/scikits_image
56 - # Gammalib, ctools, sherpa
57 optfeature "Conversion helper functions" dev-python/rootpy
58 - #optfeature "Image photometry" dev-python/photutils
59 - # imfun, uncertainties
60 - #optfeature "Image Utility Functions" dev-python/imageutils
61 - # reproject
62 +
63 + # In science overlay:
64 + optfeature "Image photometry" dev-python/photutils
65 + optfeature "Image Utility Functions" dev-python/imageutils
66 +
67 + # Not packaged: Gammalib, ctools, sherpa, imfun, uncertainties, reproject
68 }
69
70 diff --git a/dev-python/gammapy/gammapy-9999.ebuild b/dev-python/gammapy/gammapy-9999.ebuild
71 index 453e7ad..8ddd2e0 100644
72 --- a/dev-python/gammapy/gammapy-9999.ebuild
73 +++ b/dev-python/gammapy/gammapy-9999.ebuild
74 @@ -4,7 +4,7 @@
75
76 EAPI=5
77
78 -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
79 +PYTHON_COMPAT=( python{2_7,3_3,3_4} )
80 inherit distutils-r1 eutils
81
82 if [ ${PV} == "9999" ] ; then
83 @@ -66,10 +66,11 @@ pkg_postinst() {
84 optfeature "Plotting Astronomical Images" dev-python/aplpy
85 optfeature "Read/write CVS files" dev-python/pandas
86 optfeature "Image Processing" sci-libs/scikits_image
87 - # Gammalib, ctools, sherpa
88 optfeature "Conversion helper functions" dev-python/rootpy
89 - #optfeature "Image photometry" dev-python/photutils
90 - # imfun, uncertainties
91 - #optfeature "Image Utility Functions" dev-python/imageutils
92 - # reproject
93 +
94 + # In science overlay:
95 + optfeature "Image photometry" dev-python/photutils
96 + optfeature "Image Utility Functions" dev-python/imageutils
97 +
98 + # Not packaged: Gammalib, ctools, sherpa, imfun, uncertainties, reproject
99 }