Port details |
- py-pygpx Python Module For Parsing GPS Exchange Format (GPX) File
- 0.2_1 devel
=0 Version of this port present on the latest quarterly branch. - Maintainer: wenheping@gmail.com
 - Port Added: 2008-07-18 11:14:28
- Last Update: 2022-07-20 14:21:35
- Commit Hash: aa6eefd
- Also Listed In: python
- License: not specified in port
- Description:
- py-gpx is a python module for parsing GPS Exchange Format (GPX) files.
This module allows you to parse and extract data from GPX files.
WWW: https://pypi.org/project/pygpx/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pygpx>0:devel/py-pygpx@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-pygpx/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-pygpx
- pkg install py39-pygpx
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.NOTE: This is a Python port. Instead of py39-pygpx listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-pygpx
- Package flavors (<flavor>: <package>)
- distinfo:
- SHA256 (pygpx-0.2.tar.gz) = 9dce2675494c52d62335159c954142b5ca6eadb99859ac37dea09be723aa5c99
SIZE (pygpx-0.2.tar.gz) = 67332
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- devel_py-pygpx
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:21:35 0.2_1 |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
25 Mar 2022 13:38:11 0.2_1 |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pygpx: Fix build with setuptools 58.0.0+
With hat: python |
06 Apr 2021 14:31:07 0.2_1 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Dec 2020 23:02:15
0.2_1 |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
25 Apr 2018 16:42:38
0.2_1 |
amdmi3  |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
08 Feb 2018 20:18:09
0.2_1 |
amdmi3  |
Canonicalize PyPi WWWs:
- Switch to https://
- Remove trailing slashes
Approved by: portmgr blanket |
14 May 2015 10:15:09
0.2_1 |
mat  |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
20 Oct 2014 16:04:14
0.2_1 |
mva  |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
19 Feb 2014 05:31:15
0.2_1 |
miwi  |
- Stage Support
- Convert to autoplist
- Bump PORTREV |
20 Nov 2013 20:51:25
0.2 |
sunpoet  |
- Update WWW:
- http://cheeseshop.python.org/ -> https://pypi.python.org/
- http://pypi.python.org/ -> https://pypi.python.org/
With hat: python
Approved by: bapt (portmgr) |
20 Sep 2013 17:13:47
0.2 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
03 Jul 2011 14:59:23
0.2 |
ohauer  |
-remove MD5 |
18 Jul 2008 11:13:38
0.2 |
miwi  |
py-gpx is a python module for parsing GPS Exchange Format (GPX) files.
This module allows you to parse and extract data from GPX files.
WWW: http://pypi.python.org/pypi/pygpx/
PR: ports/125254
Submitted by: Wen Heping <wenheping at gmail.com> |