lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAASaF6yj_E1CTi8SjUa_nBxBiWS0cH+hPCPDYoRFu8wE-eefNw@mail.gmail.com>
Date: Mon, 6 Jan 2025 12:57:20 +0100
From: Jan Stancek <jstancek@...hat.com>
To: Donald Hunter <donald.hunter@...il.com>
Cc: stfomichev@...il.com, kuba@...nel.org, jdamato@...tly.com, 
	pabeni@...hat.com, davem@...emloft.net, edumazet@...gle.com, horms@...nel.org, 
	netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v3 2/4] tools: ynl: add initial pyproject.toml for packaging

On Mon, Dec 16, 2024 at 3:10 PM Donald Hunter <donald.hunter@...il.com> wrote:
>
> Jan Stancek <jstancek@...hat.com> writes:
>
> > Signed-off-by: Jan Stancek <jstancek@...hat.com>
>
> nit: missing patch description
>
> > ---
> >  tools/net/ynl/pyproject.toml | 26 ++++++++++++++++++++++++++
> >  1 file changed, 26 insertions(+)
> >  create mode 100644 tools/net/ynl/pyproject.toml
> >
> > diff --git a/tools/net/ynl/pyproject.toml b/tools/net/ynl/pyproject.toml
> > new file mode 100644
> > index 000000000000..677ea8f4c185
> > --- /dev/null
> > +++ b/tools/net/ynl/pyproject.toml
> > @@ -0,0 +1,26 @@
> > +[build-system]
> > +requires = ["setuptools>=61.0"]
> > +build-backend = "setuptools.build_meta"
> > +
> > +[project]
> > +name = "pyynl"
> > +authors = [
> > +    {name = "Donald Hunter", email = "donald.hunter@...il.com"},
> > +    {name = "Jakub Kicinski", email = "kuba@...nel.org"},
> > +]
> > +description = "yaml netlink (ynl)"
> > +version = "0.0.1"
> > +requires-python = ">=3.9"
> > +dependencies = [
> > +    "pyyaml==6.*",
> > +    "jsonschema==4.*"
> > +]
> > +
> > +[tool.setuptools.packages.find]
> > +include = ["pyynl", "pyynl.lib"]
> > +
> > +[project.scripts]
> > +ynl = "pyynl.cli:main"
> > +ynl-ethtool = "pyynl.ethtool:main"
> > +ynl-gen-c = "pyynl.ynl_gen_c:main"
> > +ynl-gen-rst = "pyynl.ynl_gen_rst:main"
>
> I'm not sure if we want to install ynl-gen-c or ynl-gen-rst since they
> are for in-tree use.
>
> Thoughts?

I haven't seen any downside and thought it might be useful for somebody,
but I'm happy to drop it.


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ