mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
Utility library to parse, normalize and compare License expressions for Python
using a boolean logic engine. The intended use is for expressions using SPDX or any other license id scheme. WWW: https://github.com/nexB/license-expression PR: 229449 Submitted by: freebsd_ports@k-worx.org Sponsored by: iXsystems Inc.
This commit is contained in:
parent
64212f4d89
commit
aed6b49549
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=475534
@ -1316,6 +1316,7 @@
|
||||
SUBDIR += py-libtre
|
||||
SUBDIR += py-libxml2
|
||||
SUBDIR += py-libxslt
|
||||
SUBDIR += py-license-expression
|
||||
SUBDIR += py-ltxml
|
||||
SUBDIR += py-m2r
|
||||
SUBDIR += py-mako
|
||||
|
24
textproc/py-license-expression/Makefile
Normal file
24
textproc/py-license-expression/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= license-expression
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.98
|
||||
CATEGORIES= textproc python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= freebsd_ports@k-worx.org
|
||||
COMMENT= Parses, normalizes and compares license expressions
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/NOTICE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boolean.py>=3.5:devel/py-boolean.py@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= nexB
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/py-license-expression/distinfo
Normal file
3
textproc/py-license-expression/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1530192682
|
||||
SHA256 (nexB-license-expression-v0.98_GH0.tar.gz) = 65c9f3df7f5dbc294ca866b6fa4fda91d0f3b0e0cf57341b52cb239b0ff88e09
|
||||
SIZE (nexB-license-expression-v0.98_GH0.tar.gz) = 5172261
|
5
textproc/py-license-expression/pkg-descr
Normal file
5
textproc/py-license-expression/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Utility library to parse, normalize and compare License expressions for Python
|
||||
using a boolean logic engine. The intended use is for expressions using SPDX or
|
||||
any other license id scheme.
|
||||
|
||||
WWW: https://github.com/nexB/license-expression
|
Loading…
Reference in New Issue
Block a user