3 changed files with 11 additions and 8 deletions
@ -1,8 +1,8 @@ |
|||||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
[COPY] |
[COPY] |
||||||
[COPY] Filename: package/.../setuptools/setuptools.desc |
[COPY] Filename: package/.../distribute/distribute.desc |
||||||
[COPY] Copyright (C) 2006 - 2010 The OpenSDE Project |
[COPY] Copyright (C) 2006 - 2011 The OpenSDE Project |
||||||
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project |
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project |
||||||
[COPY] |
[COPY] |
||||||
[COPY] More information can be found in the files COPYING and README. |
[COPY] More information can be found in the files COPYING and README. |
||||||
@ -13,19 +13,23 @@ |
|||||||
[COPY] GNU General Public License can be found in the file COPYING. |
[COPY] GNU General Public License can be found in the file COPYING. |
||||||
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||||
|
|
||||||
[I] a collection of enhancements to the Python distutils |
[I] A collection of enhancements to the Python distutils |
||||||
|
|
||||||
|
[T] Distribute is a fork of the Setuptools project, and is intended to replace |
||||||
|
[T] Setuptools as the standard method for working with Python module |
||||||
|
[T] distributions. |
||||||
[T] Packages built and distributed using setuptools look to the user like |
[T] Packages built and distributed using setuptools look to the user like |
||||||
[T] ordinary Python packages based on the distutils. Your users don't need to |
[T] ordinary Python packages based on the distutils. Your users don't need to |
||||||
[T] install or even know about setuptools in order to use them, and you don't |
[T] install or even know about setuptools in order to use them, and you don't |
||||||
[T] have to include the entire setuptools package in your distributions. By |
[T] have to include the entire setuptools package in your distributions. By |
||||||
[T] including just a single bootstrap module (a 7K .py file), your package |
[T] including just a single bootstrap module (a 8K .py file), your package |
||||||
[T] will automatically download and install setuptools if the user is building |
[T] will automatically download and install setuptools if the user is building |
||||||
[T] your package from source and doesn't have a suitable version already |
[T] your package from source and doesn't have a suitable version already |
||||||
[T] installed. |
[T] installed. |
||||||
|
|
||||||
[U] http://peak.telecommunity.com/DevCenter/setuptools |
[U] http://packages.python.org/distribute |
||||||
|
|
||||||
|
[A] The fellowship of the packaging <[email protected]> |
||||||
[A] Phillip J. Eby <[email protected]> |
[A] Phillip J. Eby <[email protected]> |
||||||
[A] Tyler C. Sarna <[email protected]> |
[A] Tyler C. Sarna <[email protected]> |
||||||
[M] Alejandro Mery <[email protected]> |
[M] Alejandro Mery <[email protected]> |
||||||
@ -35,8 +39,7 @@ |
|||||||
|
|
||||||
[L] OpenSource |
[L] OpenSource |
||||||
[S] Stable |
[S] Stable |
||||||
[V] 0.6c11 |
[V] 0.6.15 |
||||||
[P] X -----5---9 200.000 |
[P] X -----5---9 200.000 |
||||||
|
|
||||||
[D] 2915343298 setuptools-0.6c11.tar.gz http://pypi.python.org/packages/source/s/setuptools/ |
[D] 0 distribute-0.6.15.tar.gz http://pypi.python.org/packages/source/d/distribute/ |
||||||
|
|
Loading…
Reference in new issue