summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortriaxx <triaxx@pkgsrc.org>2019-12-31 13:05:10 +0000
committertriaxx <triaxx@pkgsrc.org>2019-12-31 13:05:10 +0000
commitf00ad648887816afabe2e431487ec1f09d0ce54a (patch)
tree92eb2726108bfc3e8c1e42d2c974835ffeec7544
parent734cc2f84e333efcbc54db885b976eaa6c7a1a2e (diff)
downloadpkgsrc-f00ad648887816afabe2e431487ec1f09d0ce54a.tar.gz
py-digitalocean: fix invalid byte
Bump revision
-rw-r--r--net/py-digitalocean/Makefile3
-rw-r--r--net/py-digitalocean/distinfo3
-rw-r--r--net/py-digitalocean/patches/patch-DESCRIPTION.rst15
3 files changed, 19 insertions, 2 deletions
diff --git a/net/py-digitalocean/Makefile b/net/py-digitalocean/Makefile
index 8865ebd5f5b..9af23c34d97 100644
--- a/net/py-digitalocean/Makefile
+++ b/net/py-digitalocean/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2019/12/30 19:25:02 triaxx Exp $
+# $NetBSD: Makefile,v 1.2 2019/12/31 13:05:10 triaxx Exp $
DISTNAME= python-digitalocean-1.14.0
+PKGREVISION= 1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^python-//}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_GITHUB:=koalalorenzo/}
diff --git a/net/py-digitalocean/distinfo b/net/py-digitalocean/distinfo
index 8a87fe65f7a..dcb05325af7 100644
--- a/net/py-digitalocean/distinfo
+++ b/net/py-digitalocean/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1 2019/12/30 19:25:02 triaxx Exp $
+$NetBSD: distinfo,v 1.2 2019/12/31 13:05:10 triaxx Exp $
SHA1 (python-digitalocean-1.14.0.tar.gz) = ec1d51ee9f569405e147a62eab6f88d08775ed0d
RMD160 (python-digitalocean-1.14.0.tar.gz) = 91c14977438af01043f317b4f3eaa330b6e2d512
SHA512 (python-digitalocean-1.14.0.tar.gz) = 821116dfdfa2191af409f3433d1edee4b6d2f97700b1b8ba6d7ca1cd6e38dd555e8dcf83e0b631d1a4e958abd0e989e3001d774916f94b2244a9d9f6bcffbf4e
Size (python-digitalocean-1.14.0.tar.gz) = 50405 bytes
+SHA1 (patch-DESCRIPTION.rst) = 0d74aec943a63da60b1060e2b94317d43a3463a6
diff --git a/net/py-digitalocean/patches/patch-DESCRIPTION.rst b/net/py-digitalocean/patches/patch-DESCRIPTION.rst
new file mode 100644
index 00000000000..22a5f9830ff
--- /dev/null
+++ b/net/py-digitalocean/patches/patch-DESCRIPTION.rst
@@ -0,0 +1,15 @@
+$NetBSD: patch-DESCRIPTION.rst,v 1.1 2019/12/31 13:05:10 triaxx Exp $
+
+Remove 0xc2 byte that Python 3.6 cannot decode.
+
+--- DESCRIPTION.rst.orig 2018-10-25 19:41:40.000000000 +0000
++++ DESCRIPTION.rst
+@@ -43,7 +43,7 @@ digitalocean.com APIs, such as:
+ - Enable/Disable automatic Backups
+ - Restore root password of a Droplet
+
+- Examples
++Examples
+ ---------
+
+ Listing the droplets