Update tootstream from 3.7 -> 3.8.1.
tweak from paco@, OK kmos@ (maintainer)
This commit is contained in:
parent
52cfba80d2
commit
42a0dfea26
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2020/07/03 21:13:21 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2020/09/16 03:23:18 pamela Exp $
|
||||
|
||||
COMMENT = CLI for interacting with Mastodon/fediverse instances
|
||||
|
||||
MODPY_EGG_VERSION = 0.3.7
|
||||
MODPY_EGG_VERSION = 0.3.8.1
|
||||
DISTNAME = tootstream-${MODPY_EGG_VERSION}
|
||||
REVISION = 2
|
||||
|
||||
CATEGORIES = www
|
||||
|
||||
@ -20,7 +19,7 @@ MODPY_SETUPTOOLS = Yes
|
||||
MODPY_PI = Yes
|
||||
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
|
||||
|
||||
RUN_DEPENDS = www/py-mastodon.py>=1.4.5,<1.5.0 \
|
||||
RUN_DEPENDS = www/py-mastodon.py${MODPY_FLAVOR} \
|
||||
devel/py-click${MODPY_FLAVOR} \
|
||||
devel/py-dateutil${MODPY_FLAVOR} \
|
||||
textproc/py-colored${MODPY_FLAVOR} \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (tootstream-0.3.7.tar.gz) = 3C8CRAeO4f3PgJVVM6fYOxoftpNpK/W2CA8TE5SLats=
|
||||
SIZE (tootstream-0.3.7.tar.gz) = 26255
|
||||
SHA256 (tootstream-0.3.8.1.tar.gz) = aYhpZsmNb9vwUZWIMvgMK1NkOTeW9C8BEIPuJfxat/g=
|
||||
SIZE (tootstream-0.3.8.1.tar.gz) = 26399
|
||||
|
@ -1,14 +1,14 @@
|
||||
$OpenBSD: patch-requirements_txt,v 1.1 2019/12/15 17:09:52 kmos Exp $
|
||||
$OpenBSD: patch-requirements_txt,v 1.2 2020/09/16 03:23:18 pamela Exp $
|
||||
|
||||
Fix for other 1.4.x releases
|
||||
Loosen mastodon.py requirement to prevent delay of mastodon 3.1 support.
|
||||
|
||||
Index: requirements.txt
|
||||
--- requirements.txt.orig
|
||||
+++ requirements.txt
|
||||
@@ -1,5 +1,5 @@
|
||||
click>=6.7
|
||||
-Mastodon.py==1.4.5
|
||||
+Mastodon.py>=1.4.5
|
||||
-Mastodon.py==1.5.0
|
||||
+Mastodon.py>=1.5.0
|
||||
colored>=1.3.93
|
||||
humanize>=0.5.1
|
||||
emoji>=0.4.5
|
||||
|
Loading…
x
Reference in New Issue
Block a user