[Python-modules-commits] [python-mpld3] 03/06: disable fetching of git submodule during build

Wolfgang Borgert debacle at moszumanska.debian.org
Sun Oct 11 22:08:44 UTC 2015


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to branch master
in repository python-mpld3.

commit c74894d20ba25db87f27be713a7f30f520d98bee
Author: W. Martin Borgert <debacle at debian.org>
Date:   Mon Oct 12 00:07:35 2015 +0200

    disable fetching of git submodule during build
    
    Origin: vendor
    Last-Update: 2014-09-30
---
 setup.py | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/setup.py b/setup.py
index a257b33..85de505 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,6 @@ VERSION = get_version()
 
 # Make sure submodules are updated and synced
 root_dir = os.path.abspath(os.path.dirname(__file__))
-require_clean_submodules(root_dir, sys.argv)
 
 # Warn if it looks like JS libs need to be built
 if 'buildjs' not in sys.argv:
@@ -41,11 +40,10 @@ setup(name=NAME,
       url=URL,
       download_url=DOWNLOAD_URL,
       license=LICENSE,
-      cmdclass={'submodule': UpdateSubmodules,
+      cmdclass={
                 'buildjs': BuildJavascript},
       packages=['mpld3',
-                'mpld3/mplexporter',
-                'mpld3/mplexporter/renderers'],
+                ],
       package_data={'mpld3': ['js/*.js']},
       classifiers=[
           'Development Status :: 4 - Beta',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-mpld3.git



More information about the Python-modules-commits mailing list