1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

A tool to query the SPDX license list. Use the binary spdx-lookup.

WWW: https://github.com/bbqsrc/spdx-lookup-python

PR:		205724
Submitted by:	Brendan Molloy <brendan+freebsd@bbqsrc.net>
This commit is contained in:
Martin Wilke 2016-01-02 06:15:45 +00:00
parent d0a308d467
commit c8a152e10c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405048
4 changed files with 26 additions and 0 deletions

View File

@ -371,6 +371,7 @@
SUBDIR += proxyper
SUBDIR += pspresent
SUBDIR += py-spdx
SUBDIR += py-spdx-lookup
SUBDIR += py-YABT
SUBDIR += py-osd
SUBDIR += py-pexpect

View File

@ -0,0 +1,20 @@
# Created by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
# $FreeBSD$
PORTNAME= spdx-lookup
PORTVERSION= 0.3.0
CATEGORIES= misc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= brendan+freebsd@bbqsrc.net
COMMENT= SPDX license list query tool
LICENSE= BSD2CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}spdx>0:${PORTSDIR}/misc/py-spdx
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (spdx-lookup-0.3.0.tar.gz) = 548ec49758b88a213bf96e6ecb659de07adf51abbbe960820f7ca638bc75c6ab
SIZE (spdx-lookup-0.3.0.tar.gz) = 3975

View File

@ -0,0 +1,3 @@
A tool to query the SPDX license list. Use the binary `spdx-lookup`.
WWW: https://github.com/bbqsrc/spdx-lookup-python