NOTICE: This package has been removed from pkgsrc

./devel/py-distribute, Replacement for setuptools

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.6.49, Package name: py27-distribute-0.6.49, Maintainer: pkgsrc-users

Distribute is a fork of the Setuptools project.
The fork 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 behaviorial issues.
Distribute supports Python 3.
-Refactoring the code, and releasing it in several distributions. This work
is being done in the 0.7.x series but not yet released.


Required to run:
[lang/python27]

Master sites:

SHA1: a62cfe21bd0e5e2913c5b576f872ca293b9bebca
RMD160: 0cc5affae454f28a6d14dcbd4e479738180de3c8
Filesize: 707.036 KB

Version history: (Expand)


CVS history: (Expand)


   2017-05-24 13:29:52 by Adam Ciarcinski | Files touched by this commit (5) | Package removed
Log message:
Removed devel/py-distribute
   2016-08-28 17:48:37 by Thomas Klausner | Files touched by this commit (112)
Log message:
Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided
by the infrastructure.

Mark a couple more packages as not ready for python-3.x.
   2016-06-08 19:43:49 by Thomas Klausner | Files touched by this commit (356)
Log message:
Switch to MASTER_SITES_PYPI.
   2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995)
Log message:
Add SHA512 digests for distfiles for devel category

Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2014-01-25 11:30:32 by Thomas Klausner | Files touched by this commit (533) | Package updated
Log message:
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.
   2013-07-08 10:50:09 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 0.6.49:

------
0.6.49
------

* Move warning check in ``get_cache_path`` to follow the directory creation
  to avoid errors when the cache path does not yet exist. Fixes the error
  reported in #375.

------
0.6.48
------

* Correct AttributeError in ``ResourceManager.get_cache_path`` introduced in
  0.6.46 (redo).

------
0.6.47
------

* Correct AttributeError in ``ResourceManager.get_cache_path`` introduced in
  0.6.46.
   2013-07-03 10:21:23 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 0.6.46:

------
0.6.46
------

* Issue #375: Issue a warning if the PYTHON_EGG_CACHE or otherwise
  customized egg cache location specifies a directory that's group- or
  world-writable.
   2013-06-02 16:23:20 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
Update to 0.6.45:

------
0.6.45
------

* Issue #379: ``distribute_setup.py`` now traps VersionConflict as well,
  restoring ability to upgrade from an older setuptools version.

------
0.6.44
------

* ``distribute_setup.py`` has been updated to allow Setuptools 0.7 to
  satisfy use_setuptools.