Date: Fri, 26 Apr 2019 22:43:16 +0000 (UTC) From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500176 - in head/textproc/scancode-toolkit: . files Message-ID: <201904262243.x3QMhG7c087172@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kai Date: Fri Apr 26 22:43:16 2019 New Revision: 500176 URL: https://svnweb.freebsd.org/changeset/ports/500176 Log: textproc/scancode-toolkit: Fix runtime errors Unbreak at runtime after r499857 by relaxing the dependencies for devel/py-yaml. Approved by: mentors (implicit) Modified: head/textproc/scancode-toolkit/Makefile head/textproc/scancode-toolkit/files/patch-setup.py Modified: head/textproc/scancode-toolkit/Makefile ============================================================================== --- head/textproc/scancode-toolkit/Makefile Fri Apr 26 22:33:25 2019 (r500175) +++ head/textproc/scancode-toolkit/Makefile Fri Apr 26 22:43:16 2019 (r500176) @@ -3,6 +3,7 @@ PORTNAME= scancode-toolkit DISTVERSIONPREFIX= v DISTVERSION= 3.0.2 +PORTREVISION= 1 CATEGORIES= textproc python MAINTAINER= kai@FreeBSD.org Modified: head/textproc/scancode-toolkit/files/patch-setup.py ============================================================================== --- head/textproc/scancode-toolkit/files/patch-setup.py Fri Apr 26 22:33:25 2019 (r500175) +++ head/textproc/scancode-toolkit/files/patch-setup.py Fri Apr 26 22:43:16 2019 (r500176) @@ -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',
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904262243.x3QMhG7c087172>