diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2020-11-12 05:42:32 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2020-11-12 05:42:32 +0000 |
| commit | e83e26c4679923fac83dcd649f7d088e866bb477 (patch) | |
| tree | 341a2772574588a8422f573bba0b5dfb1ac468f2 /dev-python/uncertainties | |
| parent | 900beac64243cff819eb0c41722ad4c1acbe786f (diff) | |
| download | baldeagleos-repo-e83e26c4679923fac83dcd649f7d088e866bb477.tar.gz baldeagleos-repo-e83e26c4679923fac83dcd649f7d088e866bb477.tar.xz baldeagleos-repo-e83e26c4679923fac83dcd649f7d088e866bb477.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python/uncertainties')
| -rw-r--r-- | dev-python/uncertainties/uncertainties-3.1.4-r1.ebuild (renamed from dev-python/uncertainties/uncertainties-3.1.4.ebuild) | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/dev-python/uncertainties/uncertainties-3.1.4.ebuild b/dev-python/uncertainties/uncertainties-3.1.4-r1.ebuild index 0d9e6d8b7fee..1114d2265114 100644 --- a/dev-python/uncertainties/uncertainties-3.1.4.ebuild +++ b/dev-python/uncertainties/uncertainties-3.1.4-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PYTHON_COMPAT=( python3_{5,6,7,8,9} ) @@ -16,20 +16,17 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc" -RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] +RDEPEND=" + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/future[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" +BDEPEND=" doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) " distutils_enable_tests nose -ppython_compile_all() { - if use doc; then - PYTHONPATH="${BUILD_DIR}"/lib esetup.py build_sphinx - fi -} - python_compile_all() { use doc && "${PYTHON}" setup.py build_sphinx } |
