Bug 261709 - [NEW PORT] devel/py-gpxpy Python library for parsing and manipulating GPX files
Summary: [NEW PORT] devel/py-gpxpy Python library for parsing and manipulating GPX files
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Loïc Bartoletti
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-04 09:30 UTC by stl
Modified: 2022-02-04 18:07 UTC (History)
1 user (show)

See Also:


Attachments
Patch (1.71 KB, patch)
2022-02-04 09:30 UTC, stl
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description stl 2022-02-04 09:30:37 UTC
Created attachment 231551 [details]
Patch

gpxpy "is a simple Python library for parsing and manipulating GPX files."
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-02-04 18:06:44 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ea42a77ef99382ec74215a529df5ea0cbd713716

commit ea42a77ef99382ec74215a529df5ea0cbd713716
Author:     Steven Lawrance <stl@koffein.net>
AuthorDate: 2022-02-04 09:25:00 +0000
Commit:     Loïc Bartoletti <lbartoletti@FreeBSD.org>
CommitDate: 2022-02-04 18:05:09 +0000

    devel/py-gpxpy: New port: Python library for parsing and manipulating GPX files

    GPXPY is a simple Python library for parsing and manipulating GPX files.
    GPX is an XML based format for GPS tracks.

    WWW: https://pypi.org/project/gpxpy/

    PR:             261709
    Reported by:    Steven Lawrance <stl@koffein.net>

 devel/Makefile                 |  1 +
 devel/py-gpxpy/Makefile (new)  | 17 +++++++++++++++++
 devel/py-gpxpy/distinfo (new)  |  3 +++
 devel/py-gpxpy/pkg-descr (new) |  4 ++++
 4 files changed, 25 insertions(+)
Comment 2 Loïc Bartoletti freebsd_committer freebsd_triage 2022-02-04 18:07:15 UTC
Committed, with minor changes, thanks!