diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-05-06 13:47:34 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-05-06 13:47:34 +0000 |
| commit | 20061f2a002ae795f50d917b6f62ea2e3eb9c2ad (patch) | |
| tree | 57d128a419b6c94c70360ed9916cb58d38b32124 /dev-python/entrypoints | |
| parent | 7247b409bd52b658cedc7055304d4b1c280e678e (diff) | |
| download | baldeagleos-repo-20061f2a002ae795f50d917b6f62ea2e3eb9c2ad.tar.gz baldeagleos-repo-20061f2a002ae795f50d917b6f62ea2e3eb9c2ad.tar.xz baldeagleos-repo-20061f2a002ae795f50d917b6f62ea2e3eb9c2ad.zip | |
Adding metadata
Diffstat (limited to 'dev-python/entrypoints')
| -rw-r--r-- | dev-python/entrypoints/entrypoints-0.3-r2.ebuild | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/dev-python/entrypoints/entrypoints-0.3-r2.ebuild b/dev-python/entrypoints/entrypoints-0.3-r2.ebuild index a0727fac80df..2410523b9886 100644 --- a/dev-python/entrypoints/entrypoints-0.3-r2.ebuild +++ b/dev-python/entrypoints/entrypoints-0.3-r2.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{6,7,8,9,10} pypy3 ) - +PYTHON_COMPAT=( pypy3 python3_{7..10} ) inherit distutils-r1 DESCRIPTION="Discover and load entry points from installed packages" @@ -15,15 +14,8 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~x64-macos" -IUSE="test" -RESTRICT="!test? ( test )" -BDEPEND=" - test? ( - ${RDEPEND} - dev-python/pytest[${PYTHON_USEDEP}] - ) -" +distutils_enable_tests pytest PATCHES=( "${FILESDIR}/${PN}"-0.2.1-init.py.patch |
