Changes for Ubuntu 19.10.
This commit is contained in:
parent
04c5bf3d56
commit
a770a3ebc7
5 changed files with 7 additions and 7 deletions
|
|
@ -6,7 +6,7 @@ Eris maintains an up-to-date set of reports for every file in a codebase.
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
(Tested in Ubuntu 18.10)
|
(Tested in Ubuntu 19.10)
|
||||||
|
|
||||||
# git clone https://github.com/ahamilton/eris
|
# git clone https://github.com/ahamilton/eris
|
||||||
# cd eris
|
# cd eris
|
||||||
|
|
|
||||||
|
|
@ -424,7 +424,7 @@ def _image_to_text(image):
|
||||||
for index in range(0, image.height, 2)])
|
for index in range(0, image.height, 2)])
|
||||||
|
|
||||||
|
|
||||||
@deps(deps={"pip/pillow"}, url="python3-pil")
|
@deps(deps={"pip/pillow"}, url="http://python-pillow.github.io/")
|
||||||
def pil(path):
|
def pil(path):
|
||||||
import PIL.Image
|
import PIL.Image
|
||||||
with open(path, "rb") as image_file:
|
with open(path, "rb") as image_file:
|
||||||
|
|
|
||||||
|
|
@ -177,7 +177,7 @@ tools_for_extensions = [
|
||||||
|
|
||||||
[7z]
|
[7z]
|
||||||
dependencies = ["p7zip"]
|
dependencies = ["p7zip"]
|
||||||
command = "7z l"
|
command = "7zr l"
|
||||||
success_status = "normal"
|
success_status = "normal"
|
||||||
|
|
||||||
[unxz]
|
[unxz]
|
||||||
|
|
@ -242,7 +242,7 @@ tools_for_extensions = [
|
||||||
has_color = true
|
has_color = true
|
||||||
|
|
||||||
[php7_syntax]
|
[php7_syntax]
|
||||||
dependencies = ["php7.2-cli"]
|
dependencies = ["php7.3-cli"]
|
||||||
url = "https://en.wikipedia.org/wiki/PHP"
|
url = "https://en.wikipedia.org/wiki/PHP"
|
||||||
command = "php --syntax-check"
|
command = "php --syntax-check"
|
||||||
|
|
||||||
|
|
@ -285,7 +285,7 @@ tools_for_extensions = [
|
||||||
command = "vet"
|
command = "vet"
|
||||||
|
|
||||||
[golint]
|
[golint]
|
||||||
dependencies = ["go/github.com/golang/lint/golint"]
|
dependencies = ["go/golang.org/x/lint/golint"]
|
||||||
url = "https://github.com/golang/lint"
|
url = "https://github.com/golang/lint"
|
||||||
command = "golint -set_exit_status"
|
command = "golint -set_exit_status"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -250,7 +250,7 @@ patches = {
|
||||||
|
|
||||||
"mediainfo": {"subdir": "Project/GNU/CLI"},
|
"mediainfo": {"subdir": "Project/GNU/CLI"},
|
||||||
|
|
||||||
"php7.2": {"buildsystem": "simple",
|
"php7.3": {"buildsystem": "simple",
|
||||||
"build-commands": [
|
"build-commands": [
|
||||||
"./configure --prefix=/app --disable-all --disable-cgi"
|
"./configure --prefix=/app --disable-all --disable-cgi"
|
||||||
" --disable-phpdbg",
|
" --disable-phpdbg",
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ Eris maintains an up-to-date set of reports for every file in a codebase.
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
(Tested in Ubuntu 18.10)
|
(Tested in Ubuntu 19.10)
|
||||||
|
|
||||||
# git clone https://github.com/ahamilton/eris
|
# git clone https://github.com/ahamilton/eris
|
||||||
# cd eris
|
# cd eris
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue