mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
voltron: remove package
This commit is contained in:
parent
928a870505
commit
320e2998e7
4 changed files with 1 additions and 71 deletions
|
@ -848,6 +848,7 @@ replaces="
|
||||||
vapoursynth-mvtools<=23_2
|
vapoursynth-mvtools<=23_2
|
||||||
vkd3d<=1.3_1
|
vkd3d<=1.3_1
|
||||||
volnoti<=0.1_1
|
volnoti<=0.1_1
|
||||||
|
voltron<=0.1.7_9
|
||||||
volume_key-python<=0.3.12_5
|
volume_key-python<=0.3.12_5
|
||||||
vpsm<=0.1.2_2
|
vpsm<=0.1.2_2
|
||||||
vte-devel<=0.28.2_16
|
vte-devel<=0.28.2_16
|
||||||
|
|
|
@ -1,25 +0,0 @@
|
||||||
https://github.com/snare/voltron/commit/09d1d75b4d158faef17c8aca22f258c60157550a.patch
|
|
||||||
|
|
||||||
From 09d1d75b4d158faef17c8aca22f258c60157550a Mon Sep 17 00:00:00 2001
|
|
||||||
From: malet <malet@invalid>
|
|
||||||
Date: Sat, 6 Oct 2018 15:55:09 +0200
|
|
||||||
Subject: [PATCH] Renaming the async variable
|
|
||||||
|
|
||||||
---
|
|
||||||
voltron/plugins/view/memory.py | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/voltron/plugins/view/memory.py b/voltron/plugins/view/memory.py
|
|
||||||
index 09e4d65..b18abed 100644
|
|
||||||
--- a/voltron/plugins/view/memory.py
|
|
||||||
+++ b/voltron/plugins/view/memory.py
|
|
||||||
@@ -13,7 +13,7 @@
|
|
||||||
class MemoryView(TerminalView):
|
|
||||||
printable_filter = ''.join([(len(repr(chr(x))) == 3) and chr(x) or '.' for x in range(256)])
|
|
||||||
|
|
||||||
- async = True
|
|
||||||
+ asynchronous = True
|
|
||||||
last_memory = None
|
|
||||||
last_address = 0
|
|
||||||
|
|
||||||
|
|
|
@ -1,27 +0,0 @@
|
||||||
From ba413dcbc1914c511d03e1d95f3663a91daf349a Mon Sep 17 00:00:00 2001
|
|
||||||
From: "Sean Francis N. Ballais" <sfballais123@gmail.com>
|
|
||||||
Date: Wed, 27 May 2020 00:44:21 +0800
|
|
||||||
Subject: [PATCH] Fixes #271 (#276)
|
|
||||||
|
|
||||||
* Add support for werkzeug 1.0.
|
|
||||||
|
|
||||||
|
|
||||||
Co-authored-by: zcutlip <uid000@gmail.com>
|
|
||||||
---
|
|
||||||
voltron/core.py | 3 ++-
|
|
||||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/voltron/core.py b/voltron/core.py
|
|
||||||
index f22f375..351a0ea 100644
|
|
||||||
--- a/voltron/core.py
|
|
||||||
+++ b/voltron/core.py
|
|
||||||
@@ -15,7 +15,8 @@
|
|
||||||
import voltron
|
|
||||||
from flask import Flask, Response, make_response, redirect, render_template, request
|
|
||||||
from werkzeug.serving import BaseWSGIServer, ThreadedWSGIServer, WSGIRequestHandler
|
|
||||||
-from werkzeug.wsgi import DispatcherMiddleware, SharedDataMiddleware
|
|
||||||
+from werkzeug.middleware.dispatcher import DispatcherMiddleware
|
|
||||||
+from werkzeug.middleware.shared_data import SharedDataMiddleware
|
|
||||||
from requests import ConnectionError
|
|
||||||
|
|
||||||
|
|
|
@ -1,19 +0,0 @@
|
||||||
# Template file for 'voltron'
|
|
||||||
pkgname=voltron
|
|
||||||
version=0.1.7
|
|
||||||
revision=9
|
|
||||||
build_style=python3-module
|
|
||||||
hostmakedepends="python3-setuptools"
|
|
||||||
depends="python3-blessed python3-Flask python3-Pygments python3-pysigset
|
|
||||||
python3-requests python3-scruffy python3-requests-unixsocket
|
|
||||||
python3-Flask-RESTful python3-setuptools"
|
|
||||||
short_desc="Hacky debugger UI for hackers"
|
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|
||||||
license="MIT"
|
|
||||||
homepage="https://github.com/snare/voltron"
|
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
||||||
checksum=2919dabe5ebc05672dcedf400754e3fbce8c3b9f8608a64cea205591f3b47f63
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vlicense LICENSE
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue