From ce7942422dd71782df839b2f96b98612d069f336 Mon Sep 17 00:00:00 2001 From: Sébastien Fabbro Date: Wed, 28 Jun 2017 18:09:54 +0000 Subject: dev-python/gammapy: version bump Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- dev-python/gammapy/Manifest | 3 +- dev-python/gammapy/gammapy-0.4.ebuild | 52 ------------------------ dev-python/gammapy/gammapy-0.5.ebuild | 75 ----------------------------------- dev-python/gammapy/gammapy-0.6.ebuild | 75 +++++++++++++++++++++++++++++++++++ 4 files changed, 76 insertions(+), 129 deletions(-) delete mode 100644 dev-python/gammapy/gammapy-0.4.ebuild delete mode 100644 dev-python/gammapy/gammapy-0.5.ebuild create mode 100644 dev-python/gammapy/gammapy-0.6.ebuild (limited to 'dev-python/gammapy') diff --git a/dev-python/gammapy/Manifest b/dev-python/gammapy/Manifest index ee6a0c6e6ecd..2854ef2cc531 100644 --- a/dev-python/gammapy/Manifest +++ b/dev-python/gammapy/Manifest @@ -1,2 +1 @@ -DIST gammapy-0.4.tar.gz 933018 SHA256 370c98b1078a19e4ac9721b807ea62a32c1f9ac323fd738b3b1d43cceccae2a3 SHA512 d44e24faddbb7064c5f222e3cb59d9d4442a128dca84bb8e8e63ac4dffe6fc3be573e4252ef2a052e2e07b51efa1151639296aa8d7785437992aab0be4986155 WHIRLPOOL 73040d13ccc1a00f6a817b01ec0c0a0a103e480ae348588410bfb578383252381cfba81abe8d0578caa2ec02d7a07699c8b0c81079ae2d1b3b33d2619c123830 -DIST gammapy-0.5.tar.gz 1054718 SHA256 7d5711b2e74b887947bde74d982a50e19723f0e2bcba1dc93836855e48112042 SHA512 24132a4ce02660724cc92c5dc8ccc8d4f096ae5ab56a27cbfead55404358885fd7eaa7fc6c95b8842d42f8492fbfa4cc2c6af66e53736576ebf3674e1ecdc69d WHIRLPOOL 323b511379e8ffc41736ac282b583e05e408d9028269213fe33353cd109475c1355cd79909ff3015dc9d248ac7faf795f9bb62f1d159b0e04606560f80883ae4 +DIST gammapy-0.6.tar.gz 950419 SHA256 50f816a1b13de0bd483b588fc5ca4799849cca65a74102f81b8d972d48903550 SHA512 37e660ab23614895eb033949d737b884968e1d15a21a146acab65250248585c9cfd100026d5ee7473b2db7b3b56777e1953fbe876fff1983cdd72d624fcb9bed WHIRLPOOL 4654d6df6dc4871d81997c837c0fe0f6bb7fc44e2706469bd49554d957362763d304ce1680899d0bb65b4986b197cf0a0fb2ea945f6a7051a235c0a0b7ab9093 diff --git a/dev-python/gammapy/gammapy-0.4.ebuild b/dev-python/gammapy/gammapy-0.4.ebuild deleted file mode 100644 index fa94c6f9818f..000000000000 --- a/dev-python/gammapy/gammapy-0.4.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) -inherit distutils-r1 eutils virtualx xdg-utils - -DESCRIPTION="Python package for gamma-ray astronomy" -HOMEPAGE="https://gammapy.readthedocs.org/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" - -LICENSE="BSD" -SLOT="0" -IUSE="doc test" -DOCS=( README.rst ) - -RDEPEND=" - dev-python/astropy[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}]" - -DEPEND="${RDEPEND} - dev-python/astropy-helpers[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) - test? ( dev-python/pytest[${PYTHON_USEDEP}] )" - -python_prepare_all() { - sed -i -e '/auto_use/s/True/False/' setup.cfg || die - xdg_environment_reset - distutils-r1_python_prepare_all -} - -python_compile_all() { - if use doc; then - python_setup - VARTEXFONTS="${T}"/fonts \ - MPLCONFIGDIR="${BUILD_DIR}" \ - PYTHONPATH="${BUILD_DIR}"/lib \ - esetup.py build_sphinx --no-intersphinx - fi -} - -python_test() { - virtx esetup.py test -} - -python_install_all() { - use doc && local HTML_DOCS=( docs/_build/html/. ) - distutils-r1_python_install_all -} diff --git a/dev-python/gammapy/gammapy-0.5.ebuild b/dev-python/gammapy/gammapy-0.5.ebuild deleted file mode 100644 index b00a1f27c187..000000000000 --- a/dev-python/gammapy/gammapy-0.5.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) -inherit distutils-r1 eutils virtualx xdg-utils - -DESCRIPTION="Python package for gamma-ray astronomy" -HOMEPAGE="https://gammapy.readthedocs.org/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" - -LICENSE="BSD" -SLOT="0" -IUSE="doc test" -DOCS=( README.rst ) - -RDEPEND=" - dev-python/astropy[${PYTHON_USEDEP}] - dev-python/click[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/regions[${PYTHON_USEDEP}]" - -DEPEND="${RDEPEND} - dev-python/astropy-helpers[${PYTHON_USEDEP}] - dev-python/cython[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) - test? ( dev-python/pytest[${PYTHON_USEDEP}] )" - -python_prepare_all() { - sed -i -e '/auto_use/s/True/False/' setup.cfg || die - xdg_environment_reset - distutils-r1_python_prepare_all -} - -python_compile_all() { - if use doc; then - python_setup - VARTEXFONTS="${T}"/fonts \ - MPLCONFIGDIR="${BUILD_DIR}" \ - PYTHONPATH="${BUILD_DIR}"/lib \ - esetup.py build_sphinx --no-intersphinx - fi -} - -python_test() { - virtx esetup.py test -} - -python_install_all() { - use doc && local HTML_DOCS=( docs/_build/html/. ) - distutils-r1_python_install_all -} - -pkg_postinst() { - optfeature "${PN} full functionality" \ - dev-python/aplpy \ - dev-python/astroplan \ - dev-python/gwcs \ - dev-python/h5py \ - dev-python/iminuit \ - dev-python/matplotlib \ - dev-python/naima \ - dev-python/pandas \ - dev-python/photutils \ - dev-python/reproject \ - dev-python/uncertainties \ - dev-python/wcsaxes \ - sci-libs/scipy \ - sci-libs/scikits_image \ - sci-libs/scikits_learn \ - # not yet in portage: sherpa -} diff --git a/dev-python/gammapy/gammapy-0.6.ebuild b/dev-python/gammapy/gammapy-0.6.ebuild new file mode 100644 index 000000000000..aef18d0e936b --- /dev/null +++ b/dev-python/gammapy/gammapy-0.6.ebuild @@ -0,0 +1,75 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +inherit distutils-r1 eutils virtualx xdg-utils + +DESCRIPTION="Python package for gamma-ray astronomy" +HOMEPAGE="https://gammapy.readthedocs.org/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +LICENSE="BSD" +SLOT="0" +IUSE="doc test" +DOCS=( README.rst ) + +RDEPEND=" + dev-python/astropy[${PYTHON_USEDEP}] + dev-python/click[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/regions[${PYTHON_USEDEP}]" + +DEPEND="${RDEPEND} + dev-python/astropy-helpers[${PYTHON_USEDEP}] + dev-python/cython[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) + test? ( dev-python/pytest[${PYTHON_USEDEP}] )" + +python_prepare_all() { + sed -i -e '/auto_use/s/True/False/' setup.cfg || die + xdg_environment_reset + distutils-r1_python_prepare_all +} + +python_compile_all() { + if use doc; then + python_setup + VARTEXFONTS="${T}"/fonts \ + MPLCONFIGDIR="${BUILD_DIR}" \ + PYTHONPATH="${BUILD_DIR}"/lib \ + esetup.py build_sphinx --no-intersphinx + fi +} + +python_test() { + virtx esetup.py test +} + +python_install_all() { + use doc && local HTML_DOCS=( docs/_build/html/. ) + distutils-r1_python_install_all +} + +pkg_postinst() { + optfeature "${PN} full functionality" \ + dev-python/aplpy \ + dev-python/astroplan \ + dev-python/gwcs \ + dev-python/h5py \ + dev-python/iminuit \ + dev-python/matplotlib \ + dev-python/naima \ + dev-python/pandas \ + dev-python/photutils \ + dev-python/reproject \ + dev-python/uncertainties \ + dev-python/wcsaxes \ + sci-libs/scipy \ + sci-libs/scikits_image \ + sci-libs/scikits_learn \ + # not yet in portage: sherpa +} -- cgit v1.2.3-65-gdbad