pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-softlayer ASCIIfy for Python 3.x.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1f6b2605770
branches:  trunk
changeset: 635453:e1f6b2605770
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jun 06 12:50:03 2014 +0000

description:
ASCIIfy for Python 3.x.

diffstat:

 net/py-softlayer/distinfo                 |   3 ++-
 net/py-softlayer/patches/patch-README.rst |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r f5f95bb0154d -r e1f6b2605770 net/py-softlayer/distinfo
--- a/net/py-softlayer/distinfo Fri Jun 06 12:49:23 2014 +0000
+++ b/net/py-softlayer/distinfo Fri Jun 06 12:50:03 2014 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1 2014/04/17 14:54:07 imil Exp $
+$NetBSD: distinfo,v 1.2 2014/06/06 12:50:03 joerg Exp $
 
 SHA1 (SoftLayer-3.0.2.tar.gz) = 55d4bbcd8618b4e124d84e6d6a7e2f26dfb5d10f
 RMD160 (SoftLayer-3.0.2.tar.gz) = 9593e18c5f306b0b02363efecd323d08da142897
 Size (SoftLayer-3.0.2.tar.gz) = 99747 bytes
+SHA1 (patch-README.rst) = 24c79958fab4ebad570a97bb37c84bcb82d6f171
diff -r f5f95bb0154d -r e1f6b2605770 net/py-softlayer/patches/patch-README.rst
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-softlayer/patches/patch-README.rst Fri Jun 06 12:50:03 2014 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-README.rst,v 1.1 2014/06/06 12:50:03 joerg Exp $
+
+Use ASCII as it is the default codec in Python 3.x.
+
+--- README.rst.orig    2014-06-06 12:09:03.000000000 +0000
++++ README.rst
+@@ -47,7 +47,7 @@ System Requirements
+ * This library has been tested on Python 2.6, 2.7, 3.2 and 3.3.
+ * A valid SoftLayer API username and key are required to call SoftLayer's API
+ * A connection to SoftLayer's private network is required to connect to
+-  SoftLayer’s private network API endpoints.
++  SoftLayer's private network API endpoints.
+ 
+ 
+ Copyright


Home | Main Index | Thread Index | Old Index