View | Details | Raw Unified | Return to bug 228665 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+19 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	cligj
4
PORTVERSION=	0.4.0
5
CATEGORIES=	devel python
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
MAINTAINER=	lbartoletti@tuxfamily.org
10
COMMENT=	Click-based argument and option decorators for Python GIS cli
11
12
LICENSE=	BSD3CLAUSE
13
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>4.0:devel/py-click
15
16
USES=		python
17
USE_PYTHON=	autoplist distutils
18
19
.include <bsd.port.mk>
(-)distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1527876764
2
SHA256 (cligj-0.4.0.tar.gz) = 12ad07994f5c1173b06087ffbaacec52f9ebe4687926e5aacfc22b6b0c8b3f54
3
SIZE (cligj-0.4.0.tar.gz) = 7281
(-)pkg-descr (+7 lines)
Line 0 Link Here
1
Common arguments and options for GeoJSON processing commands, using Click.
2
3
cligj is for Python developers who create command line interfaces for
4
geospatial data. cligj allows you to quickly build consistent, well-tested 
5
and interoperable CLIs for handling GeoJSON.
6
7
WWW: https://pypi.python.org/pypi/cliqj

Return to bug 228665