Bug 221730 - new ports: devel/py-gtfslib, open source library in python for reading GTFS files, and a dependency: devel/pyqtree
Summary: new ports: devel/py-gtfslib, open source library in python for reading GTFS f...
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: Danilo G. Baio
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-22 22:05 UTC by Loïc Bartoletti
Modified: 2017-08-30 00:50 UTC (History)
2 users (show)

See Also:
lbartoletti: maintainer-feedback+


Attachments
new port devel/gtfslib (2.61 KB, patch)
2017-08-22 22:05 UTC, Loïc Bartoletti
no flags Details | Diff
new port devel/pyqtree (2.60 KB, patch)
2017-08-22 22:05 UTC, Loïc Bartoletti
no flags Details | Diff
new port devel/gtfslib (2.71 KB, patch)
2017-08-22 22:08 UTC, Loïc Bartoletti
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Loïc Bartoletti freebsd_committer freebsd_triage 2017-08-22 22:05:01 UTC
Created attachment 185685 [details]
new port devel/gtfslib

gtfslib is an open source library in python for reading GTFS (see https://fr.wikipedia.org/wiki/General_Transit_Feed_Specification) files and computing various stats and indicators about Public Transport networks.

Poudriere 10, 11 i386/amd64 OK
Portlint ok

Tested on 11 amd64.
Comment 1 Loïc Bartoletti freebsd_committer freebsd_triage 2017-08-22 22:05:38 UTC
Created attachment 185686 [details]
new port devel/pyqtree
Comment 2 Loïc Bartoletti freebsd_committer freebsd_triage 2017-08-22 22:08:20 UTC
Created attachment 185687 [details]
new port devel/gtfslib
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-08-30 00:26:05 UTC
A commit references this bug:

Author: dbaio
Date: Wed Aug 30 00:25:10 UTC 2017
New revision: 448950
URL: https://svnweb.freebsd.org/changeset/ports/448950

Log:
  New port devel/py-pyqtree: Pure Python quad tree spatial index for GIS or rendering usage

  Pyqtree is a pure Python spatial index for GIS or rendering usage. It storesand
  quickly retrieves items from a 2x2 rectangular grid area, and grows in depth and
  detail as more items are added. The actual quad tree implementation is adapted
  from Matt Rasmussen's compbio library and extended for geospatial use.

  WWW: https://github.com/karimbahgat/Pyqtree

  PR:		221730
  Submitted by:	lbartoletti@tuxfamily.org

Changes:
  head/devel/Makefile
  head/devel/py-pyqtree/
  head/devel/py-pyqtree/Makefile
  head/devel/py-pyqtree/distinfo
  head/devel/py-pyqtree/pkg-descr
Comment 4 commit-hook freebsd_committer freebsd_triage 2017-08-30 00:48:24 UTC
A commit references this bug:

Author: dbaio
Date: Wed Aug 30 00:48:00 UTC 2017
New revision: 448951
URL: https://svnweb.freebsd.org/changeset/ports/448951

Log:
  New port devel/py-gtfslib: Library for reading GTFS-based transit data in Python

  An open source library in python for reading GTFS files and computing various
  stats and indicators about Public Transport networks.

  WWW: https://pypi.python.org/pypi/gtfslib

  PR:		221730
  Submitted by:	lbartoletti@tuxfamily.org

Changes:
  head/devel/Makefile
  head/devel/py-gtfslib/
  head/devel/py-gtfslib/Makefile
  head/devel/py-gtfslib/distinfo
  head/devel/py-gtfslib/pkg-descr
Comment 5 Danilo G. Baio freebsd_committer freebsd_triage 2017-08-30 00:50:12 UTC
Committed, I've also included plugin pyshp dependency, thanks!