diff options
author | V3n3RiX <venerix@koprulu.sector> | 2021-12-05 02:47:11 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2021-12-05 02:47:11 +0000 |
commit | 2771f79232c273bc2a57d23bf335dd81ccf6af28 (patch) | |
tree | c8af0fd04194aed03cf067d44e53c7edd3e9ab84 /dev-python/numexpr | |
parent | e9d044d4b9b71200a96adfa280848858c0f468c9 (diff) |
gentoo resync : 05.12.2021
Diffstat (limited to 'dev-python/numexpr')
-rw-r--r-- | dev-python/numexpr/Manifest | 4 | ||||
-rw-r--r-- | dev-python/numexpr/numexpr-2.7.3.ebuild | 2 | ||||
-rw-r--r-- | dev-python/numexpr/numexpr-2.8.0.ebuild | 30 |
3 files changed, 34 insertions, 2 deletions
diff --git a/dev-python/numexpr/Manifest b/dev-python/numexpr/Manifest index ee2ab75a99c7..69e047b1dbf0 100644 --- a/dev-python/numexpr/Manifest +++ b/dev-python/numexpr/Manifest @@ -1,3 +1,5 @@ DIST numexpr-2.7.3.tar.gz 114113 BLAKE2B 95dca4fbd3148bbf198f82827a63fac3e9de29f677457f2ad45040e24a38bb05e4e09738efa0cac793970e18bdcd252e2744da96062217fd35b4054b10112989 SHA512 8234a65ce96ea0a2f20cce7dce3de652362a9edc86af2e7a333cdd8ecd87866f75970859ff39b04d529acc062b806cc8c64f262c318edd2897200d7e54b429e7 -EBUILD numexpr-2.7.3.ebuild 1251 BLAKE2B e21bc7973f70500864261f4b7a3e06416a274be0f1ea0685b510dba5a19b1767a182bb5c4f2460d5be4873c6d61674353038e8ac5af4b8d0f5ae2f884e00c73c SHA512 cf813799020bdf5906934be02c4e482bb25486ac30d47a442d1b509e11384e5ab29acd9cdce00bad94f8ca59e9dab7f9bb8685184e744b3dad2c9ae1274e0e56 +DIST numexpr-2.8.0.tar.gz 111765 BLAKE2B 20b56ce6b5c83a72c317c1b03c1084f64a2438deaeaf73a97afc8ab75abe0d3aa3721df8e7921568ff14c36fc0737e87be82951d1911f2eedee8f0e9fcad2fb8 SHA512 33f54eed99cab552c868cc5091ea76e13da12367507161713304f48b322289a01aeabe750f13501cc5654c6068c7e6220c6adeb8703fef174a445860f142614f +EBUILD numexpr-2.7.3.ebuild 1255 BLAKE2B b627a54ae0bb254d923c7eb1b88b3e4f014ef39f9b9e5e89cf9b87e9dd17994f73ee0a218389514709d4069207b0a30341d8b3ffe213780b340ba627d9c3eeb8 SHA512 99f04465c79281fae7bcedd1f3918ebd87e4db9e98d7266532498d7be85268f7f265a051fc8420cd96e17e062a58024448b71f743d317f8f952664c45dc373bd +EBUILD numexpr-2.8.0.ebuild 795 BLAKE2B 21673ba77db94041494a5f3dd9b7c5620f1f2fd85faaa881c18412a21150dd0be1ce92516385d86b6416d459031dfd46f30b87fe623c4d018d71d7a11737e103 SHA512 c6ecb846205325e72815b79b25c0707f3eb6b8a6e9b314ef9e80bf17e9d0f27a44955cf46e30370a978b8aec6e73b4fe6ca2e6f2aaf2b794b27717e0b37d47d2 MISC metadata.xml 1087 BLAKE2B e8577eb0003f4e1f922e3d55b3d69420d296bee1045ab0940cb689e36478e6bf855226cd6ef441b95089d0d4be387447461734522fb0407e80995520a36c2d10 SHA512 8d9e918be571a024d23ecf8a9dceae02f8b507dc77bd59c55817e1b0fe21d844443fde424cbcc23a49780f2527de000474c3cddd650759ae24d80467d6937361 diff --git a/dev-python/numexpr/numexpr-2.7.3.ebuild b/dev-python/numexpr/numexpr-2.7.3.ebuild index 4b7d77e8b325..0f0886287f5b 100644 --- a/dev-python/numexpr/numexpr-2.7.3.ebuild +++ b/dev-python/numexpr/numexpr-2.7.3.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/pydata/numexpr/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="mkl" RDEPEND=" diff --git a/dev-python/numexpr/numexpr-2.8.0.ebuild b/dev-python/numexpr/numexpr-2.8.0.ebuild new file mode 100644 index 000000000000..a456aa137930 --- /dev/null +++ b/dev-python/numexpr/numexpr-2.8.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_REQ_USE="threads(+)" + +inherit distutils-r1 + +DESCRIPTION="Fast numerical array expression evaluator for Python and NumPy" +HOMEPAGE="https://github.com/pydata/numexpr" +SRC_URI="https://github.com/pydata/numexpr/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + +DEPEND=" + >=dev-python/numpy-1.6[${PYTHON_USEDEP}] +" +RDEPEND=${DEPEND} + +python_test() { + pushd "${BUILD_DIR}"/lib >/dev/null || die + "${EPYTHON}" \ + -c "import sys,numexpr; sys.exit(0 if numexpr.test().wasSuccessful() else 1)" \ + || die + pushd >/dev/null || die +} |