python3Packages.greek-accentuation: migrate to pyproject

This commit is contained in:
Harinn
2026-07-19 00:23:17 +07:00
parent 2f2150a09a
commit b75c2d3c48
@@ -2,15 +2,18 @@
buildPythonPackage,
lib,
fetchPypi,
setuptools,
}:
buildPythonPackage rec {
pname = "greek-accentuation";
version = "1.2.0";
format = "setuptools";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-l2HZXdqlLubvy2bWhhZVYGMpF0DXVKTDFehkcGF5xdk=";
};
build-system = [ setuptools ];
meta = {
description = "Python 3 library for accenting (and analyzing the accentuation of) Ancient Greek words";
homepage = "https://github.com/jtauber/greek-accentuation";