summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-03-05 20:24:28 +0000
committernia <nia@pkgsrc.org>2020-03-05 20:24:28 +0000
commit25393097e3942066d313a5ba0e03a89c4371861a (patch)
tree986e3b0cef896d14e55937b46f9534b8a5de04d8 /chat
parentb7ade10372aa952001002b91503bfd48491e4ba4 (diff)
downloadpkgsrc-25393097e3942066d313a5ba0e03a89c4371861a.tar.gz
tootstream: Update to 0.3.8.1
### Release ### [0.3.8.1] - 2020-01-22 #### Fixed - Upgrade to Mastodon.py 1.5.0 - PEP8 code formatting
Diffstat (limited to 'chat')
-rw-r--r--chat/tootstream/Makefile14
-rw-r--r--chat/tootstream/distinfo11
-rw-r--r--chat/tootstream/patches/patch-requirements.txt14
3 files changed, 12 insertions, 27 deletions
diff --git a/chat/tootstream/Makefile b/chat/tootstream/Makefile
index 2780a90b782..43f5f5d9c5e 100644
--- a/chat/tootstream/Makefile
+++ b/chat/tootstream/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2019/07/28 16:13:26 nia Exp $
+# $NetBSD: Makefile,v 1.11 2020/03/05 20:24:28 nia Exp $
-DISTNAME= tootstream-0.3.7
+DISTNAME= tootstream-0.3.8.1
CATEGORIES= chat www
MASTER_SITES= ${MASTER_SITE_GITHUB:=magicalraccoon/}
@@ -17,11 +17,11 @@ USE_LANGUAGES= # none
# to py-click.
PYTHON_VERSIONS_INCOMPATIBLE+= 27 36
-DEPENDS+= ${PYPKGPREFIX}-click-[0-9]*:../../devel/py-click
-DEPENDS+= ${PYPKGPREFIX}-colored-[0-9]*:../../textproc/py-colored
-DEPENDS+= ${PYPKGPREFIX}-emoji-[0-9]*:../../converters/py-emoji
-DEPENDS+= ${PYPKGPREFIX}-humanize-[0-9]*:../../textproc/py-humanize
-DEPENDS+= ${PYPKGPREFIX}-mastodon-[0-9]*:../../chat/py-mastodon
+DEPENDS+= ${PYPKGPREFIX}-click>=6.7:../../devel/py-click
+DEPENDS+= ${PYPKGPREFIX}-colored>=1.3.93:../../textproc/py-colored
+DEPENDS+= ${PYPKGPREFIX}-emoji>=0.4.5:../../converters/py-emoji
+DEPENDS+= ${PYPKGPREFIX}-humanize>=0.5.1:../../textproc/py-humanize
+DEPENDS+= ${PYPKGPREFIX}-mastodon>=1.5.0:../../chat/py-mastodon
DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline
.include "../../lang/python/egg.mk"
diff --git a/chat/tootstream/distinfo b/chat/tootstream/distinfo
index 7dbd6b07284..be7a9d273cc 100644
--- a/chat/tootstream/distinfo
+++ b/chat/tootstream/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/07/28 16:13:26 nia Exp $
+$NetBSD: distinfo,v 1.8 2020/03/05 20:24:28 nia Exp $
-SHA1 (tootstream-0.3.7.tar.gz) = 7182f68df86758a8718b9be4fd2706d18c5d27d1
-RMD160 (tootstream-0.3.7.tar.gz) = 67e8d5b0f195c5f9f493d0eb0c7389d57a5b8d94
-SHA512 (tootstream-0.3.7.tar.gz) = d4915418c0fcbeb15b72233dc95ec1f38cbe498fa93195d73a13733116af45a72e8560e8991c597884c5932824ebd2de62c91c17508b7bfffb360e98ee70b321
-Size (tootstream-0.3.7.tar.gz) = 25376 bytes
-SHA1 (patch-requirements.txt) = fca1c17f6610dc536fc9fb81bf237cd2df3aeefa
+SHA1 (tootstream-0.3.8.1.tar.gz) = e004ed08b113149da8b7a3187774b2d33aac1657
+RMD160 (tootstream-0.3.8.1.tar.gz) = 4f589166e88addaff764fa004063ad5832b61c23
+SHA512 (tootstream-0.3.8.1.tar.gz) = 7082e911d07cfd003a3a9ee25f63972ab0a4441ba00f5ec3f965ba30090e149c7551a97d50cc50832c8288336b23bf2b62216b8aa3bfc6695ed9bf9fad3e4d76
+Size (tootstream-0.3.8.1.tar.gz) = 25509 bytes
diff --git a/chat/tootstream/patches/patch-requirements.txt b/chat/tootstream/patches/patch-requirements.txt
deleted file mode 100644
index 43787602887..00000000000
--- a/chat/tootstream/patches/patch-requirements.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-requirements.txt,v 1.1 2019/07/28 16:13:26 nia Exp $
-
-Realistically there's nothing stopping this from working with
-Mastodon.py 1.4.6.
-
---- requirements.txt.orig 2019-07-20 13:29:47.000000000 +0000
-+++ requirements.txt
-@@ -1,5 +1,5 @@
- click>=6.7
--Mastodon.py==1.4.5
-+Mastodon.py>=1.4.5
- colored>=1.3.93
- humanize>=0.5.1
- emoji>=0.4.5