| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
05 Mar 2013 06:20:28
0.6.35
|
rm  |
- update to 0.6.35
- add regression tests
- add distribute.pth symlink to make setuptools namespace available on live
systems (that had not distribute entry in easy_install.pth previously) |
04 Jan 2013 00:59:17
0.6.34
|
jgh  |
- update to 0.6.34 |
04 Jan 2013 00:48:09
0.6.33
|
jgh  |
- update to 0.6.33 |
06 Oct 2012 20:19:51
0.6.28
|
sunpoet  |
- Move DIST_SUBDIR upward
- Reformat pkg-descr |
01 Oct 2012 13:19:20
0.6.28
|
rm  |
- update to 0.6.28
- trim Makefile header
- turn conflicts with setuptools into CONFLICTS_INSTALL
- save distfile into python/ subdirectory like setuptools do
changelog:
http://pypi.python.org/pypi/distribute#id2 |
25 Jul 2012 06:32:08
0.6.27
|
cs  |
Fix typos in COMMENT |
23 May 2012 18:25:20
0.6.27
|
sunpoet  |
- Update to 0.6.27
Changes: http://pypi.python.org/pypi/distribute#changes |
10 Apr 2012 15:58:38
0.6.26
|
sunpoet  |
- Update to 0.6.26
Changes: http://pypi.python.org/pypi/distribute#changes |
23 Nov 2011 00:25:46
0.6.24_1
|
wen  |
- Fix a error in plist
Feature safe: yes |
23 Oct 2011 07:30:26
0.6.24
|
sunpoet  |
- Update to 0.6.24
Changes: http://pypi.python.org/pypi/distribute#changes |
01 Sep 2011 16:50:49
0.6.21
|
sunpoet  |
- Update to 0.6.21
- Adjust the conditional installation of bin/easy_install
- Cosmetic change
Changes: http://pypi.python.org/pypi/distribute#changes |
07 Jul 2011 09:16:40
0.6.16
|
nivit  |
- Update to 0.6.16
- Add code to Makefile to support the installation fo py-distribute
with different versions of Python
- Add files/pkg-message.in
- Pass maintainership to python@, in anticipation of a possible use
of py-distribute as default (or Python 3k only) tool to install
Python eggs (see PR http://goo.gl/0pNai ) |
20 Mar 2011 13:43:27
0.6.15_1
|
nivit  |
- Bump PORTREVISION
- Fix pkg-plist
- Move *.py[co] to PLIST_FILES and add ${PYTHON_SITELIBDIR}/__pycache__
to PLIST_DIRS, to support the new directory of the bytecode files
in Python 3.2 (see PEP 3147, http://goo.gl/EMWcK )
Reported by: sunpoet (via private email) |
18 Mar 2011 17:50:10
0.6.15
|
nivit  |
- Update to 0.6.15 |
08 Mar 2011 18:37:18
0.6.14_1
|
nivit  |
- Add files/pkg-install.in, (pre|post)-install target,
and some pkg-add's directives in pkg-plist to preserve
the easy-install.pth file when the port is upgraded
- Bump PORTREVISION
- Install a copy of site.py[co]? . |
05 Mar 2011 13:51:14
0.6.14
|
nivit  |
- Add WWW: line to pkg-descr
- Fix CONFLICTS value in Makefile
- Remove MD5 checksum from distinfo
PR: ports/154729
Submitted by: sunpoet |
15 Sep 2010 16:36:09
0.6.14
|
nivit  |
Distribute is intended to replace Setuptools as the standard method
for working with Python module distributions.
The project has two goals:
- Providing a backward compatible version to replace Setuptools
and make all distributions that depend on Setuptools work as
before, but with less bugs and behavioral issues.
- Re-factoring the code, and releasing it in several distributions.
This work is being done in the 0.7.x series but not yet released. |