projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86a094d
)
dev-python/backcall: DISTUTILS_USE_SETUPTOOLS=no
author
Mike Gilbert
<floppym@gentoo.org>
Wed, 15 Apr 2020 02:46:10 +0000
(22:46 -0400)
committer
Mike Gilbert
<floppym@gentoo.org>
Wed, 15 Apr 2020 02:48:48 +0000
(22:48 -0400)
Package-Manager: Portage-2.3.99, Repoman-2.3.22_p29
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
dev-python/backcall/backcall-0.1.0-r1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/backcall/backcall-0.1.0-r1.ebuild
b/dev-python/backcall/backcall-0.1.0-r1.ebuild
index 4888e2be2a53bac8cbf0d8073d880ea1c1c89177..3168ccb468dae6490b29d7eb6703b8a723cecbe8 100644
(file)
--- a/
dev-python/backcall/backcall-0.1.0-r1.ebuild
+++ b/
dev-python/backcall/backcall-0.1.0-r1.ebuild
@@
-3,6
+3,7
@@
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=no
inherit distutils-r1
DESCRIPTION="Specifications for callback functions passed in to an API"
@@
-12,7
+13,3
@@
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"