remove tools/debian; will add a new branch with debian/ at the root.
This commit is contained in:
parent
c8739e5425
commit
2f1cb26549
@ -1 +0,0 @@
|
|||||||
8
|
|
@ -1,49 +0,0 @@
|
|||||||
Source: python-pyqtgraph
|
|
||||||
Maintainer: Luke Campagnola <luke.campagnola@gmail.com>
|
|
||||||
Section: python
|
|
||||||
Priority: optional
|
|
||||||
Standards-Version: 3.9.4
|
|
||||||
Build-Depends: debhelper (>= 8), python-all (>= 2.6.6-3~), python-setuptools, python3-all, python3-setuptools, python-docutils, python-sphinx (>= 1.0.7+dfsg-1~)
|
|
||||||
X-Python-Version: >= 2.6
|
|
||||||
X-Python3-Version: >= 3.2
|
|
||||||
|
|
||||||
Package: python-pyqtgraph
|
|
||||||
Architecture: all
|
|
||||||
Homepage: http://www.pyqtgraph.org
|
|
||||||
Depends: python-qt4 | python-pyside, python-scipy, python-numpy, ${python:Depends}, ${misc:Depends}
|
|
||||||
Suggests: python-pyqtgraph-doc, python-opengl, python-qt4-gl
|
|
||||||
Description: Scientific Graphics and GUI Library (Python 2)
|
|
||||||
PyQtGraph is a pure-python graphics and GUI library built on PyQt4 and numpy.
|
|
||||||
It is intended for use in mathematics / scientific / engineering applications.
|
|
||||||
Despite being written entirely in python, the library is very fast due to its
|
|
||||||
heavy leverage of numpy for number crunching and Qt's GraphicsView framework
|
|
||||||
for fast display.
|
|
||||||
.
|
|
||||||
This is the Python 2 version of the package.
|
|
||||||
|
|
||||||
Package: python3-pyqtgraph
|
|
||||||
Architecture: all
|
|
||||||
Homepage: http://www.pyqtgraph.org
|
|
||||||
Depends: python-qt4 | python-pyside, python-scipy, python-numpy, ${python3:Depends}, ${misc:Depends}
|
|
||||||
Suggests: python-pyqtgraph-doc, python-opengl, python-qt4-gl
|
|
||||||
Description: Scientific Graphics and GUI Library (Python 3)
|
|
||||||
PyQtGraph is a pure-python graphics and GUI library built on PyQt4 and numpy.
|
|
||||||
It is intended for use in mathematics / scientific / engineering applications.
|
|
||||||
Despite being written entirely in python, the library is very fast due to its
|
|
||||||
heavy leverage of numpy for number crunching and Qt's GraphicsView framework
|
|
||||||
for fast display.
|
|
||||||
.
|
|
||||||
This is the Python 3 version of the package.
|
|
||||||
|
|
||||||
Package: python-pyqtgraph-doc
|
|
||||||
Architecture: all
|
|
||||||
Section: doc
|
|
||||||
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
|
|
||||||
Description: Scientific Graphics and GUI Library (common documentation)
|
|
||||||
PyQtGraph is a pure-python graphics and GUI library built on PyQt4 and numpy.
|
|
||||||
It is intended for use in mathematics / scientific / engineering applications.
|
|
||||||
Despite being written entirely in python, the library is very fast due to its
|
|
||||||
heavy leverage of numpy for number crunching and Qt's GraphicsView framework
|
|
||||||
for fast display.
|
|
||||||
.
|
|
||||||
This is the common documentation package.
|
|
@ -1,10 +0,0 @@
|
|||||||
Copyright (c) 2012 University of North Carolina at Chapel Hill
|
|
||||||
Luke Campagnola ('luke.campagnola@%s.com' % 'gmail')
|
|
||||||
|
|
||||||
The MIT License
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
||||||
|
|
@ -1 +0,0 @@
|
|||||||
usr/lib/python2*
|
|
@ -1 +0,0 @@
|
|||||||
usr/lib/python3*
|
|
@ -1,15 +0,0 @@
|
|||||||
#!/usr/bin/make -f
|
|
||||||
#export DH_VERBOSE=1
|
|
||||||
export PYBUILD_NAME=pyqtgraph
|
|
||||||
|
|
||||||
%:
|
|
||||||
dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
|
|
||||||
|
|
||||||
override_dh_installdocs:
|
|
||||||
PYTHONPATH=`pwd` make -C doc html
|
|
||||||
dh_installdocs -ppython-pyqtgraph-doc doc/build/html
|
|
||||||
dh_installdocs -A
|
|
||||||
|
|
||||||
override_dh_clean:
|
|
||||||
dh_clean
|
|
||||||
find ./ -name "*.pyc" -delete
|
|
@ -1 +0,0 @@
|
|||||||
3.0 (quilt)
|
|
@ -1,3 +0,0 @@
|
|||||||
version=3
|
|
||||||
opts=uversionmangle=s/(rc|dev|a|b|c)/~$1/ \
|
|
||||||
https://pypi.python.org/packages/source/p/pyqtgraph/pyqtgraph-(.*)\.(?:tar\.gz|zip|tar\.bz2)
|
|
Loading…
Reference in New Issue
Block a user