diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-07-18 01:37:18 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-07-18 01:37:18 +0000 |
| commit | e63b13131dd780b825e024160122cb96a2486adc (patch) | |
| tree | e501f5d8086f35148cc8fc9472fa64d84aa98ebe /dev-python | |
| parent | 4743d62fc0abd889a6a21f3178722a23dc5a2aa6 (diff) | |
| download | baldeagleos-repo-e63b13131dd780b825e024160122cb96a2486adc.tar.gz baldeagleos-repo-e63b13131dd780b825e024160122cb96a2486adc.tar.xz baldeagleos-repo-e63b13131dd780b825e024160122cb96a2486adc.zip | |
Adding metadata
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/aesara/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/aesara/aesara-2.1.1.ebuild | 70 | ||||
| -rw-r--r-- | dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild | 5 | ||||
| -rw-r--r-- | dev-python/nautilus-python/nautilus-python-1.2.3-r1.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/pyilmbase/pyilmbase-2.5.6.ebuild | 4 | ||||
| -rw-r--r-- | dev-python/pyilmbase/pyilmbase-2.5.7.ebuild | 4 | ||||
| -rw-r--r-- | dev-python/pynest2d/pynest2d-4.9.1.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/requests-cache/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/requests-cache/requests-cache-0.6.3.ebuild | 47 | ||||
| -rw-r--r-- | dev-python/thunarx-python/thunarx-python-0.5.2.ebuild | 2 |
10 files changed, 83 insertions, 55 deletions
diff --git a/dev-python/aesara/Manifest b/dev-python/aesara/Manifest index e86dd3ed15d6..dd98a73d4ee2 100644 --- a/dev-python/aesara/Manifest +++ b/dev-python/aesara/Manifest @@ -1,3 +1,4 @@ DIST aesara-rel-2.0.10.tar.gz 8038338 BLAKE2B 411623fe6299c9f037a733ff44324c747a3ea1bd71f2d3ca8fad747ec4be0d0dd9a3991f0996ee2e723ec9bb44ba9b47606e3a2cf5f9e6beb27bfa39752b1f1f SHA512 c29a352f2fe85cf5f452fcf7b62d2ccefcac37cfec5336a5b14041cfae5a25aa03f3c95e372453d665995576b6c73765c0b0677628f2ed37e63a390f8bfa5121 DIST aesara-rel-2.0.12.tar.gz 8154749 BLAKE2B 0e39102e985e9f9ed49f65c76389d76702b5d8fbe8c3e1130c61dce7c43eb70f5c73fd3557ff9aeaa1d186b33bb5803a04a4a5b0ce41076af7e923d05ce3353d SHA512 e68f5ce0c64a678219421a0bfc957d1594dc34c887af6f6373c00888387e5da83dec44b68b9309146ae2fd60c0677039980a87ee87ecc0ad3db2fbc80213cc34 DIST aesara-rel-2.1.0.tar.gz 8161534 BLAKE2B e17b70f7422f0f252cd6d248c16ebe2d609b77724d08251fed39d5f90de9dd36ca4006d767f3be8b0d0058f77f2d670033d058a24a5fa2df2c24ff5193e69c7d SHA512 d5e766eff03858fbf851e1baa0877b1cbc328408b3d2e760c2827ee662a0188e3b6dc5ceecb1c09d1f727171cf4c98c89b618f66695942558f44734a7405a88c +DIST aesara-rel-2.1.1.tar.gz 8163328 BLAKE2B 5f2d05560f0c3cad0b58017f152011c9f10ebc8360ff925b90f6863fd2c683614cb42e86a69c53f0b168012fa1771ba37924afdf4f9600befad7d5af5a56f7ba SHA512 6a823201a7c4ca00a375dd7e1fcb38f31762e1eebe1079a1859b6ee709eb030c2d884364576b7925f5790c394f979bd5a738925c69c44c8e529757f435fb1a1e diff --git a/dev-python/aesara/aesara-2.1.1.ebuild b/dev-python/aesara/aesara-2.1.1.ebuild new file mode 100644 index 000000000000..a829e8c39ae4 --- /dev/null +++ b/dev-python/aesara/aesara-2.1.1.ebuild @@ -0,0 +1,70 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) +inherit distutils-r1 optfeature + +MY_P=aesara-rel-${PV} +DESCRIPTION="Library for operating on mathematical expressions with multi-dimensional arrays" +HOMEPAGE="https://github.com/aesara-devs/aesara" +SRC_URI="https://github.com/aesara-devs/aesara/archive/rel-${PV}.tar.gz -> ${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" + +RDEPEND=" + dev-python/filelock[${PYTHON_USEDEP}] + >=dev-python/numpy-1.17.0[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] + dev-python/scipy[${PYTHON_USEDEP}]" +BDEPEND=" + test? ( + dev-python/pytest-xdist[${PYTHON_USEDEP}] + )" + +distutils_enable_sphinx doc 'dev-python/sphinx_rtd_theme' +distutils_enable_tests pytest + +python_prepare_all() { + sed -i -e "s/tests.\*/tests\*/" setup.py || die + + distutils-r1_python_prepare_all +} + +python_test() { + local exclude=( + # speed tests are unreliable + tests/scan/test_basic.py::test_speed + tests/scan/test_basic.py::test_speed_rnn + tests/scan/test_basic.py::test_speed_batchrnn + tests/link/test_vm.py::test_speed + tests/link/test_vm.py::test_speed_lazy + tests/tensor/test_gc.py::test_merge_opt_runtime + + # rounding problem? + # https://github.com/aesara-devs/aesara/issues/477 + tests/tensor/test_math_scipy.py::TestGammaUBroadcast::test_good + tests/tensor/test_math_scipy.py::TestGammaUInplaceBroadcast::test_good + ) + + distutils_install_for_testing + # we do not package numba + epytest ${exclude[@]/#/--deselect } \ + --ignore tests/link/test_numba.py \ + -n "$(makeopts_jobs "${MAKEOPTS}" "$(get_nproc)")" +} + +# https://dev.gentoo.org/~mgorny/python-guide/concept.html#packaging-pkgutil-style-namespaces-in-gentoo +python_install() { + rm "${BUILD_DIR}"/lib/bin/__init__.py || die + distutils-r1_python_install +} + +pkg_postinst() { + optfeature "GPU code generation/execution on NVIDIA gpus" dev-util/nvidia-cuda-toolkit dev-util/nvidia-cuda-sdk + optfeature "GPU/CPU code generation on CUDA and OpenCL devices" dev-libs/libgpuarray dev-python/pycuda +} diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild b/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild index 347f2367718e..bd1036355b99 100644 --- a/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild +++ b/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild @@ -19,3 +19,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" distutils_enable_tests pytest + +src_prepare() { + sed -i -e '/addopts/d' setup.cfg || die + distutils-r1_src_prepare +} diff --git a/dev-python/nautilus-python/nautilus-python-1.2.3-r1.ebuild b/dev-python/nautilus-python/nautilus-python-1.2.3-r1.ebuild index 0cd6ab41e367..7ef8f4568274 100644 --- a/dev-python/nautilus-python/nautilus-python-1.2.3-r1.ebuild +++ b/dev-python/nautilus-python/nautilus-python-1.2.3-r1.ebuild @@ -21,7 +21,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" # requires pygobject:3 or :2 and >=nautilus-2.32 RDEPEND=" $(python_gen_cond_dep ' - dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] ') >=gnome-base/nautilus-3[introspection] ${PYTHON_DEPS} diff --git a/dev-python/pyilmbase/pyilmbase-2.5.6.ebuild b/dev-python/pyilmbase/pyilmbase-2.5.6.ebuild index 05250f941889..7fb705b97c5f 100644 --- a/dev-python/pyilmbase/pyilmbase-2.5.6.ebuild +++ b/dev-python/pyilmbase/pyilmbase-2.5.6.ebuild @@ -23,8 +23,8 @@ RDEPEND=" ~media-libs/ilmbase-${PV}:= sys-libs/zlib $(python_gen_cond_dep ' - >=dev-libs/boost-1.62.0-r1:=[python,${PYTHON_MULTI_USEDEP}] - numpy? ( >=dev-python/numpy-1.10.4[${PYTHON_MULTI_USEDEP}] ) + >=dev-libs/boost-1.62.0-r1:=[python,${PYTHON_USEDEP}] + numpy? ( >=dev-python/numpy-1.10.4[${PYTHON_USEDEP}] ) ') " DEPEND="${RDEPEND}" diff --git a/dev-python/pyilmbase/pyilmbase-2.5.7.ebuild b/dev-python/pyilmbase/pyilmbase-2.5.7.ebuild index aab6641694f7..4fe3518008f9 100644 --- a/dev-python/pyilmbase/pyilmbase-2.5.7.ebuild +++ b/dev-python/pyilmbase/pyilmbase-2.5.7.ebuild @@ -23,8 +23,8 @@ RDEPEND=" ~media-libs/openexr-${PV}:= sys-libs/zlib $(python_gen_cond_dep ' - >=dev-libs/boost-1.62.0-r1:=[python,${PYTHON_MULTI_USEDEP}] - >=dev-python/numpy-1.10.4[${PYTHON_MULTI_USEDEP}] + >=dev-libs/boost-1.62.0-r1:=[python,${PYTHON_USEDEP}] + >=dev-python/numpy-1.10.4[${PYTHON_USEDEP}] ') " DEPEND="${RDEPEND}" diff --git a/dev-python/pynest2d/pynest2d-4.9.1.ebuild b/dev-python/pynest2d/pynest2d-4.9.1.ebuild index f28aa99782db..6f655dd84d8f 100644 --- a/dev-python/pynest2d/pynest2d-4.9.1.ebuild +++ b/dev-python/pynest2d/pynest2d-4.9.1.ebuild @@ -19,7 +19,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} dev-libs/libnest2d - $(python_gen_cond_dep '<dev-python/sip-5[${PYTHON_MULTI_USEDEP}]') + $(python_gen_cond_dep '<dev-python/sip-5[${PYTHON_USEDEP}]') " DEPEND="${RDEPEND}" diff --git a/dev-python/requests-cache/Manifest b/dev-python/requests-cache/Manifest index 5cdc32e7bf77..7263f500970a 100644 --- a/dev-python/requests-cache/Manifest +++ b/dev-python/requests-cache/Manifest @@ -1,3 +1,2 @@ -DIST requests-cache-0.6.3.gh.tar.gz 50303 BLAKE2B e8507a19f3883c050e1d819bf9ce8ebf720a5c6517e4004ecf745f5a197a8feac9cbca18ffa99001be0baffbad41d2ebfba5b63d90b55eda1d754d279242bbc6 SHA512 1fa801f60623dce0a5cd834272a74acf80b6ae52a602ae81fbd7e3653467800d9a58fb8220e30d53ef1b896aa01f2017f93dcbc2dacfd685ee9ae286f47077f5 DIST requests-cache-0.6.4.gh.tar.gz 50322 BLAKE2B c9a6cae957604bdfa6057621e028fad83476e5d918bbf9c58e73f09f8615398946f3cf6e3737c9ff916cba68d82ed66a674557fb733c74b874b0f68e2430d9a0 SHA512 31e2217e54892d8ec5fc9fcf60f650960621b1f97029c90deca925b9a1be9eb5a3ddb6ae68e581c805f20136f93eefa70d51e7e9f086ecbae76f8e550bbe3f1a DIST requests-cache-0.7.1.gh.tar.gz 959455 BLAKE2B ce41514f21dc0708e437f70b92eb9d84f47433d04a11476cd5afefd050089e2d138213fa0b2f6bac200bd6d59db996187481ef3544d289a5117f3fe7160027b5 SHA512 cd83134ce9500c20c63fa92546cca41772ba3582a669914cd0885ec5aadf6ae4a6c4fc6a83dce73d2d5b24a80db2fde65cdb0a89b4b5703ddeac1d710404a05d diff --git a/dev-python/requests-cache/requests-cache-0.6.3.ebuild b/dev-python/requests-cache/requests-cache-0.6.3.ebuild deleted file mode 100644 index fd52cbab805f..000000000000 --- a/dev-python/requests-cache/requests-cache-0.6.3.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8,9,10} ) -PYTHON_REQ_USE="sqlite" - -inherit distutils-r1 - -HOMEPAGE=" - https://pypi.org/project/requests-cache/ - https://github.com/reclosedev/requests-cache/" -DESCRIPTION="Persistent cache for requests library" -SRC_URI=" - https://github.com/reclosedev/requests-cache/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND=" - dev-python/itsdangerous[${PYTHON_USEDEP}] - >=dev-python/requests-2.0.0[${PYTHON_USEDEP}] - >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]" -BDEPEND=" - test? ( - dev-python/pytest-httpbin[${PYTHON_USEDEP}] - dev-python/requests-mock[${PYTHON_USEDEP}] - dev-python/timeout-decorator[${PYTHON_USEDEP}] - )" - -distutils_enable_tests pytest - -python_test() { - local skipped_tests=( - # These require extra servers running - tests/integration/test_dynamodb.py - tests/integration/test_gridfs.py - tests/integration/test_mongodb.py - tests/integration/test_redis.py - ) - - local -x USE_PYTEST_HTTPBIN=true - epytest ${skipped_tests[@]/#/--deselect } -} diff --git a/dev-python/thunarx-python/thunarx-python-0.5.2.ebuild b/dev-python/thunarx-python/thunarx-python-0.5.2.ebuild index 7dab755aa2cc..dc858704f3d3 100644 --- a/dev-python/thunarx-python/thunarx-python-0.5.2.ebuild +++ b/dev-python/thunarx-python/thunarx-python-0.5.2.ebuild @@ -19,7 +19,7 @@ RDEPEND="${PYTHON_DEPS} >=x11-libs/gtk+-3.20:3 >=xfce-base/thunar-1.7.0 $(python_gen_cond_dep ' - >=dev-python/pygobject-3.20:3[${PYTHON_MULTI_USEDEP}] + >=dev-python/pygobject-3.20:3[${PYTHON_USEDEP}] ')" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" |
