gentoo-ebuilds/net-misc/ntpsec/files/flit.toml
James Browning a0359d5441
net-misc/ntpsec: Replace egg-info with a Flit pyproject.toml file
Bug: https://bugs.gentoo.org/910009
Bug: https://bugs.gentoo.org/922819
Signed-off-by: James Browning <JamesB.fe80@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
2024-06-14 09:01:15 +01:00

34 lines
971 B
TOML

[project]
name = "ntp"
version = "@NTPSEC_VERSION_EXTENDED@"
dependencies = ["argparse"]
requires-python = ">=2.6"
authors = [
{name = "the NTPsec project", email = "devel@ntpsec.org"},
]
maintainers = [
{name = "the NTPsec project", email = "devel@ntpsec.org"}
]
description = "The NTP reference implementation, refactored"
license = {text = "BSD 2 License"}
keywords = ["ntp"]
classifiers = [
'Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: BSD License',
'Operating System :: POSIX',
'Programming Language :: Python',
]
[project.urls]
Homepage = "https://www.ntpsec.org/"
Documentation = "https://www.ntpsec.org/latest/"
Repository = "https://gitlab.com/NTPsec/ntpsec/"
"Bug Tracker" = "https://gitlab.com/NTPsec/ntpsec/-/issues"
Changelog = "https://gitlab.com/NTPsec/ntpsec/-/blob/master/NEWS.adoc"
[build-system]
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"
[tool.flit.module]
name = "ntp"