[Git][NTPsec/ntpsec][master] Issue 503 PEP 241 compliance

James Browning gitlab at mg.gitlab.com
Sat Feb 2 22:05:25 UTC 2019


James Browning pushed to branch master at NTPsec / ntpsec


Commits:
ff000051 by James Browning at 2019-02-02T21:52:44Z
Issue 503 PEP 241 compliance

- - - - -


2 changed files:

- + pylib/ntp-in.info
- pylib/wscript


Changes:

=====================================
pylib/ntp-in.info
=====================================
@@ -0,0 +1,22 @@
+Metadata-Version: 1.0
+Name: ntpsec
+Version: @NTPSEC_VERSION_EXTENDED@
+Platform: POSIX
+Summary: The NTP reference implementation, refactored
+Home-page: https://ntpsec.org/
+License: HPND MIT BSD-2 BSD CC-BY-SA-4.0
+Description: 
+         NTPsec, as its name implies, is a more secure Network Time Protocol
+         suite. Which synchronizes your computers clock with sources on the
+         Internet, your intranet or any reference clocks you might have. Our
+         goal is to deliver code that can be used with confidence in 
+         deployments with the most stringent security, availability, and
+         assurance requirements. Towards that end we apply best practices and
+         state-of-the art technology in code auditing, verification, and
+         testing. We begin with the most important best practice: true open-
+         source code review. The NTPsec code is available in a public git 
+         repository. One of our goals is to support broader community
+         participation.
+Author: the NTPsec project
+Author-email: devel at ntpsec.org
+Keywords: 
\ No newline at end of file


=====================================
pylib/wscript
=====================================
@@ -78,3 +78,13 @@ def build(ctx):
         install_from=bldnode,
         install_path='${PYTHONARCHDIR}/ntp'
     )
+
+    # pep241  lay an egg
+    egg = ['ntp-%s.info' % ctx.env.NTPSEC_VERSION]
+    ctx(
+        features="subst",
+        is_copy=True,
+        source=['ntp-in.info'],
+        target=egg
+    )
+    ctx.install_files(ctx.env.PYTHONARCHDIR, egg)



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/ff0000510e5e98a396b3fff6bac65f7d78b4f803

-- 
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/ff0000510e5e98a396b3fff6bac65f7d78b4f803
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/20190202/a00ce16f/attachment-0001.html>


More information about the vc mailing list