Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.35 29 Nov 2013 11:50:19 |
wg |
devel/py-distribute: remove port deprecated by py-setuptools
With hat on: python
Reported by: koobs |
0.6.35 20 Nov 2013 20:51:25 |
sunpoet |
- Update WWW:
- http://cheeseshop.python.org/ -> https://pypi.python.org/
- http://pypi.python.org/ -> https://pypi.python.org/
With hat: python
Approved by: bapt (portmgr) |
0.6.35 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.6.35 16 Jun 2013 11:46:52 |
koobs |
devel/py-distribute: Fix reinstall
- Correctly use -sf flags for ${LN}
PR: ports/179612
Submitted by: nemysis <nemysis@gmx.ch>
Reviewed by: sbz, Johannes Meixner <xmj@chaot.net> |
0.6.35 05 Mar 2013 06:20:28 |
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) |
0.6.34 04 Jan 2013 00:59:17 |
jgh |
- update to 0.6.34 |
0.6.33 04 Jan 2013 00:48:09 |
jgh |
- update to 0.6.33 |
0.6.28 06 Oct 2012 20:19:51 |
sunpoet |
- Move DIST_SUBDIR upward
- Reformat pkg-descr |
0.6.28 01 Oct 2012 13:19:20 |
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 |
0.6.27 25 Jul 2012 06:32:08 |
cs |
Fix typos in COMMENT |
0.6.27 23 May 2012 18:25:20 |
sunpoet |
- Update to 0.6.27
Changes: http://pypi.python.org/pypi/distribute#changes |
0.6.26 10 Apr 2012 15:58:38 |
sunpoet |
- Update to 0.6.26
Changes: http://pypi.python.org/pypi/distribute#changes |
0.6.24_1 23 Nov 2011 00:25:46 |
wen |
- Fix a error in plist
Feature safe: yes |
0.6.24 23 Oct 2011 07:30:26 |
sunpoet |
- Update to 0.6.24
Changes: http://pypi.python.org/pypi/distribute#changes |
0.6.21 01 Sep 2011 16:50:49 |
sunpoet |
- Update to 0.6.21
- Adjust the conditional installation of bin/easy_install
- Cosmetic change
Changes: http://pypi.python.org/pypi/distribute#changes |
0.6.16 07 Jul 2011 09:16:40 |
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 ) |
0.6.15_1 20 Mar 2011 13:43:27 |
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) |
0.6.15 18 Mar 2011 17:50:10 |
nivit |
- Update to 0.6.15 |
0.6.14_1 08 Mar 2011 18:37:18 |
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]? . |
0.6.14 05 Mar 2011 13:51:14 |
nivit |
- Add WWW: line to pkg-descr
- Fix CONFLICTS value in Makefile
- Remove MD5 checksum from distinfo
PR: ports/154729
Submitted by: sunpoet |
0.6.14 15 Sep 2010 16:36:09 |
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. |