[Git][NTPsec/ntpsec][master] Use .egg-info for the Python info file
Matt Selsky
gitlab at mg.gitlab.com
Mon Feb 4 07:27:32 UTC 2019
Matt Selsky pushed to branch master at NTPsec / ntpsec
Commits:
34d61e52 by Richard Laager at 2019-02-04T06:59:08Z
Use .egg-info for the Python info file
Every one of these on my system is named .egg-info, not .info, and that
was the extension discussed in #503.
- - - - -
2 changed files:
- pylib/ntp-in.info → pylib/ntp-in.egg-info
- pylib/wscript
Changes:
=====================================
pylib/ntp-in.info → pylib/ntp-in.egg-info
=====================================
=====================================
pylib/wscript
=====================================
@@ -80,10 +80,10 @@ def build(ctx):
)
# pep241 lay an egg
- egg = ['ntp-%s.info' % ctx.env.NTPSEC_VERSION]
+ egg = ['ntp-%s.egg-info' % ctx.env.NTPSEC_VERSION]
ctx(
features="subst",
- source=['ntp-in.info'],
+ source=['ntp-in.egg-info'],
target=egg
)
ctx.install_files(ctx.env.PYTHONARCHDIR, egg)
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/34d61e5267c861fc704ac2d3875fd14767880246
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/34d61e5267c861fc704ac2d3875fd14767880246
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20190204/6d6f4572/attachment-0001.html>
More information about the vc
mailing list