mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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/>. WWW: https://github.com/bbqsrc/spdx-python PR: 205723 Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
This commit is contained in:
parent
6de9536def
commit
d0a308d467
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405047
4 changed files with 27 additions and 0 deletions
|
@ -370,6 +370,7 @@
|
|||
SUBDIR += posixtestsuite
|
||||
SUBDIR += proxyper
|
||||
SUBDIR += pspresent
|
||||
SUBDIR += py-spdx
|
||||
SUBDIR += py-YABT
|
||||
SUBDIR += py-osd
|
||||
SUBDIR += py-pexpect
|
||||
|
|
18
misc/py-spdx/Makefile
Normal file
18
misc/py-spdx/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Created by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= spdx
|
||||
DISTVERSION= 2.3.0b1.post2
|
||||
CATEGORIES= misc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= brendan+freebsd@bbqsrc.net
|
||||
COMMENT= SPDX license list database
|
||||
|
||||
LICENSE= CC0-1.0
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
2
misc/py-spdx/distinfo
Normal file
2
misc/py-spdx/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (spdx-2.3.0b1.post2.tar.gz) = c1fff6408ee1a2b2a063c234c31dcd2b1d8b39915128152d61de2cefcf66aa98
|
||||
SIZE (spdx-2.3.0b1.post2.tar.gz) = 564691
|
6
misc/py-spdx/pkg-descr
Normal file
6
misc/py-spdx/pkg-descr
Normal file
|
@ -0,0 +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/>.
|
||||
|
||||
WWW: https://github.com/bbqsrc/spdx-python
|
Loading…
Add table
Reference in a new issue