diff options
author | joerg <joerg> | 2014-06-06 12:50:03 +0000 |
---|---|---|
committer | joerg <joerg> | 2014-06-06 12:50:03 +0000 |
commit | a80e0a7e1230c2620042213a320af4d38079e2dd (patch) | |
tree | 9a213f740e7e6a4adc2310549b839387b73891ce /net | |
parent | 159a9c6b971d54bfe4aaefb4efd6369fe845065f (diff) | |
download | pkgsrc-a80e0a7e1230c2620042213a320af4d38079e2dd.tar.gz |
ASCIIfy for Python 3.x.
Diffstat (limited to 'net')
-rw-r--r-- | net/py-softlayer/distinfo | 3 | ||||
-rw-r--r-- | net/py-softlayer/patches/patch-README.rst | 15 |
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 |