Date: Fri, 10 Jul 2020 06:32:00 +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: r541845 - in head/textproc/scancode-toolkit: . files Message-ID: <202007100632.06A6W0Zk008888@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kai Date: Fri Jul 10 06:31:59 2020 New Revision: 541845 URL: https://svnweb.freebsd.org/changeset/ports/541845 Log: textproc/scancode-toolkit: Relax version requirements * Prepare the port for the upcoming updates of textproc/py-fingerprints and textproc/py-pyahocorasick by relaxing the version requirements of these. * Bump PORTREVISION due package change. 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 Jul 10 06:30:38 2020 (r541844) +++ head/textproc/scancode-toolkit/Makefile Fri Jul 10 06:31:59 2020 (r541845) @@ -3,7 +3,7 @@ PORTNAME= scancode-toolkit DISTVERSIONPREFIX= v DISTVERSION= 3.0.2 -PORTREVISION= 3 +PORTREVISION= 4 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 Jul 10 06:30:38 2020 (r541844) +++ head/textproc/scancode-toolkit/files/patch-setup.py Fri Jul 10 06:31:59 2020 (r541845) @@ -1,17 +1,18 @@ --- setup.py.orig 2019-02-15 14:34:52 UTC +++ setup.py -@@ -125,9 +125,7 @@ setup( +@@ -125,25 +125,21 @@ setup( # cluecode # Some nltk version ranges are buggy 'nltk >= 3.2, < 4.0', - 'publicsuffix2', - 'py2-ipaddress >= 2.0, <3.5', - 'url >= 0.1.4, < 0.1.6', +- 'fingerprints == 0.5.4', + 'url >= 0.1.4', - 'fingerprints == 0.5.4', ++ 'fingerprints >= 0.5.4', # extractcode -@@ -135,15 +133,13 @@ setup( + 'patch >= 1.15, < 1.20 ', # to work around bug http://bugs.python.org/issue19839 # on multistream bzip2 files: this can removed in Python 3. 'bz2file >= 0.98', @@ -29,6 +30,15 @@ 'saneyaml', # licensedcode +@@ -151,7 +147,7 @@ setup( + 'intbitset >= 2.3.0, < 3.0', + 'boolean.py >= 3.5, < 4.0', + 'license_expression >= 0.99, < 1.0', +- 'pyahocorasick >= 1.1, < 1.2', ++ 'pyahocorasick >= 1.1', + + # multiple + 'lxml >= 4.0.0, < 5.0.0', @@ -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?202007100632.06A6W0Zk008888>