View | Details | Raw Unified | Return to bug 229449
Collapse All | Expand All

(-)py-license-expression/Makefile (+24 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	license-expression
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.98
6
CATEGORIES=	textproc python
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
MAINTAINER=	freebsd_ports@k-worx.org
10
COMMENT=	Parses, normalizes and compares license expressions
11
12
LICENSE=	APACHE20
13
LICENSE_FILE=	${WRKSRC}/NOTICE
14
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}boolean.py>=3.5:devel/py-boolean.py@${PY_FLAVOR}
16
17
USES=		python
18
USE_PYTHON=	distutils autoplist
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	nexB
21
22
NO_ARCH=	yes
23
24
.include <bsd.port.mk>
(-)py-license-expression/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1530192682
2
SHA256 (nexB-license-expression-v0.98_GH0.tar.gz) = 65c9f3df7f5dbc294ca866b6fa4fda91d0f3b0e0cf57341b52cb239b0ff88e09
3
SIZE (nexB-license-expression-v0.98_GH0.tar.gz) = 5172261
(-)py-license-expression/pkg-descr (+5 lines)
Line 0 Link Here
1
Utility library to parse, normalize and compare License expressions for Python
2
using a boolean logic engine. The intended use is for expressions using SPDX or
3
any other license id scheme. 
4
5
WWW: https://github.com/nexB/license-expression

Return to bug 229449