Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Oct 2020 07:02:57
4.9.0

|
antoine  |
Unbreak bulk -a |
08 Dec 2019 15:14:34
4.9.0

|
tcberner  |
devel/py-envisage: Update to 4.9.0
PR: 242263
Submitted by: vladimir.chukharev@gmail.com (maintainer) |
22 Sep 2019 09:16:16
4.8.0

|
rodrigo  |
Update devel/py-envisage from 4.7.2 to 4.8.0.
Add tests
Comment where requirements are defined.
PR: 240661
Submitted by: <vladimir.chukharev@gmail.com> (maintainer) |
18 Jun 2019 01:02:53
4.7.2

|
swills  |
devel/py-envisage: Update to 4.7.2
PR: 238439
Submitted by: vladimir.chukharev@gmail.com (maintainer) |
10 Feb 2019 21:07:25
4.7.1

|
swills  |
devel/py-envisage: update to 4.7.1
PR: 235612
Submitted by: vladimir.chukharev@gmail.com (maintainer) |
03 Dec 2018 04:33:29
4.7.0

|
swills  |
devel/py-envisage: Update to 4.7.0
PR: 233675
Submitted by: vladimir.chukharev@gmail.com (maintainer) |
20 Jun 2018 17:05:44
4.6.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 |
30 Nov 2017 15:50:34
4.6.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 ) |
21 Apr 2017 06:21:01
4.6.0

|
miwi  |
- Update to 4.6.0
PR: 218476
Submitted by: maintainer |
01 Apr 2016 14:00:57
4.5.1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
17 Mar 2016 17:26:53
4.5.1

|
feld  |
devel/py-envisage: Update to 4.5.1
Also, do some other changes:
* switch from GitHub to CHEESESHOP
* fix LICENSEs (few minor remaining questions sent upstream)
* change USES=python:2 to USES=python:-2.7 since python2 link is not
used by the port
PR: 207798 |
15 Nov 2015 14:27:58
4.4.0

|
wg  |
devel/py-envisage: Framework for building applications with plug-ins from
Enthought
Envisage is a Python-based framework for building extensible applications, that
is, applications whose functionality can be extended by adding "plug-ins".
Envisage provides a standard mechanism for features to be added to an
application, whether by the original developer or by someone else. In fact,
when you build an application using Envisage, the entire application consists
primarily of plug-ins. In this respect, it is similar to the Eclipse and
Netbeans frameworks for Java applications.
Each plug-in is able to:
* Advertise where and how it can be extended (its "extension points").
* Contribute extensions to the extension points offered by other plug-ins.
* Create and share the objects that perform the real work of the application
("services").
The Envisage project provides the basic machinery of the Envisage framework.
WWW: http://www.github.com/enthought/envisage
PR: 204430
Submitted by: vladimir.chukharev gmail .dot com |