aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Jon Booker <joe@neoturbine.net>2014-08-27 22:04:57 -0400
committerJoseph Jon Booker <joe@neoturbine.net>2014-08-27 22:04:57 -0400
commit989b93c6748d29aa6a2d75796613788358da36cf (patch)
tree70287d5eb66a9724702493264fd210bf373f150c /dev-python/gammapy/gammapy-9999.ebuild
parentBump dependency on llvm as in 0.3 (diff)
downloadsci-989b93c6748d29aa6a2d75796613788358da36cf.tar.gz
sci-989b93c6748d29aa6a2d75796613788358da36cf.tar.bz2
sci-989b93c6748d29aa6a2d75796613788358da36cf.zip
dev-python/gammapy: version bump for 0.1 release
Package-Manager: portage-2.2.12
Diffstat (limited to 'dev-python/gammapy/gammapy-9999.ebuild')
-rw-r--r--dev-python/gammapy/gammapy-9999.ebuild13
1 files changed, 7 insertions, 6 deletions
diff --git a/dev-python/gammapy/gammapy-9999.ebuild b/dev-python/gammapy/gammapy-9999.ebuild
index 453e7ade4..8ddd2e018 100644
--- a/dev-python/gammapy/gammapy-9999.ebuild
+++ b/dev-python/gammapy/gammapy-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1 eutils
if [ ${PV} == "9999" ] ; then
@@ -66,10 +66,11 @@ pkg_postinst() {
optfeature "Plotting Astronomical Images" dev-python/aplpy
optfeature "Read/write CVS files" dev-python/pandas
optfeature "Image Processing" sci-libs/scikits_image
- # Gammalib, ctools, sherpa
optfeature "Conversion helper functions" dev-python/rootpy
- #optfeature "Image photometry" dev-python/photutils
- # imfun, uncertainties
- #optfeature "Image Utility Functions" dev-python/imageutils
- # reproject
+
+ # In science overlay:
+ optfeature "Image photometry" dev-python/photutils
+ optfeature "Image Utility Functions" dev-python/imageutils
+
+ # Not packaged: Gammalib, ctools, sherpa, imfun, uncertainties, reproject
}