dev-python/setuptools_trial: Use pypi.eclass

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny 2023-03-15 18:48:28 +01:00
parent 7575702092
commit 6a0e89575d
No known key found for this signature in database
GPG Key ID: 639ADAE2329E240E

View File

@ -4,11 +4,10 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..10} )
inherit distutils-r1
inherit distutils-r1 pypi
DESCRIPTION="Setuptools plugin that makes unit tests execute with trial instead of pyunit"
HOMEPAGE="https://github.com/rutsky/setuptools-trial https://pypi.org/project/setuptools_trial/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"