pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-setuptools Update to 12.0.4:
details: https://anonhg.NetBSD.org/pkgsrc/rev/61c26af6e64b
branches: trunk
changeset: 645240:61c26af6e64b
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Jan 25 18:51:31 2015 +0000
description:
Update to 12.0.4:
------
12.0.4
------
* Issue #335: Fix script header generation on Windows.
------
12.0.3
------
* Fixed incorrect class attribute in ``install_scripts``. Tests would be nice.
------
12.0.2
------
* Issue #331: Fixed ``install_scripts`` command on Windows systems corrupting
the header.
diffstat:
devel/py-setuptools/Makefile | 4 +-
devel/py-setuptools/distinfo | 9 +++---
devel/py-setuptools/patches/patch-setuptools_tests_test__easy__install.py | 13 ----------
3 files changed, 6 insertions(+), 20 deletions(-)
diffs (44 lines):
diff -r c284e2f68d34 -r 61c26af6e64b devel/py-setuptools/Makefile
--- a/devel/py-setuptools/Makefile Sun Jan 25 18:50:23 2015 +0000
+++ b/devel/py-setuptools/Makefile Sun Jan 25 18:51:31 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.60 2015/01/18 17:29:01 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2015/01/25 18:51:31 wiz Exp $
-EGG_VERSION= 12.0.1
+EGG_VERSION= 12.0.4
DISTNAME= setuptools-${EGG_VERSION}
PKGNAME= ${PYPKGPREFIX}-setuptools-${EGG_VERSION}
CATEGORIES= devel python
diff -r c284e2f68d34 -r 61c26af6e64b devel/py-setuptools/distinfo
--- a/devel/py-setuptools/distinfo Sun Jan 25 18:50:23 2015 +0000
+++ b/devel/py-setuptools/distinfo Sun Jan 25 18:51:31 2015 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.40 2015/01/18 17:32:51 wiz Exp $
+$NetBSD: distinfo,v 1.41 2015/01/25 18:51:31 wiz Exp $
-SHA1 (setuptools-12.0.1.tar.gz) = c1780e082c8d12561407af1e250b44ff548d89d3
-RMD160 (setuptools-12.0.1.tar.gz) = fbbc78fcd4281cbd2f59799dc6994fb86cede906
-Size (setuptools-12.0.1.tar.gz) = 626735 bytes
+SHA1 (setuptools-12.0.4.tar.gz) = 9ded2d89e9c4dbc3c7109c1cf449022dc9c4584e
+RMD160 (setuptools-12.0.4.tar.gz) = d873ddb9910db91d86bb2e0be4137e3caae7ae46
+Size (setuptools-12.0.4.tar.gz) = 626997 bytes
SHA1 (patch-setup.py) = be1078e5e2b6e9ec8c859c2c6e2a4a44fe3c2840
-SHA1 (patch-setuptools_tests_test__easy__install.py) = 4d935d62dbed768ec89e0a994f53e6e220bbf970
diff -r c284e2f68d34 -r 61c26af6e64b devel/py-setuptools/patches/patch-setuptools_tests_test__easy__install.py
--- a/devel/py-setuptools/patches/patch-setuptools_tests_test__easy__install.py Sun Jan 25 18:50:23 2015 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-setuptools_tests_test__easy__install.py,v 1.2 2015/01/18 17:32:51 wiz Exp $
-
-Fix comment -- this is not an interpreter.
-https://bitbucket.org/pypa/setuptools/issue/333/1201-probably-unintended-shebang-in
-
---- setuptools/tests/test_easy_install.py.orig 2015-01-16 22:16:09.000000000 +0000
-+++ setuptools/tests/test_easy_install.py
-@@ -1,4 +1,4 @@
--#! -*- coding: utf-8 -*-
-+# -*- coding: utf-8 -*-
-
- """Easy install Tests
- """
Home |
Main Index |
Thread Index |
Old Index