aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2019-04-26 22:43:16 +0000
committerKai Knoblich <kai@FreeBSD.org>2019-04-26 22:43:16 +0000
commit5756f02beb84f3d5f9e3646544968ba96e9daffa (patch)
treea6ed63bb582e49ed72ac6a4bcd6920539e5d8f3c /textproc
parent2f6b816c9653e128dfcd7f8f9e7a47773b37ebfc (diff)
downloadports-5756f02beb84f3d5f9e3646544968ba96e9daffa.tar.gz
ports-5756f02beb84f3d5f9e3646544968ba96e9daffa.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/scancode-toolkit/Makefile1
-rw-r--r--textproc/scancode-toolkit/files/patch-setup.py8
2 files changed, 7 insertions, 2 deletions
diff --git a/textproc/scancode-toolkit/Makefile b/textproc/scancode-toolkit/Makefile
index 2c466530c7d6..e2a82690a144 100644
--- a/textproc/scancode-toolkit/Makefile
+++ b/textproc/scancode-toolkit/Makefile
@@ -3,6 +3,7 @@
PORTNAME= scancode-toolkit
DISTVERSIONPREFIX= v
DISTVERSION= 3.0.2
+PORTREVISION= 1
CATEGORIES= textproc python
MAINTAINER= kai@FreeBSD.org
diff --git a/textproc/scancode-toolkit/files/patch-setup.py b/textproc/scancode-toolkit/files/patch-setup.py
index a93944acd37a..6007ce6cde6a 100644
--- a/textproc/scancode-toolkit/files/patch-setup.py
+++ b/textproc/scancode-toolkit/files/patch-setup.py
@@ -11,7 +11,7 @@
'fingerprints == 0.5.4',
# extractcode
-@@ -135,12 +133,10 @@ setup(
+@@ -135,15 +133,13 @@ setup(
# to work around bug http://bugs.python.org/issue19839
# on multistream bzip2 files: this can removed in Python 3.
'bz2file >= 0.98',
@@ -24,7 +24,11 @@
+ 'future >= 0.16.0',
'text-unidecode >= 1.0, < 2.0',
# required by saneyaml
- 'PyYAML >= 3.11, <=3.13',
+- 'PyYAML >= 3.11, <=3.13',
++ 'PyYAML >= 3.11',
+ 'saneyaml',
+
+ # licensedcode
@@ -167,8 +163,7 @@ setup(
'binaryornot >= 0.4.0',
'chardet >= 3.0.0, <4.0.0',