non port: dns/py-dnspython/pkg-plist-py2 |
SVNWeb
|
Number of commits found: 5 |
Sun, 15 Dec 2013
|
[ 16:22 wg ] (Only the first 10 of 64 ports in this commit are shown above. )
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 (Only the first 15 lines of the commit message are shown above )
|
Mon, 9 Dec 2013
|
[ 14:09 wg ]
dns/py-dnspython: revert last egginfo commit as it doesn't work with python 3
|
[ 13:16 wg ]
dns/py-dnspython: use auto egg info
Submitted by: wg (myself, via email)
Approved by: maintainer
|
Thu, 18 Jul 2013
|
[ 12:24 rm ]
- update to 1.11.0
changelog:
- 1.11.0 is mostly a bug fix release, but two new features are support
for the $GENERATE syntax and the TLSA RR type.
- A number of bugs have been fixed as well.
- Python 2.4 or later is required.
|
Fri, 1 Mar 2013
|
[ 19:32 rm ]
- make this port aware of python3 version distribution (different codebase)
Submitted by: Bertrand Petit <elrond@phoe.frmug.org> (by mail)
|
Number of commits found: 5 |