non port: x11-toolkits/py-wxPython28/pkg-plist |
Number of commits found: 9 |
Tuesday, 27 Jan 2015
|
21:01 amdmi3
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket, kwm (for gnome@ ports)
 |
Saturday, 5 Jul 2014
|
18:22 wg
Introduce x11-toolkits/py-wxPython30
x11-toolkits/py-wxPython28 was been modified to do not install wxversion python
files which conflict with wxPython30. Instead a new port has been created
(x11-toolkits/py-wxPython-common) which only installs wxversion and wx.pth
responsible for selecting the wxPython version.
Stage support has been added to all related ports.
Maintainership has been reset to python@.
The final goal is to make all ports use wxPython30 so we can remove wxPython28.
 |
Sunday, 15 Dec 2013
|
16:22 wg
Use setuptools for all Python ports.
Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.
Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.
Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.
pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is
unavailable or has other issues associated with it.
This work allows us to unify how python packages are built, ensure that Python
distributions are installed consistently, reduces complexity for Python port
maintainers and paves the way for simplifying the Python ports framework in
the future.
With hat on: python
Reviewed by: koobs, antoine
Exp-run: bdrewery
Approved by: bdrewery (portmgr)
 |
Wednesday, 19 Oct 2011
|
17:31 glarkin
- Updated to 2.8.12.1
ChangeLog:
http://www.wxpython.org/recentchanges.php (scroll to 2.8.10.1 - 2.8.12.1)
- Start storing distfile in distfiles/python
- Removed stale patch (patch-wxpython-fedora11)
PR: ports/161693
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by: Neal Nelson <neal@nicandneal.net> (maintainer)
 |
Monday, 28 Feb 2011
|
10:56 wen
- Fix build with python-2.7
PR: ports/155065
Submitted by: Wen Heping (myself)
Approved by: maintainer
 |
Tuesday, 20 Jul 2010
|
20:34 rene
Update to 2.8.10.1.
PR: ports/148782
Submitted by: myself
Approved by: maintainer, tabthorpe (mentor)
Obtained from: Fedora (API patch)
 |
Monday, 8 Jun 2009
|
22:30 miwi
- Update lang/python26 and make Python 2.6.2 to the default Python version
Tested by: 3 pointyhat runs
Thanks to: pav, gahr, lwhsu, mva, amdmi3
 |
Monday, 10 Mar 2008
|
19:12 alepulver
- Update to version 2.8.7.1.
PR: ports/118919
Approved by: Neal Nelson <neal@nelson.name> (maintainer)
 |
Saturday, 29 Sep 2007
|
17:54 alepulver
- Complete repocopy of x11-toolkits/py-wxPython28,
x11-toolkits/py-wxPython28-common and x11-toolkits/py-wxPython28-unicode,
applying the corresponding patches.
- Add PYDISTUTILS_NOEGGINFO to fix plist issues [1].
- Integrate with bsd.wx.mk: the noticeable difference is that ports using
USE_WX=2.6+ and WX_COMPS=python will be built from now on with wxWidgets
2.8, which was previously restricted for these ports because of the lack of
the "python" component for version 2.6 [1].
PR: ports/115349, ports/115350, ports/115351
Submitted by: Neal Nelson <neal@nelson.name>
Reworked by: alepulver (myself) [1]
 |
Number of commits found: 9 |