You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
813 B
Tcl
26 lines
813 B
Tcl
# -*- 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 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
|