Bug 221730

Summary: new ports: devel/py-gtfslib, open source library in python for reading GTFS files, and a dependency: devel/pyqtree
Product: Ports & Packages Reporter: Loïc Bartoletti <lbartoletti>
Component: Individual Port(s)Assignee: Danilo G. Baio <dbaio>
Status: Closed FIXED    
Severity: Affects Only Me CC: dbaio, python
Priority: --- Flags: lbartoletti: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
new port devel/gtfslib
none
new port devel/pyqtree
none
new port devel/gtfslib none

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!