Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Aug 2019 19:47:45 +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: r508505 - in head/textproc/scancode-toolkit: . files
Message-ID:  <201908101947.x7AJljvw065941@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Sat Aug 10 19:47:45 2019
New Revision: 508505
URL: https://svnweb.freebsd.org/changeset/ports/508505

Log:
  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
  
  MFH:		2019Q3 (blanket: runtime fix)

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	Sat Aug 10 19:34:11 2019	(r508504)
+++ head/textproc/scancode-toolkit/Makefile	Sat Aug 10 19:47:45 2019	(r508505)
@@ -3,7 +3,7 @@
 PORTNAME=	scancode-toolkit
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3.0.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc python
 
 MAINTAINER=	kai@FreeBSD.org

Modified: head/textproc/scancode-toolkit/files/patch-setup.py
==============================================================================
--- head/textproc/scancode-toolkit/files/patch-setup.py	Sat Aug 10 19:34:11 2019	(r508504)
+++ head/textproc/scancode-toolkit/files/patch-setup.py	Sat Aug 10 19:47:45 2019	(r508505)
@@ -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',



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908101947.x7AJljvw065941>