[Git][NTPsec/ntpsec][master] 2 commits: Remove shebang from pythonize-header

Richard Laager gitlab at mg.gitlab.com
Sun Dec 27 22:49:58 UTC 2020



Richard Laager pushed to branch master at NTPsec / ntpsec


Commits:
946f212b by Richard Laager at 2020-12-27T15:30:53-06:00
Remove shebang from pythonize-header

This is run using an explicit interpreter by pylib/wscript:

    ctx(
        before=['pyc', 'pyo'],
        cwd=srcnode,
        rule='${PYTHON} ${SRC} >${TGT}',
        source=["../wafhelpers/pythonize-header", "../include/ntp.h"],
        target=target2,
    )

I also removed the execute bit.

- - - - -
152ca26e by Richard Laager at 2020-12-27T15:32:29-06:00
Remove shebang from tlscheck

This is run using an explicit interpreter from tests/option-tester.sh.

- - - - -


2 changed files:

- wafhelpers/pythonize-header
- wafhelpers/tlscheck.py


Changes:

=====================================
wafhelpers/pythonize-header
=====================================
@@ -1,4 +1,3 @@
-#! /usr/bin/env python
 # -*- coding: utf-8 -*-
 """
 Generate a Python module from a C file of macro definitions.


=====================================
wafhelpers/tlscheck.py
=====================================
@@ -1,5 +1,3 @@
-#! /usr/bin/env python
-
 """tlscheck - Helper for checking SSL library bits."""
 import ctypes
 import ctypes.util



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/compare/2a0863b233c42a00f7ec811967a274222f4cd17f...152ca26e34c668e4f379acf6aca0624f1942c38a

-- 
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/compare/2a0863b233c42a00f7ec811967a274222f4cd17f...152ca26e34c668e4f379acf6aca0624f1942c38a
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/20201227/d99b5afa/attachment.htm>


More information about the vc mailing list