| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
x11)
|
|
|
|
| |
Approved by: portmgr (bapt@)
|
|
|
|
|
|
|
|
| |
- tab -> space WWW: line in pkg-descr
PR: ports/174512
Submitted by: myself
Approved by: maintainer timeout (2 weeks)
|
|
|
|
|
|
| |
PR: ports/169788
Submitted by: jgh@ (myself)
Approved by: maintainer timeout, tom@hur.st ( 14 days )
|
| |
|
|
|
|
|
|
| |
PR: 164577
Submitted by: "Mikhail T." <m.tsatsenko at gmail dot com>
Approved by: maintainer (timeout; 2 weeks)
|
|
|
|
|
|
| |
- Bump portrevision
Approved by: Thomas Hurst <tom@hur.st> (maintainer)
|
|
|
|
|
|
|
|
| |
- Add license
PR: ports/160752
Submitted by: Mikhail T. <m.tsatsenko@gmail.com>
Approved by: Thomas Hurst <tom@hur.st> (maintainer) (with version update)
|
|
|
|
| |
- While here kick md5 support
|
|
|
|
|
| |
PR: ports/147440
Submitted by: me
|
| |
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
| |
|
|
|
|
|
|
| |
PR: 137920
Submitted by: Romain Tartiere <romain@blogreen.org>
Approved by: maintainer
|
| |
|
|
|
|
|
|
| |
bumped or updated
Requested by: edwin
|
|
|
|
|
| |
PR: 131662
Submitted by: Thomas Hurst <tom@hur.st> (maintainer)
|
|
|
|
|
| |
PR: 127518
Submitted by: Thomas Hurst <tom@hur.st> (maintainer)
|
|
|
|
|
| |
PR: 126919
Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer)
|
|
|
|
| |
Reported by: pointyhat via pav, IonBot
|
|
|
|
|
|
|
| |
- Add OPTIONS for NLS and GCONF
PR: ports/125384
Submitted by: Thomas Hurst <tom@hur.st> (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
|
gnome-terminal to provide a tiled set of terminals in as little
space as possible.
WWW: http://www.tenshu.net/terminator/
PR: ports/122489
Submitted by: Thomas Hurst <tom at hur.st>
|