Import py-cligj 0.4.0.
Common arguments and options for GeoJSON processing commands, using Click. cligj is for Python developers who create command line interfaces for geospatial data. cligj allows you to quickly build consistent, well-tested and interoperable CLIs for handling GeoJSON. ok sthen@
This commit is contained in:
parent
0fda964e31
commit
76732a1fe9
23
geo/py-cligj/Makefile
Normal file
23
geo/py-cligj/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2018/02/25 13:11:10 landry Exp $
|
||||
|
||||
COMMENT = click params for command line interfaces to GeoJSON
|
||||
|
||||
MODPY_EGG_VERSION = 0.4.0
|
||||
DISTNAME = cligj-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
|
||||
CATEGORIES = geo
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
MODPY_PI = Yes
|
||||
MODPY_SETUPTOOLS = Yes
|
||||
MODULES = lang/python
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
|
||||
RUN_DEPENDS = devel/py-click${MODPY_FLAVOR}
|
||||
|
||||
.include <bsd.port.mk>
|
2
geo/py-cligj/distinfo
Normal file
2
geo/py-cligj/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (cligj-0.4.0.tar.gz) = Eq0HmU9cEXOwYIf/uqzsUvnr5Gh5JuWqz8IrawyLP1Q=
|
||||
SIZE (cligj-0.4.0.tar.gz) = 7281
|
5
geo/py-cligj/pkg/DESCR
Normal file
5
geo/py-cligj/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
Common arguments and options for GeoJSON processing commands, using Click.
|
||||
|
||||
cligj is for Python developers who create command line interfaces for
|
||||
geospatial data. cligj allows you to quickly build consistent, well-tested and
|
||||
interoperable CLIs for handling GeoJSON.
|
16
geo/py-cligj/pkg/PLIST
Normal file
16
geo/py-cligj/pkg/PLIST
Normal file
@ -0,0 +1,16 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2018/02/25 13:11:10 landry Exp $
|
||||
lib/python${MODPY_VERSION}/site-packages/cligj/
|
||||
lib/python${MODPY_VERSION}/site-packages/cligj-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/cligj-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
lib/python${MODPY_VERSION}/site-packages/cligj-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/cligj-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/cligj-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
|
||||
lib/python${MODPY_VERSION}/site-packages/cligj-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/cligj-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/cligj/__init__.py
|
||||
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/cligj/${MODPY_PYCACHE}/
|
||||
lib/python${MODPY_VERSION}/site-packages/cligj/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/cligj/${MODPY_PYCACHE}features.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/cligj/${MODPY_PYCACHE}plugins.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/cligj/features.py
|
||||
lib/python${MODPY_VERSION}/site-packages/cligj/plugins.py
|
Loading…
x
Reference in New Issue
Block a user