[Git][NTPsec/ntpsec][master] Add ntpstats/wscript. Should have been in last commit.
Eric S. Raymond
gitlab at mg.gitlab.com
Tue Aug 16 20:42:49 UTC 2016
Eric S. Raymond pushed to branch master at NTPsec / ntpsec
Commits:
560e42bb by Eric S. Raymond at 2016-08-16T16:42:12-04:00
Add ntpstats/wscript. Should have been in last commit.
- - - - -
1 changed file:
- + ntpstats/wscript
Changes:
=====================================
ntpstats/wscript
=====================================
--- /dev/null
+++ b/ntpstats/wscript
@@ -0,0 +1,9 @@
+def options(opt):
+ opt.load('python')
+
+def configure(conf):
+ conf.load('python')
+ conf.check_python_version((2,7,0))
+
+def build(bld):
+ bld(features='py', source=bld.path.ant_glob('*.py'), install_from='.')
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/560e42bb628f2561f862a789f73151275e034d3e
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20160816/3c2145e9/attachment.html>
More information about the vc
mailing list