pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-gpxpy: imported version 1.4.2



Module Name:	pkgsrc-wip
Committed By:	Aleksej Lebedev <root%zta.lk@localhost>
Pushed By:	zhtw
Date:		Thu Feb 4 15:32:42 2021 +0100
Changeset:	dfe69ac3e60362ca3c60222d201eadc3289df33f

Added Files:
	py-gpxpy/DESCR
	py-gpxpy/Makefile
	py-gpxpy/PLIST
	py-gpxpy/distinfo

Log Message:
py-gpxpy: imported version 1.4.2

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=dfe69ac3e60362ca3c60222d201eadc3289df33f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-gpxpy/DESCR    |  2 ++
 py-gpxpy/Makefile | 14 ++++++++++++++
 py-gpxpy/PLIST    | 27 +++++++++++++++++++++++++++
 py-gpxpy/distinfo |  6 ++++++
 4 files changed, 49 insertions(+)

diffs:
diff --git a/py-gpxpy/DESCR b/py-gpxpy/DESCR
new file mode 100644
index 0000000000..7178cce67a
--- /dev/null
+++ b/py-gpxpy/DESCR
@@ -0,0 +1,2 @@
+This is a simple Python library for parsing and manipulating GPX files.
+GPX is an XML based format for GPS tracks.
diff --git a/py-gpxpy/Makefile b/py-gpxpy/Makefile
new file mode 100644
index 0000000000..ab9db48395
--- /dev/null
+++ b/py-gpxpy/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+DISTNAME=       gpxpy-1.4.2
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=     pkgtools
+MASTER_SITES=   ${MASTER_SITE_PYPI:=g/gpxpy/}
+
+MAINTAINER=	root%zta.lk@localhost
+HOMEPAGE=	https://github.com/tkrajina/gpxpy/
+COMMENT=	Python library for parsing and manipulating GPX files.
+LICENSE=	apache-2.0
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-gpxpy/PLIST b/py-gpxpy/PLIST
new file mode 100644
index 0000000000..079001774e
--- /dev/null
+++ b/py-gpxpy/PLIST
@@ -0,0 +1,27 @@
+@comment $NetBSD$
+bin/gpxinfo
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/gpxpy/__init__.py
+${PYSITELIB}/gpxpy/__init__.pyc
+${PYSITELIB}/gpxpy/__init__.pyo
+${PYSITELIB}/gpxpy/geo.py
+${PYSITELIB}/gpxpy/geo.pyc
+${PYSITELIB}/gpxpy/geo.pyo
+${PYSITELIB}/gpxpy/gpx.py
+${PYSITELIB}/gpxpy/gpx.pyc
+${PYSITELIB}/gpxpy/gpx.pyo
+${PYSITELIB}/gpxpy/gpxfield.py
+${PYSITELIB}/gpxpy/gpxfield.pyc
+${PYSITELIB}/gpxpy/gpxfield.pyo
+${PYSITELIB}/gpxpy/gpxxml.py
+${PYSITELIB}/gpxpy/gpxxml.pyc
+${PYSITELIB}/gpxpy/gpxxml.pyo
+${PYSITELIB}/gpxpy/parser.py
+${PYSITELIB}/gpxpy/parser.pyc
+${PYSITELIB}/gpxpy/parser.pyo
+${PYSITELIB}/gpxpy/utils.py
+${PYSITELIB}/gpxpy/utils.pyc
+${PYSITELIB}/gpxpy/utils.pyo
diff --git a/py-gpxpy/distinfo b/py-gpxpy/distinfo
new file mode 100644
index 0000000000..b3cc19d11e
--- /dev/null
+++ b/py-gpxpy/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (gpxpy-1.4.2.tar.gz) = 409711a350571a59c8f30a894d8727922db23753
+RMD160 (gpxpy-1.4.2.tar.gz) = db29a0163e319509f1c46cf7e1edb8f05c60ff35
+SHA512 (gpxpy-1.4.2.tar.gz) = 0c23d908b0d591ffb569c68f108812aa19ca70709fee95741d25cb472a7602f3418f5de3314af35b25400869fec1c26cca5e7188c12693a48d7f0563168a3050
+Size (gpxpy-1.4.2.tar.gz) = 105718 bytes


Home | Main Index | Thread Index | Old Index