summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-02-27 19:38:01 +0100
committerMichał Górny <mgorny@gentoo.org>2022-02-27 19:38:01 +0100
commit1e5d6d109407adc29359b4c2a15c92007af4b907 (patch)
tree43702d9d67b9001f08d991d26ea702faf96fff1d /dev-python/entrypoint2/entrypoint2-0.2.4.ebuild
parentdev-python/fasteners: Remove old (diff)
downloadgentoo-1e5d6d109407adc29359b4c2a15c92007af4b907.tar.gz
gentoo-1e5d6d109407adc29359b4c2a15c92007af4b907.tar.bz2
gentoo-1e5d6d109407adc29359b4c2a15c92007af4b907.zip
dev-python/entrypoint2: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/entrypoint2/entrypoint2-0.2.4.ebuild')
-rw-r--r--dev-python/entrypoint2/entrypoint2-0.2.4.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/entrypoint2/entrypoint2-0.2.4.ebuild b/dev-python/entrypoint2/entrypoint2-0.2.4.ebuild
deleted file mode 100644
index 982f81761522..000000000000
--- a/dev-python/entrypoint2/entrypoint2-0.2.4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Easy to use command-line interface for python modules"
-HOMEPAGE="https://github.com/ponty/entrypoint2"
-SRC_URI="https://github.com/ponty/entrypoint2/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-BDEPEND="test? (
- dev-python/easyprocess[${PYTHON_USEDEP}]
- dev-python/path-py[${PYTHON_USEDEP}]
-)"
-
-distutils_enable_tests pytest