aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2019-08-10 19:48:48 +0000
committerKai Knoblich <kai@FreeBSD.org>2019-08-10 19:48:48 +0000
commitc73a32af1635205795b97c031d6d8fdc455b9b72 (patch)
treeb0fc0e27e7d66e736d15f332b0cd77f37a73d0a6 /textproc
parentbeb20c73a8d0b19d8667cab9074a3b2c52989afc (diff)
downloadports-c73a32af1635205795b97c031d6d8fdc455b9b72.tar.gz
ports-c73a32af1635205795b97c031d6d8fdc455b9b72.zip
MFH: r508505
textproc/scancode-toolkit: Unbreak at runtime after r505457 * Relax the version requirements for devel/py-attrs * Do the same for devel/py-typing that was updated to 3.7 recently * Bump PORTREVISION due changed package contents Approved by: ports-secteam bugfix blanket
Notes
Notes: svn path=/branches/2019Q3/; revision=508506
Diffstat (limited to 'textproc')
-rw-r--r--textproc/scancode-toolkit/Makefile2
-rw-r--r--textproc/scancode-toolkit/files/patch-setup.py10
2 files changed, 8 insertions, 4 deletions
diff --git a/textproc/scancode-toolkit/Makefile b/textproc/scancode-toolkit/Makefile
index b9f2f551cd40..b63771f27c74 100644
--- a/textproc/scancode-toolkit/Makefile
+++ b/textproc/scancode-toolkit/Makefile
@@ -3,7 +3,7 @@
PORTNAME= scancode-toolkit
DISTVERSIONPREFIX= v
DISTVERSION= 3.0.2
-PORTREVISION= 1
+PORTREVISION= 2
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 6007ce6cde6a..d8fda2deb2fe 100644
--- a/textproc/scancode-toolkit/files/patch-setup.py
+++ b/textproc/scancode-toolkit/files/patch-setup.py
@@ -39,11 +39,15 @@
# packagedcode
'pefile >= 2018.8.8',
-@@ -183,7 +178,6 @@ setup(
+@@ -182,9 +177,8 @@ setup(
+ 'click >= 6.0.0, < 7.0.0',
'colorama >= 0.3.9',
'pluggy >= 0.4.0, < 1.0',
- 'attrs >=17.4, < 19.0',
+- 'attrs >=17.4, < 19.0',
- 'cattrs',
- 'typing >=3.6, < 3.7',
+- 'typing >=3.6, < 3.7',
++ 'attrs >=17.4',
++ 'typing >=3.6',
# scancode outputs
+ 'jinja2 >= 2.7.0, < 3.0.0',