From 07ffea5489ee1538bc96ce0f724618ff8096d146 Mon Sep 17 00:00:00 2001 From: Johan Kutt Date: Tue, 8 Oct 2024 22:57:35 +0300 Subject: [PATCH] py-gpxpy: new port, version 1.6.2 --- python/py-gpxpy/Portfile | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 python/py-gpxpy/Portfile diff --git a/python/py-gpxpy/Portfile b/python/py-gpxpy/Portfile new file mode 100644 index 0000000000000..a1d4e9815fdb2 --- /dev/null +++ b/python/py-gpxpy/Portfile @@ -0,0 +1,25 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim: fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 + +PortSystem 1.0 +PortGroup python 1.0 + +name py-gpxpy +version 1.6.2 +revision 0 +categories-append devel +license Apache-2 +supported_archs noarch +platforms {darwin any} + +python.versions 39 310 311 312 + +maintainers nomaintainer + +description GPX file parser and GPS track manipulation library +long_description ${description} + +homepage https://github.com/tkrajina/gpxpy + +checksums rmd160 8388c6ff9956ea92160a80737452fba815f9e0ba \ + sha256 a72c484b97ec42b80834353b029cc8ee1b79f0ffca1179b2210bb3baf26c01ae \ + size 111695