commit: 3f4f11976fad148b0c00db7709d7ec99698c5b28 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat Jan 22 11:14:25 2022 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Jan 22 11:14:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f4f1197
dev-python/vpython: fix ebuild Pushed wrong ebuild. - Remove patch as is was merged. - fix variable order - remove unnneeded DEPEND variable Fixes: c4bb8ddd7188712c4c098165091bdeb3a96ac869 Closes: https://bugs.gentoo.org/831812 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-python/vpython/vpython-7.6.3.ebuild | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/dev-python/vpython/vpython-7.6.3.ebuild b/dev-python/vpython/vpython-7.6.3.ebuild index ddb418a4d03b..570bdf9bfb43 100644 --- a/dev-python/vpython/vpython-7.6.3.ebuild +++ b/dev-python/vpython/vpython-7.6.3.ebuild @@ -12,6 +12,10 @@ HOMEPAGE="https://www.vpython.org/ https://pypi.org/project/vpython/" SRC_URI="https://github.com/${PN}/${PN}-jupyter/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-jupyter-${PV}" +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64" + RDEPEND=" >=dev-python/autobahn-18.8.2[${PYTHON_USEDEP}] dev-python/ipykernel[${PYTHON_USEDEP}] @@ -23,16 +27,7 @@ BDEPEND=" dev-python/cython[${PYTHON_USEDEP}] dev-python/versioneer[${PYTHON_USEDEP}] " -DEPEND=" - ${RDEPEND} - ${BDEPEND} -" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64" RESTRICT="test" -PATCHES="${FILESDIR}/${P}-fix-python310-detection.patch" distutils_enable_tests pytest
