mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
dev-python/pyee: restrict test and clean comments
This commit is contained in:
parent
d4c8f7d2b7
commit
2a3c07f560
1 changed files with 3 additions and 10 deletions
|
|
@ -14,19 +14,12 @@ HOMEPAGE="https://pypi.python.org/pypi/pyee"
|
||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="amd64 ~arm64 x86"
|
KEYWORDS="amd64 ~arm64 x86"
|
||||||
IUSE=""
|
RESTRICT="test"
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
dev-python/twisted[${PYTHON_USEDEP}]
|
dev-python/twisted[${PYTHON_USEDEP}]
|
||||||
dev-python/trio[${PYTHON_USEDEP}]"
|
dev-python/trio[${PYTHON_USEDEP}]
|
||||||
|
"
|
||||||
#test?
|
|
||||||
#dev-python/vcversioner[${PYTHON_USEDEP}]"
|
|
||||||
# 'pytest-runner',
|
|
||||||
# 'pytest-asyncio
|
|
||||||
# 'pytest-trio; python_version > "3.7"',
|
|
||||||
|
|
||||||
DEPEND="${RDEPEND}"
|
|
||||||
|
|
||||||
#https://github.com/jfhbrook/pyee/issues/80
|
#https://github.com/jfhbrook/pyee/issues/80
|
||||||
PATCHES=( "${FILESDIR}/setup-8.0.1.patch" )
|
PATCHES=( "${FILESDIR}/setup-8.0.1.patch" )
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue