diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-08-24 20:31:52 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-08-24 20:31:52 +0200 |
commit | 601a668c299aabcf3dd13cd366921ff3f2ece895 (patch) | |
tree | 7241c0f7dfcc1528891bd62365ed3800c2d2d299 /dev-python/contourpy | |
parent | dev-python/mysqlclient: Remove old (diff) | |
download | gentoo-601a668c299aabcf3dd13cd366921ff3f2ece895.tar.gz gentoo-601a668c299aabcf3dd13cd366921ff3f2ece895.tar.bz2 gentoo-601a668c299aabcf3dd13cd366921ff3f2ece895.zip |
dev-python/contourpy: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/contourpy')
-rw-r--r-- | dev-python/contourpy/Manifest | 1 | ||||
-rw-r--r-- | dev-python/contourpy/contourpy-1.0.7.ebuild | 48 |
2 files changed, 0 insertions, 49 deletions
diff --git a/dev-python/contourpy/Manifest b/dev-python/contourpy/Manifest index c59d847716eb..d8cd1f0bd31b 100644 --- a/dev-python/contourpy/Manifest +++ b/dev-python/contourpy/Manifest @@ -1,2 +1 @@ -DIST contourpy-1.0.7.gh.tar.gz 13357940 BLAKE2B 740214d68eb95c2d80dfb4008fbf82ae1bbd7135476a7f1a45863e2fd88331c959e80dd56afde67789e95325fe4613a6404c24d4deafebacfabbdebc0b199dfe SHA512 64edcfc911b3d7af9b422058d1f595c05d64f7fca8511ea199d30fa52854aee53a7c7dd95e2f47964f57e7764ce6b7b05c8ccee5ed0309eb5daa822d488ce0ff DIST contourpy-1.1.0.gh.tar.gz 13413711 BLAKE2B 020bf7f63dbe304e71b66249cdfa86047598a3f8352657f7c179bc068869bf7659fb7c821749a0be33a8a04ec02dc642ac7a9ed14f5fd73d4a1e9f20c3606ee2 SHA512 aeb60db039aa14aed29a31dcf6091708daf7e65589964dd7682dc28e085d584103abb872e607685408eaefd4947adeba966c9a0d93cb1f827805189e498c67d8 diff --git a/dev-python/contourpy/contourpy-1.0.7.ebuild b/dev-python/contourpy/contourpy-1.0.7.ebuild deleted file mode 100644 index 1f9ceba771e4..000000000000 --- a/dev-python/contourpy/contourpy-1.0.7.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 - -DESCRIPTION="Python library for calculating contours in 2D quadrilateral grids" -HOMEPAGE=" - https://pypi.org/project/contourpy/ - https://github.com/contourpy/contourpy/ -" -SRC_URI=" - https://github.com/contourpy/contourpy/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86" - -RDEPEND=" - >=dev-python/numpy-1.16[${PYTHON_USEDEP}] -" -BDEPEND=" - >=dev-python/pybind11-2.6[${PYTHON_USEDEP}] - test? ( - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/pillow[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -python_test() { - local EPYTEST_IGNORE=( - # linters - tests/test_codebase.py - ) - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - # threaded algorithms are known to be broken - # https://github.com/contourpy/contourpy/issues/163 - epytest -k "not threaded and not threads" -} |