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

|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
29 Jul 2018 11:46:50
4.1.0

|
pi  |
devel/py-zope.configuration: update 3.8.0 -> 4.1.0
- Drop support for Python 2.6 and 3.2
- Add support for Python 3.5 and 3.6
PR: 225010
Submitted by: Charlie Li <ml+freebsd@vishwin.info>
Approved by: zope (maintainer timeout)
Relnotes: https://pypi.org/project/zope.configuration/ |
20 Jun 2018 17:05:44
3.8.0_1

|
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
3.8.0_1

|
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 |
08 Feb 2018 20:18:09
3.8.0_1

|
amdmi3  |
Canonicalize PyPi WWWs:
- Switch to https://
- Remove trailing slashes
Approved by: portmgr blanket |
30 Nov 2017 15:50:34
3.8.0_1

|
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 ) |
01 Apr 2016 14:00:57
3.8.0_1

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

|
mva  |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
05 Jan 2014 21:02:29
3.8.0_1

|
rm  |
- stop using easy_install for installing
- convert to autogenerated packing list
- bump PORTREVISION because the resulting packages changed
- add staging support as side effect of PYDISTUTILS_AUTOPLIST
- move DIST_SUBDIR to more appropriate Makefile "section", and add it where
it is missing |
23 Sep 2013 12:52:17
3.8.0

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

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
17 Apr 2013 06:44:00
3.8.0

|
rm  |
- pass maintainership to zope@
- trim Makefile header, while here
Approved by: clsung (maintainer, via linkedin)
Feature safe: yes |
15 Dec 2011 00:47:12
3.8.0
|
clsung  |
- update to 3.8.0
- hold distfile in distfiles/zope
- add LICENSE (ZPL21)
- align dependencies per setup.py
- update WWW
PR: port/163210
Submitted by: rm |
29 Sep 2011 21:18:00
3.7.4_1
|
glarkin  |
- Chase repocopy of devel/py-zopeInterace to devel/py-zope.interface
PR: ports/160846
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
06 Apr 2011 07:53:45
3.7.4
|
clsung  |
- Update to 3.7.4 |
21 Mar 2011 09:11:01
3.7.3
|
clsung  |
The zope configuration system provides an extensible system for
supporting various kinds of configurations.
It is based on the idea of configuration directives. Users of the
configuration system provide configuration directives in some language
that express configuration choices. The intent is that the language be
pluggable. An XML language is provided by default.
WWW: http://www.python.org/pypi/zope.configuration |