diff options
| author | Simeon Simeonov | 2024-06-30 19:06:22 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2024-06-30 19:06:22 +0200 |
| commit | 991d0d96e5e079dae7feef4fc9c4736c306f6e57 (patch) | |
| tree | e5ef1df00ea2b872f74a3c475bc17db400e37a30 /dev-python/etoolkit/etoolkit-1.0.0-r1.ebuild | |
| parent | 8459629cd213b551f3ccb6a519247594fa137425 (diff) | |
Fix legacy ebuilds and fix pkgcheck issues
Diffstat (limited to 'dev-python/etoolkit/etoolkit-1.0.0-r1.ebuild')
| -rw-r--r-- | dev-python/etoolkit/etoolkit-1.0.0-r1.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/dev-python/etoolkit/etoolkit-1.0.0-r1.ebuild b/dev-python/etoolkit/etoolkit-1.0.0-r1.ebuild deleted file mode 100644 index 4ebb343..0000000 --- a/dev-python/etoolkit/etoolkit-1.0.0-r1.ebuild +++ /dev/null | |||
| @@ -1,41 +0,0 @@ | |||
| 1 | # Copyright 1999-2022 Gentoo Authors | ||
| 2 | # Distributed under the terms of the GNU General Public License v2 | ||
| 3 | |||
| 4 | EAPI=8 | ||
| 5 | |||
| 6 | DISTUTILS_USE_SETUPTOOLS=rdepend | ||
| 7 | PYTHON_COMPAT=( python3_{7..10} ) | ||
| 8 | |||
| 9 | inherit distutils-r1 | ||
| 10 | |||
| 11 | DESCRIPTION="A simple toolkit for setting environment variables in a flexible way" | ||
| 12 | HOMEPAGE="https://github.com/blackm0re/etoolkit" | ||
| 13 | MY_PN="etoolkit" | ||
| 14 | MY_P="${MY_PN}-${PV}" | ||
| 15 | SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" | ||
| 16 | KEYWORDS="amd64 arm arm64 hppa ia64 ppc ppc64 riscv s390 x86" | ||
| 17 | S="${WORKDIR}/${MY_P}" | ||
| 18 | |||
| 19 | LICENSE="BSD" | ||
| 20 | SLOT="0" | ||
| 21 | IUSE="test" | ||
| 22 | RESTRICT="!test? ( test )" | ||
| 23 | |||
| 24 | RDEPEND=" | ||
| 25 | >=dev-python/cryptography-3.2.0[${PYTHON_USEDEP}]" | ||
| 26 | |||
| 27 | BDEPEND=" | ||
| 28 | dev-python/setuptools[${PYTHON_USEDEP}] | ||
| 29 | test? ( | ||
| 30 | ${RDEPEND} | ||
| 31 | dev-python/pytest[${PYTHON_USEDEP}] | ||
| 32 | )" | ||
| 33 | |||
| 34 | python_test() { | ||
| 35 | PYTHONPATH=${S}:${PYTHONPATH} \ | ||
| 36 | pytest -vv -p no:httpbin || die "Testing failed with ${EPYTHON}" | ||
| 37 | } | ||
| 38 | |||
| 39 | python_install_all() { | ||
| 40 | distutils-r1_python_install_all | ||
| 41 | } | ||
