py-gdbgui: added v0.13.2.0 (#16781)

This commit is contained in:
Michael Kuhn 2020-05-25 14:34:26 +02:00 committed by GitHub
parent 5a335e4985
commit 30fb364452
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,13 +12,15 @@ class PyGdbgui(PythonPackage):
homepage = "https://gdbgui.com"
url = "https://pypi.io/packages/source/g/gdbgui/gdbgui-0.11.2.1.tar.gz"
version('0.13.2.0', sha256='80e347a08b8cc630ab9f68482a1ed92c844fbfde46dc21fd39f3e6ef14b72e54')
version('0.11.2.1', sha256='280945a37414c31a798f68f70c1bffbedd12dfb0ce77418357e7d42b667491c7')
depends_on('py-setuptools', type=('build', 'run'))
depends_on('py-flask@0.12.2:', type=('build', 'run'))
depends_on('py-flask-compress@1.4.0:', type=('build', 'run'))
depends_on('py-flask-socketio@2.9.3:', type=('build', 'run'))
depends_on('py-gevent@1.2.2:', type=('build', 'run'))
depends_on('py-pygdbmi@0.8.2.0:', type=('build', 'run'))
depends_on('py-pygments@2.2.0:', type=('build', 'run'))
depends_on('gdb', type='run')
depends_on('py-setuptools', type=('build', 'run'))
depends_on('py-flask@0.12.2:0.99.0', type=('build', 'run'))
depends_on('py-flask-compress@1.4.0:1.99.0', type=('build', 'run'))
depends_on('py-flask-socketio@2.9.3:2.99.0', type=('build', 'run'))
depends_on('py-gevent@1.2.2:1.99.0', type=('build', 'run'))
depends_on('py-pygdbmi@0.9.0.0:0.99.0.0', type=('build', 'run'), when='@0.13.1.1:')
depends_on('py-pygdbmi@0.8.2.0:0.8.99.0', type=('build', 'run'), when='@:0.13.0.0')
depends_on('py-pygments@2.2.0:2.99.0', type=('build', 'run'))
depends_on('gdb', type='run')