Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 May 2021 09:45:53 1.16.0
|
Kirill Ponomarev (krion)  |
devel/py-six: update to 1.16.0 |
06 Apr 2021 14:31:07 1.15.0
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
04 Feb 2021 14:35:00
1.15.0
|
mat  |
Those ports are allowed to build a 2.7 flavor, for now. |
17 Aug 2020 23:44:43
1.15.0
|
dbaio  |
devel/py-six: Update to 1.15.0
Changelog: https://github.com/benjaminp/six/blob/1.15.0/CHANGES
PR: 248675
Submitted by: daniel.engberg.lists@pyret.net
MFH: 2020Q3 (performance fix) |
27 Jan 2020 20:10:30
1.14.0
|
sunpoet  |
Update to 1.14.0
Changes: https://github.com/benjaminp/six/blob/master/CHANGES |
13 Jan 2020 17:49:23
1.13.0
|
sunpoet  |
Update to 1.13.0
- Update WWW
Changes: https://github.com/benjaminp/six/blob/master/CHANGES |
12 Dec 2018 01:26:41
1.12.0
|
wen  |
- Update to 1.12.0 |
20 Jun 2018 17:05:44
1.11.0
|
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.11.0
|
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.11.0 
|
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 ) |
18 Sep 2017 17:49:19
1.11.0
|
sunpoet  |
Update to 1.11.0
Changes: https://github.com/benjaminp/six/blob/master/CHANGES |
02 Mar 2017 16:55:17
1.10.0
|
skreuzer  |
Python 3 variant of devel/py-six
PR: 217473
Submitted by: Danilo G. Baio <dbaio@bsd.com.br> |
01 Apr 2016 14:00:57
1.10.0
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
07 Mar 2016 04:36:25
1.10.0
|
koobs  |
devel/py-six: Update to 1.10.0, Modernize
- Update PORTVERSION and distinfo checksum (1.10.0)
- Enable NO_ARCH (architecture independent)
- Update test target
Changes:
https://bitbucket.org/gutworth/six/src/default/CHANGES
Approved by: koobs (python, with hat) |
26 Jun 2015 14:46:41
1.9.0
|
koobs  |
devel/py-six: Update to 1.9.0
Approved by: python (with hat) |
26 Sep 2014 12:26:34
1.8.0
|
wg  |
devel/py-six: update to 1.8.0 |
25 Aug 2014 09:44:56
1.7.3_1
|
koobs  |
devel/py-six: Add LICENSE_FILE and QA entries
- Add LICENSE_FILE
- Add TEST_DEPENDS and regression-test target
- pkg-descr: Strip trailing slash from WWW: URL |
20 Aug 2014 12:42:55
1.7.3
|
rm  |
devel/py-six: update 1.7.3; pass maintainership to python@
Requested by: koobs |
07 Jan 2014 21:36:44
1.5.2
|
rm  |
- update to 1.5.2 |
10 Nov 2013 18:56:03
1.4.1
|
rm  |
Cleanup:
- staging
- autoplist |
23 Sep 2013 12:52:17
1.4.1
|
rm  |
Tidy up zope/plone ports over the tree. Common changes:
- remove indefinite article from COMMENT
- align USE_PYDISTUTILS value in Makefile
- tab -> space change in pkg-descr:WWW
- update WWW to use https scheme in url to avoid redirect
- add trailing slash to WWW
All changes are non-functional. |
20 Sep 2013 17:13:47
1.4.1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
20 Sep 2013 08:41:10
1.4.1
|
rm  |
- fix packing list with python3 |
07 Sep 2013 10:00:50
1.4.1
|
rm  |
- update to 1.4.1
- update project url to avoid redirect
PR: 181810
Submitted by: Kozlov Sergey <kozlov.sergey.404@gmail.com> |
17 Apr 2013 06:44:00
1.2.0
|
rm  |
- pass maintainership to zope@
- trim Makefile header, while here
Approved by: clsung (maintainer, via linkedin)
Feature safe: yes |
31 Jan 2013 13:40:49
1.2.0
|
rm  |
- update to 1.2.0 (that's required for our current devel/py-dateutil version)
- trim Makefile header
- tab -> space change in pkg-descr:WWW
Approved by: maintainer (implicit; email with no response) |
14 Dec 2011 10:13:51
1.1.0
|
clsung  |
- update to 1.1.0
- add LICENSE (MIT)
- change USE_PYTHON to just YES, because it will work with any supported python
versions
- move pkg-plist to PLIST_FILES
PR: ports/163014
Submitted by: rm |
15 Nov 2011 06:33:15
1.0.0
|
clsung  |
Six is a Python 2 and 3 compatibility library. It provides utility
functions for smoothing over the differences between the Python versions
with the goal of writing Python code that is compatible on both Python
versions. See the documentation for more information on what is provided.
WWW: http://pypi.python.org/pypi/six
Noted by: rm
Feature safe: yes |