games-misc/usolitaire: PEP517

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2022-05-17 08:20:01 +00:00
parent 50ec408829
commit 05db8b98a4
No known key found for this signature in database
GPG Key ID: F4922810EEA0483B
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="solitaire in your terminal"
HOMEPAGE="https://github.com/eliasdorneles/usolitaire"
SRC_URI="https://github.com/eliasdorneles/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="dev-python/urwid[${PYTHON_USEDEP}]"
distutils_enable_tests pytest