Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
28 Dec 2020 23:02:15
1.5.1

|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
07 Sep 2018 02:26:36
1.5.1

|
yuri  |
devel/py-tzlocal: Update 1.4 -> 1.5.1
Also change WWW to the proper homepage.
PR: 230586
Approved by: rob.kruus@gmail.com (maintainer) |
20 Jun 2018 17:05:44
1.4

|
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
25 Apr 2018 16:42:38
1.4

|
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 |
30 Nov 2017 15:50:34
1.4

|
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
17 Nov 2017 06:25:33
1.4

|
antoine  |
Fix PKGNAME collision between py-tzlocal and py3-tzlocal
Pointy hat: ultima
With hat: portmgr |
16 Nov 2017 18:51:18
1.4

|
ultima  |
* Updated to 1.4
* LICENSE changed to MIT
* Clean up Makefile
Changes: https://pypi.python.org/pypi/tzlocal/1.4
PR: 223712
Submitted by: <rob^@gma^> (maintainer) |
12 Jun 2017 10:39:27
1.3

|
sunpoet  |
Add py3-tzlocal 1.3
- While I'm here, fix indent
PR: 219611
Submitted by: Rudolf Siegel <rs.os@t-online.de>
Approved by: maintainer (timeout, 15 days) |
05 Dec 2016 02:27:23
1.3

|
wen  |
- Update to 1.3
PR: 213580
Submitted by: robert.kruus@utoronto.ca(maintainer) |
25 May 2016 17:11:20
1.2.2

|
amdmi3  |
- Update to 1.2.2
- Pass maintainership to submitter
- While here, switch to new test framework, add NO_ARCH and LICENSE_FILE
PR: 209751
Submitted by: rob.kruus@gmail.com |
25 May 2016 01:41:39
1.1.1

|
zi  |
- Reset MAINTAINERship due to fatal email bounces (no MX record, no A record),
maintainer timeouts
Reported by: portscout |
01 Apr 2016 14:00:57
1.1.1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
20 Oct 2014 16:04:14
1.1.1

|
mva  |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
03 Aug 2014 11:28:44
1.1.1

|
wg  |
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 |