2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2025-01-03 06:57:31 +01:00

First commit of the year 2015

This commit is contained in:
Thomas Nagy 2015-01-01 16:24:54 +01:00
parent 0b926c7682
commit 149653a937
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64
11 changed files with 12 additions and 12 deletions

2
README
View File

@ -49,5 +49,5 @@ $ git remote add code https://code.google.com/p/waf.docs/
$ git push code $ git push code
--------------------------- ---------------------------
Thomas Nagy, 2014 (ita) Thomas Nagy, 2014-2015 (ita)

View File

@ -1,6 +1,6 @@
#! /usr/bin/env python #! /usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2005, 2014 (ita) # Thomas Nagy, 2005-2015 (ita)
VERSION='1.0.0' VERSION='1.0.0'
APPNAME='tex_test' APPNAME='tex_test'

View File

@ -1,6 +1,6 @@
#! /usr/bin/env python #! /usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2014 (ita) # Thomas Nagy, 2014-2015 (ita)
""" """
Climb dependencies without using build groups and without annotating them. Climb dependencies without using build groups and without annotating them.

View File

@ -1,6 +1,6 @@
#! /usr/bin/env python #! /usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2006-2014 (ita) # Thomas Nagy, 2006-2015 (ita)
""" """
See waflib/extras/stale.py for more information. See waflib/extras/stale.py for more information.

View File

@ -2,11 +2,8 @@
""" """
A script that creates signed Python files. A script that creates signed Python files.
Distributing detached signatures is boring.
""" """
from __future__ import print_function from __future__ import print_function
import os import os

View File

@ -1,7 +1,10 @@
#! /usr/bin/env python #! /usr/bin/env python
# encoding: ISO8859-1
# Thomas Nagy, 2014-2015
""" """
A simple file for verifying signatures in signed waf files A simple file for verifying signatures in signed waf files
This script is meant for Python >= 2.6 and the encoding is bytes - ISO8859-1
Distributing detached signatures is boring Distributing detached signatures is boring
""" """

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: ISO8859-1 # encoding: ISO8859-1
# Thomas Nagy, 2005-2014 # Thomas Nagy, 2005-2015
""" """
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2007-2014 (ita) # Thomas Nagy, 2007-2015 (ita)
# Gustavo Carneiro (gjc), 2007 # Gustavo Carneiro (gjc), 2007
""" """

View File

@ -1,6 +1,6 @@
#! /usr/bin/env python #! /usr/bin/env python
# encoding: UTF-8 # encoding: UTF-8
# Thomas Nagy, 2006-2014 (ita) # Thomas Nagy, 2006-2015 (ita)
""" """
Add a pre-build hook to remove build files (declared in the system) Add a pre-build hook to remove build files (declared in the system)

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2010-2014 (ita) # Thomas Nagy, 2010-2015 (ita)
""" """
burn a book, save a tree burn a book, save a tree

View File

@ -1,6 +1,6 @@
#! /usr/bin/env python #! /usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# Thomas Nagy, 2005-2014 # Thomas Nagy, 2005-2015
""" """
to make a custom waf file use the option --tools to make a custom waf file use the option --tools