diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2015-04-07 21:19:57 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-12 10:06:43 +0700 |
commit | 9ac85562444e26f80b54afb06ccdd9fbcf2e4c5a (patch) | |
tree | 8cdb43256d74a181f0ea9e9c5df8be325f9c1d69 /python | |
parent | cdb535830ac926cb711b390535e42cc07044bd85 (diff) | |
download | slackbuilds-9ac85562444e26f80b54afb06ccdd9fbcf2e4c5a.tar.gz |
python/pysetuptools: Updated for version 15.0.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'python')
-rw-r--r-- | python/pysetuptools/README | 12 | ||||
-rw-r--r-- | python/pysetuptools/pysetuptools.SlackBuild | 2 | ||||
-rw-r--r-- | python/pysetuptools/pysetuptools.info | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/python/pysetuptools/README b/python/pysetuptools/README index a828429a2a..1cee00b116 100644 --- a/python/pysetuptools/README +++ b/python/pysetuptools/README @@ -1,8 +1,8 @@ pysetuptools (a collection of enhancements to Python distutils) -Note: the name of the source package is 'setuptools'. Since 'setuptools' -is such a generic name, this package uses the name 'pysetuptools' to avoid -any potential future conflicts. The actual installation paths and file -names are not modified in any way. +Note: the name of the source package is 'setuptools'. Since +'setuptools' is such a generic name, this package uses the name +'pysetuptools' to avoid any potential future conflicts. The actual +installation paths and file names are not modified in any way. -setuptools allow you to more easily build and distribute Python packages, -especially ones that have dependencies on other packages. +setuptools allow you to more easily build and distribute Python +packages, especially ones that have dependencies on other packages. diff --git a/python/pysetuptools/pysetuptools.SlackBuild b/python/pysetuptools/pysetuptools.SlackBuild index c7191adbe5..ce623d596e 100644 --- a/python/pysetuptools/pysetuptools.SlackBuild +++ b/python/pysetuptools/pysetuptools.SlackBuild @@ -21,7 +21,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pysetuptools -VERSION=${VERSION:-12.0.5} +VERSION=${VERSION:-15.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/pysetuptools/pysetuptools.info b/python/pysetuptools/pysetuptools.info index 5553449129..260d6ed284 100644 --- a/python/pysetuptools/pysetuptools.info +++ b/python/pysetuptools/pysetuptools.info @@ -1,8 +1,8 @@ PRGNAM="pysetuptools" -VERSION="12.0.5" +VERSION="15.0" HOMEPAGE="https://pypi.python.org/pypi/setuptools" -DOWNLOAD="https://pypi.python.org/packages/source/s/setuptools/setuptools-12.0.5.tar.gz" -MD5SUM="066e16290f8edcbc8b4b67808b2cbdb2" +DOWNLOAD="https://pypi.python.org/packages/source/s/setuptools/setuptools-15.0.tar.gz" +MD5SUM="2a6b2901b6c265d682139345849cbf03" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |