svn commit: r541845 - in head/textproc/scancode-toolkit: . files

Kai Knoblich kai at FreeBSD.org
Fri Jul 10 06:32:00 UTC 2020


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 at 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',


More information about the svn-ports-all mailing list