Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Apr 2018 19:16:58 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r467646 - head/misc/py-spdx
Message-ID:  <201804171916.w3HJGwSS018924@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Apr 17 19:16:58 2018
New Revision: 467646
URL: https://svnweb.freebsd.org/changeset/ports/467646

Log:
  Update to 2.5.0
  
  - Add LICENSE_FILE
  - Relax USES=python
  - Allow concurrent installation (USE_PYTHON=concurrent)
  - Add NO_ARCH
  - Reformat pkg-descr
  - Take maintainership
  
  Changes:	https://github.com/bbqsrc/spdx-python/commits/master

Modified:
  head/misc/py-spdx/Makefile
  head/misc/py-spdx/distinfo
  head/misc/py-spdx/pkg-descr   (contents, props changed)

Modified: head/misc/py-spdx/Makefile
==============================================================================
--- head/misc/py-spdx/Makefile	Tue Apr 17 19:16:53 2018	(r467645)
+++ head/misc/py-spdx/Makefile	Tue Apr 17 19:16:58 2018	(r467646)
@@ -2,17 +2,19 @@
 # $FreeBSD$
 
 PORTNAME=	spdx
-DISTVERSION=	2.3.0
+DISTVERSION=	2.5.0
 CATEGORIES=	misc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	SPDX license list database
 
 LICENSE=	CC0-1.0
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		python:3.3+
-USE_PYTHON=	autoplist distutils
+NO_ARCH=	yes
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
 
 .include <bsd.port.mk>

Modified: head/misc/py-spdx/distinfo
==============================================================================
--- head/misc/py-spdx/distinfo	Tue Apr 17 19:16:53 2018	(r467645)
+++ head/misc/py-spdx/distinfo	Tue Apr 17 19:16:58 2018	(r467646)
@@ -1,2 +1,3 @@
-SHA256 (spdx-2.3.0.tar.gz) = 48cec5667567f32976e2704f42289eae386fa2ed8418d023ed9cb44f06132780
-SIZE (spdx-2.3.0.tar.gz) = 565376
+TIMESTAMP = 1523986905
+SHA256 (spdx-2.5.0.tar.gz) = 2ccfb2c3dc8f669fe294bd08db868601c4bb42234b2a75dcda7f87dc498f5a07
+SIZE (spdx-2.5.0.tar.gz) = 587094

Modified: head/misc/py-spdx/pkg-descr
==============================================================================
--- head/misc/py-spdx/pkg-descr	Tue Apr 17 19:16:53 2018	(r467645)
+++ head/misc/py-spdx/pkg-descr	Tue Apr 17 19:16:58 2018	(r467646)
@@ -1,6 +1,6 @@
 A Python module incorporating an interface to the SPDX license database.
 
-This library serves purely as a holder for the database that can be
-found on the SPDX website <https://spdx.org/licenses/>.
+This library serves purely as a holder for the database that can be found on the
+SPDX website <https://spdx.org/licenses/>.
 
 WWW: https://github.com/bbqsrc/spdx-python



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