aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/nptyping/nptyping-1.4.3.ebuild')
-rw-r--r--dev-python/nptyping/nptyping-1.4.3.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/nptyping/nptyping-1.4.3.ebuild b/dev-python/nptyping/nptyping-1.4.3.ebuild
deleted file mode 100644
index b2d6ad271..000000000
--- a/dev-python/nptyping/nptyping-1.4.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Type hints for NumPy"
-HOMEPAGE="https://pypi.org/project/nptyping"
-
-# Prefer GitHub. Upstream failed to push its source tarball to PyPI.
-SRC_URI="https://github.com/ramonhagenaars/nptyping/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
- dev-python/numpy[${PYTHON_USEDEP}]
- >=dev-python/typish-1.7.0[${PYTHON_USEDEP}]
-"
-RDEPEND="${DEPEND}"
-
-#FIXME: Enabling tests requires packaging additional packages (e.g., "xenon").
-RESTRICT="test"