From 827e5a7d82853ed214d76fd33d538a1454787834 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Tue, 31 May 2022 11:59:14 +0500 Subject: [PATCH] dev-python/rstr: PEP517 Signed-off-by: Anna (cybertailor) Vyalkova --- dev-python/rstr/rstr-3.2.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/rstr/rstr-3.2.0.ebuild b/dev-python/rstr/rstr-3.2.0.ebuild index 8210226aa3..a19d1f1430 100644 --- a/dev-python/rstr/rstr-3.2.0.ebuild +++ b/dev-python/rstr/rstr-3.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -DISTUTILS_USE_SETUPTOOLS=pyproject.toml +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit distutils-r1 @@ -13,7 +13,7 @@ HOMEPAGE=" https://github.com/leapfrogonline/rstr https://pypi.org/project/rstr/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${PV}.tar.gz" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT=0