parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit a11725a8eb360ccb9d4175cd24a8416032978e8d
parent 2a4d094abdf1868f2eb2b474a69b700be9d3a843
Author: parazyd <parazyd@dyne.org>
Date:   Thu, 22 May 2025 18:56:31 +0200

dev-python/unicodeit: Bump PYTHON_COMPAT

Diffstat:
Mdev-python/unicodeit/unicodeit-0.7.5.ebuild | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/unicodeit/unicodeit-0.7.5.ebuild b/dev-python/unicodeit/unicodeit-0.7.5.ebuild @@ -3,12 +3,12 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..13} ) -inherit distutils-r1 +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..13} ) +inherit distutils-r1 pypi DESCRIPTION="Converts LaTeX tags to unicode" HOMEPAGE="https://unicodeit.net https://pypi.org/project/unicodeit/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0"