mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-14 17:12:43 +02:00
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>
34 lines
971 B
TOML
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"
|