aboutsummaryrefslogtreecommitdiff
path: root/misc/py-spdx-lookup
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2016-01-02 06:15:45 +0000
committerMartin Wilke <miwi@FreeBSD.org>2016-01-02 06:15:45 +0000
commitc8a152e10c4fa3428c3fb97d45c2f46223327880 (patch)
treefbc08c41b20141acd093625ba2273f02bb112306 /misc/py-spdx-lookup
parentd0a308d467696f4b5bce97bfca3bf9acf4f18f39 (diff)
downloadports-c8a152e10c4fa3428c3fb97d45c2f46223327880.tar.gz
ports-c8a152e10c4fa3428c3fb97d45c2f46223327880.zip
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>
Notes
Notes: svn path=/head/; revision=405048
Diffstat (limited to 'misc/py-spdx-lookup')
-rw-r--r--misc/py-spdx-lookup/Makefile20
-rw-r--r--misc/py-spdx-lookup/distinfo2
-rw-r--r--misc/py-spdx-lookup/pkg-descr3
3 files changed, 25 insertions, 0 deletions
diff --git a/misc/py-spdx-lookup/Makefile b/misc/py-spdx-lookup/Makefile
new file mode 100644
index 000000000000..08baef04fde6
--- /dev/null
+++ b/misc/py-spdx-lookup/Makefile
@@ -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>
diff --git a/misc/py-spdx-lookup/distinfo b/misc/py-spdx-lookup/distinfo
new file mode 100644
index 000000000000..9f8403663932
--- /dev/null
+++ b/misc/py-spdx-lookup/distinfo
@@ -0,0 +1,2 @@
+SHA256 (spdx-lookup-0.3.0.tar.gz) = 548ec49758b88a213bf96e6ecb659de07adf51abbbe960820f7ca638bc75c6ab
+SIZE (spdx-lookup-0.3.0.tar.gz) = 3975
diff --git a/misc/py-spdx-lookup/pkg-descr b/misc/py-spdx-lookup/pkg-descr
new file mode 100644
index 000000000000..e2cd3b656fd8
--- /dev/null
+++ b/misc/py-spdx-lookup/pkg-descr
@@ -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