summaryrefslogtreecommitdiff
path: root/net/py-softlayer
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-06-06 12:50:03 +0000
committerjoerg <joerg@pkgsrc.org>2014-06-06 12:50:03 +0000
commitaf6a15a03acfdc973d49716c020399343738888c (patch)
tree9a213f740e7e6a4adc2310549b839387b73891ce /net/py-softlayer
parentbb5417da48d620d6dd67dc4d9847190c5adb9418 (diff)
downloadpkgsrc-af6a15a03acfdc973d49716c020399343738888c.tar.gz
ASCIIfy for Python 3.x.
Diffstat (limited to 'net/py-softlayer')
-rw-r--r--net/py-softlayer/distinfo3
-rw-r--r--net/py-softlayer/patches/patch-README.rst15
2 files changed, 17 insertions, 1 deletions
diff --git a/net/py-softlayer/distinfo b/net/py-softlayer/distinfo
index 26889ad75ac..49537f023d4 100644
--- a/net/py-softlayer/distinfo
+++ b/net/py-softlayer/distinfo
@@ -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 --git a/net/py-softlayer/patches/patch-README.rst b/net/py-softlayer/patches/patch-README.rst
new file mode 100644
index 00000000000..5d43341f519
--- /dev/null
+++ b/net/py-softlayer/patches/patch-README.rst
@@ -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