summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-11-25 22:38:12 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2022-11-25 22:38:12 +0200
commit641323074ff73c76f9abafa8e234cc8b371e57e4 (patch)
tree412d9f9f15e853e5bde49d17b8d523a7424662ee
parentdev-python/pytoolconfig: Stabilize 1.2.2-r1 ALLARCHES, #882957 (diff)
downloadgentoo-64132307.tar.gz
gentoo-64132307.tar.bz2
gentoo-64132307.zip
dev-python/pytoolconfig: drop 1.2.2
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-python/pytoolconfig/pytoolconfig-1.2.2.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-python/pytoolconfig/pytoolconfig-1.2.2.ebuild b/dev-python/pytoolconfig/pytoolconfig-1.2.2.ebuild
deleted file mode 100644
index 219e5729b492..000000000000
--- a/dev-python/pytoolconfig/pytoolconfig-1.2.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python tool configuration"
-HOMEPAGE="
- https://pypi.org/project/pytoolconfig/
- https://github.com/bageljrkhanofemus/pytoolconfig/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
-
-RDEPEND="
- dev-python/packaging[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- dev-python/tomli[${PYTHON_USEDEP}]
- ' 3.{8..10} )
-"
-BDEPEND="
- test? (
- >=dev-python/sphinx-4.5.0[${PYTHON_USEDEP}]
- >=dev-python/tabulate-0.8.9[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest