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
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-04-17 19:16:58 +00:00
parent a6ddaddc69
commit 4bc321f814
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=467646
3 changed files with 11 additions and 8 deletions

View File

@ -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>

View File

@ -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

View File

@ -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