changeset 38825:8d09ecebf836

gnulib-tool.py: follow gnulib-tool changes, part 3 Follow gnulib-tool change 2012-08-26 Bruno Haible <bruno@clisp.org> gnulib-tool: Remove no-op option --no-changelog. * pygnulib/constants.py: Remove FILES dictionary. * pygnulib/*: Update.
author Bruno Haible <bruno@clisp.org>
date Sat, 09 Sep 2017 00:32:50 +0200
parents 1d165277beb4
children 15ef23e0c99b
files gnulib-tool.py pygnulib/GLConfig.py pygnulib/GLEmiter.py pygnulib/GLError.py pygnulib/GLFileSystem.py pygnulib/GLImport.py pygnulib/GLInfo.py pygnulib/GLMakefileTable.py pygnulib/GLModuleSystem.py pygnulib/GLTestDir.py pygnulib/constants.py
diffstat 11 files changed, 2 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- a/gnulib-tool.py	Sat Sep 09 00:03:44 2017 +0200
+++ b/gnulib-tool.py	Sat Sep 09 00:32:50 2017 +0200
@@ -44,7 +44,6 @@
 DIRS = constants.DIRS
 ENCS = constants.ENCS
 UTILS = constants.UTILS
-FILES = constants.FILES
 MODES = constants.MODES
 TESTS = constants.TESTS
 compiler = constants.compiler
@@ -213,7 +212,7 @@
                         dest='mode_xmaintainer',
                         default=None,
                         nargs='*')
-    # no-changelog
+    # no-changelog: a no-op for backward compatibility
     parser.add_argument('--no-changelog',
                         dest='changelog',
                         default=None,
--- a/pygnulib/GLConfig.py	Sat Sep 09 00:03:44 2017 +0200
+++ b/pygnulib/GLConfig.py	Sat Sep 09 00:32:50 2017 +0200
@@ -32,7 +32,6 @@
 DIRS = constants.DIRS
 ENCS = constants.ENCS
 UTILS = constants.UTILS
-FILES = constants.FILES
 MODES = constants.MODES
 TESTS = constants.TESTS
 compiler = constants.compiler
--- a/pygnulib/GLEmiter.py	Sat Sep 09 00:03:44 2017 +0200
+++ b/pygnulib/GLEmiter.py	Sat Sep 09 00:32:50 2017 +0200
@@ -38,7 +38,6 @@
 DIRS = constants.DIRS
 ENCS = constants.ENCS
 UTILS = constants.UTILS
-FILES = constants.FILES
 MODES = constants.MODES
 TESTS = constants.TESTS
 compiler = constants.compiler
--- a/pygnulib/GLError.py	Sat Sep 09 00:03:44 2017 +0200
+++ b/pygnulib/GLError.py	Sat Sep 09 00:32:50 2017 +0200
@@ -29,7 +29,6 @@
 DIRS = constants.DIRS
 ENCS = constants.ENCS
 UTILS = constants.UTILS
-FILES = constants.FILES
 MODES = constants.MODES
 TESTS = constants.TESTS
 compiler = constants.compiler
--- a/pygnulib/GLFileSystem.py	Sat Sep 09 00:03:44 2017 +0200
+++ b/pygnulib/GLFileSystem.py	Sat Sep 09 00:32:50 2017 +0200
@@ -33,7 +33,6 @@
 DIRS = constants.DIRS
 ENCS = constants.ENCS
 UTILS = constants.UTILS
-FILES = constants.FILES
 MODES = constants.MODES
 TESTS = constants.TESTS
 compiler = constants.compiler
--- a/pygnulib/GLImport.py	Sat Sep 09 00:03:44 2017 +0200
+++ b/pygnulib/GLImport.py	Sat Sep 09 00:32:50 2017 +0200
@@ -41,7 +41,6 @@
 DIRS = constants.DIRS
 ENCS = constants.ENCS
 UTILS = constants.UTILS
-FILES = constants.FILES
 MODES = constants.MODES
 TESTS = constants.TESTS
 compiler = constants.compiler
--- a/pygnulib/GLInfo.py	Sat Sep 09 00:03:44 2017 +0200
+++ b/pygnulib/GLInfo.py	Sat Sep 09 00:32:50 2017 +0200
@@ -30,7 +30,6 @@
 DIRS = constants.DIRS
 ENCS = constants.ENCS
 UTILS = constants.UTILS
-FILES = constants.FILES
 MODES = constants.MODES
 TESTS = constants.TESTS
 compiler = constants.compiler
@@ -270,7 +269,6 @@
       --vc-files            Update version control related files.
       --no-vc-files         Don't update version control related files
                             (.gitignore and/or .cvsignore).
-      --no-changelog        Don't update or create ChangeLog files.
 
 Options for --create-[mega]testdir, --[mega]test:
 
--- a/pygnulib/GLMakefileTable.py	Sat Sep 09 00:03:44 2017 +0200
+++ b/pygnulib/GLMakefileTable.py	Sat Sep 09 00:32:50 2017 +0200
@@ -33,7 +33,6 @@
 DIRS = constants.DIRS
 ENCS = constants.ENCS
 UTILS = constants.UTILS
-FILES = constants.FILES
 MODES = constants.MODES
 TESTS = constants.TESTS
 compiler = constants.compiler
--- a/pygnulib/GLModuleSystem.py	Sat Sep 09 00:03:44 2017 +0200
+++ b/pygnulib/GLModuleSystem.py	Sat Sep 09 00:32:50 2017 +0200
@@ -33,7 +33,6 @@
 DIRS = constants.DIRS
 ENCS = constants.ENCS
 UTILS = constants.UTILS
-FILES = constants.FILES
 MODES = constants.MODES
 TESTS = constants.TESTS
 compiler = constants.compiler
--- a/pygnulib/GLTestDir.py	Sat Sep 09 00:03:44 2017 +0200
+++ b/pygnulib/GLTestDir.py	Sat Sep 09 00:32:50 2017 +0200
@@ -41,7 +41,6 @@
 DIRS = constants.DIRS
 ENCS = constants.ENCS
 UTILS = constants.UTILS
-FILES = constants.FILES
 MODES = constants.MODES
 TESTS = constants.TESTS
 compiler = constants.compiler
--- a/pygnulib/constants.py	Sat Sep 09 00:03:44 2017 +0200
+++ b/pygnulib/constants.py	Sat Sep 09 00:32:50 2017 +0200
@@ -59,7 +59,6 @@
 DIRS = dict()  # Directories
 UTILS = dict()  # Utilities
 ENCS = dict()  # Encodings
-FILES = dict()  # Files
 MODES = dict()  # Modes
 TESTS = dict()  # Tests
 NL = '''
@@ -105,9 +104,6 @@
 DIRS['git'] = os.path.join(DIRS['root'], '.git')
 DIRS['cvs'] = os.path.join(DIRS['root'], 'CVS')
 
-# Set FILES dictionary
-FILES['changelog'] = os.path.join(DIRS['root'], 'ChangeLog')
-
 # Set MODES dictionary
 MODES = \
     {
@@ -449,4 +445,4 @@
     print(before, after)
 
 
-__all__ += ['APP', 'DIRS', 'FILES', 'MODES', 'UTILS']
+__all__ += ['APP', 'DIRS', 'MODES', 'UTILS']