New port: misc/py-pykml: Python KML library, language for encoding, annotating geographic data
This commit is contained in:
parent
02187a448d
commit
46da660498
@ -425,6 +425,7 @@
|
||||
SUBDIR += py-progressbar2
|
||||
SUBDIR += py-progressbar231
|
||||
SUBDIR += py-pyfiglet
|
||||
SUBDIR += py-pykml
|
||||
SUBDIR += py-pyprind
|
||||
SUBDIR += py-python-geohash
|
||||
SUBDIR += py-python-utils
|
||||
|
||||
21
misc/py-pykml/Makefile
Normal file
21
misc/py-pykml/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pykml
|
||||
DISTVERSION= 0.1.3
|
||||
CATEGORIES= misc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Python KML library, language for encoding, annotating geographic data
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=2.2.6:devel/py-lxml@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils concurrent autoplist
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
misc/py-pykml/distinfo
Normal file
3
misc/py-pykml/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1532835706
|
||||
SHA256 (pykml-0.1.3.tar.gz) = e1a133e582f0b4652a6b00bac970b446d90580664e5a634a670731c990ff9f05
|
||||
SIZE (pykml-0.1.3.tar.gz) = 43925
|
||||
13
misc/py-pykml/pkg-descr
Normal file
13
misc/py-pykml/pkg-descr
Normal file
@ -0,0 +1,13 @@
|
||||
pyKML is a Python package for creating, parsing, manipulating, and validating
|
||||
KML, a language for encoding and annotating geographic data.
|
||||
|
||||
pyKML is based on the lxml.objectify API which provides a Pythonic API for
|
||||
working with XML documents. pyKML adds additional functionality specific to the
|
||||
KML language.
|
||||
|
||||
KML comes in several flavors. pyKML can be used with KML documents that follow
|
||||
the base OGC KML specification, the Google Extensions Namespace, or a
|
||||
user-supplied extension to the base KML specification (defined by an XML Schema
|
||||
document).
|
||||
|
||||
WWW: https://pythonhosted.org/pykml
|
||||
Loading…
x
Reference in New Issue
Block a user