dev-python/pyee: restrict test and clean comments

This commit is contained in:
rick 2025-11-13 22:40:27 +01:00
parent d4c8f7d2b7
commit 2a3c07f560
No known key found for this signature in database
GPG key ID: D3FB4A5EDD2CBF02

View file

@ -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" )