Skip to content

Commit f10e9ee

Browse files
committedMar 9, 2017
remove python ext-libs that should meanwhile available everywhere
1 parent fc92e2a commit f10e9ee

File tree

1,446 files changed

+2
-247282
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,446 files changed

+2
-247282
lines changed
 

‎debian/control.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,8 @@ Depends:
329329
python3-yaml,
330330
python3-future,
331331
python3-plotly,
332+
python3-pyproj,
333+
python3-owslib,
332334
libqgispython{QGIS_ABI},
333335
${shlibs:Depends},
334336
${python:Depends},

‎debian/copyright

Lines changed: 0 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -125,83 +125,10 @@ License: public-domain
125125
is used when saving/restoring a QGIS project.
126126
This file is in the public domain
127127

128-
Files: python/ext-libs/dateutil/*
129-
Copyright: 2003-2010, Gustavo Niemeyer <gustavo@niemeyer.net>
130-
License: BSD-3-Clause
131-
132-
Files: python/ext-libs/httplib2/*
133-
Copyright: 2006, 2012, Joe Gregorio <joe@bitworking.org>
134-
License: GPL-2+
135-
136-
Files: python/ext-libs/httplib2/socks.py
137-
Copyright: 2006, Dan-Haim
138-
License: BSD-2-Clause
139-
140-
Files: python/ext-libs/jinja2/*
141-
Copyright: 2006-2010, the Jinja Team
142-
License: BSD-3-Clause
143-
144-
Files: python/ext-libs/markupsafe/*
145-
Copyright: 2010, 2013, Armin Ronacher
146-
License: BSD-3-Clause
147-
148-
Files: python/ext-libs/nose2/*
149-
Copyright: Jason Pellerin <jpellerin+nose@gmail.com>
150-
License: BSD-2-Clause
151-
152-
Files: python/ext-libs/nose2/events.py
153-
python/ext-libs/nose2/exceptions.py
154-
python/ext-libs/nose2/loader.py
155-
python/ext-libs/nose2/runner.py
156-
python/ext-libs/nose2/tools/params.py
157-
python/ext-libs/nose2/util.py
158-
Copyright: 2001-2010, Python Software Foundation
159-
License: Python-2.0
160-
161-
Files: python/ext-libs/nose2/backports/ordereddict.py
162-
Copyright: Python Software Foundation
163-
License: MIT
164-
165-
Files: python/ext-libs/owslib/*
166-
Copyright: 2006, Ancient World Mapping Center
167-
2008-2013, Tom Kralidis
168-
2013, Christian Ledermann <christian.ledermann@gmail.com>
169-
2012, Brad Hards <bradh@frogmouth.net>
170-
2012, Jachym Cepicky
171-
2007-2009, STFC <http://www.stfc.ac.uk>
172-
2004-2006, Sean C. Gillies
173-
2005, Nuxeo SARL <http://nuxeo.com>
174-
License: BSD-3-Clause
175-
176-
Files: python/ext-libs/pygments/*
177-
Copyright: 2006-2013, the Pygments team
178-
License: BSD-2-Clause
179-
180-
Files: python/ext-libs/pygments/lexers/_robotframeworklexer.py
181-
Copyright: 2006-2013, the Pygments team
182-
2012, Nokia Siemens Networks Oyj
183-
License: BSD-2-Clause and Apache-2.0
184-
185128
Files: python/ext-libs/pyspatialite/*
186129
Copyright: 2004-2010, Gerhard Häring <gh@ghaering.de>
187130
License: Zlib
188131

189-
Files: python/ext-libs/pytz/*
190-
Copyright: 2003-2009, Stuart Bishop <stuart@stuartbishop.net>
191-
License: MIT
192-
193-
Files: python/ext-libs/six.py
194-
Copyright: 2010-2015, Benjamin Peterson
195-
License: MIT
196-
197-
Files: python/ext-libs/yaml/*
198-
Copyright: 2006, Kirill Simonov <xi@resolvent.net>
199-
License: MIT
200-
201-
Files: python/plugins/GdalTools/*
202-
Copyright: 2009, Faunalia
203-
License: MIT
204-
205132
Files: python/plugins/processing/modeler/ModelerArrowItem.py
206133
src/app/qgssettingstree.cpp
207134
src/app/qgssettingstree.h

2 commit comments

Comments
 (2)

nyalldawson commented on Mar 10, 2017

@nyalldawson
Collaborator

247,282 deletions! Wooooo!

m-kuhn commented on Mar 10, 2017

@m-kuhn
Member

Good move, thanks @jef-n

Please sign in to comment.