Bug 191659

Summary: [New port]: devel/py-tzlocal: tzinfo object for local timezone
Product: Ports & Packages Reporter: Melvyn Sopacua <m.r.sopacua>
Component: Individual Port(s)Assignee: William Grzybowski <wg>
Status: Closed FIXED    
Severity: Affects Only Me CC: wg
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
add-py-tzlocal-1.1.1.patch none

Description Melvyn Sopacua 2014-07-06 13:04:27 UTC
Created attachment 144456 [details]
add-py-tzlocal-1.1.1.patch

This Python module returns a tzinfo object with the local timezone
information under Unix and Win-32. It requires pytz, and returns pytz
tzinfo objects.

This module attempts to fix a glaring hole in pytz, that there is no way
to get the local timezone information, unless you know the zoneinfo
name, and under several Linux distros that's hard or impossible to
figure out.

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

NOTE: required by mezzanine 3.x line (not in ports atm)

Fix:
Reports:	https://redports.org/buildarchive/20140706124935-09747/
Portlint:	looks fine
Testable:	yes
Tested:		yes
Comment 1 John Marino freebsd_committer freebsd_triage 2014-07-31 16:15:17 UTC
Awesome foresight to provide test results.  That earns you "patch-ready" out of the box. :)
Comment 2 Melvyn Sopacua 2014-07-31 20:26:54 UTC
That's koobs@ mentoring skills. :)
Comment 3 commit-hook freebsd_committer freebsd_triage 2014-08-03 11:22:50 UTC
A commit references this bug:

Author: wg
Date: Sun Aug  3 11:22:46 UTC 2014
New revision: 363875
URL: http://svnweb.freebsd.org/changeset/ports/363875

Log:
  devel/hg-git: update to 0.6.1 [1]

  - Add DOCS [1]
  - Remove not required dependency

  PR:		191659
  Submitted by:	maintainer [1]

Changes:
  head/devel/hg-git/Makefile
  head/devel/hg-git/distinfo
Comment 4 commit-hook freebsd_committer freebsd_triage 2014-08-03 11:28:53 UTC
A commit references this bug:

Author: wg
Date: Sun Aug  3 11:28:44 UTC 2014
New revision: 363877
URL: http://svnweb.freebsd.org/changeset/ports/363877

Log:
  devel/py-tzlocal

  This Python module returns a tzinfo object with the local timezone
  information under Unix and Win-32. It requires pytz, and returns pytz
  tzinfo objects.

  This module attempts to fix a glaring hole in pytz, that there is no way
  to get the local timezone information, unless you know the zoneinfo
  name, and under several Linux distros that's hard or impossible to
  figure out.

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

  PR:		191659
  Submitted by:	melvyn magemana nl

Changes:
  head/devel/Makefile
  head/devel/py-tzlocal/
  head/devel/py-tzlocal/Makefile
  head/devel/py-tzlocal/distinfo
  head/devel/py-tzlocal/pkg-descr