Update to toot-0.21.0

Makefile is installed during fake, so @comment it.  See
https://github.com/ihabunek/toot/issues/91 for the upstream issue.
This commit is contained in:
kn 2019-03-21 19:09:31 +00:00
parent 4cd19783d7
commit 472ec1fd86
3 changed files with 9 additions and 5 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.6 2019/02/09 22:48:59 kn Exp $
# $OpenBSD: Makefile,v 1.7 2019/03/21 19:09:31 kn Exp $
COMMENT = interact with Mastodon social networks from the command line
MODPY_EGG_VERSION = 0.20.0
MODPY_EGG_VERSION = 0.21.0
DISTNAME = toot-${MODPY_EGG_VERSION}
CATEGORIES = net
@ -21,6 +21,7 @@ MODPY_SETUPTOOLS = Yes
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
RUN_DEPENDS = devel/py-future${MODPY_FLAVOR}>=0.16 \
devel/py-wcwidth${MODPY_FLAVOR}>=0.1.7,<2.0 \
www/py-beautifulsoup4${MODPY_FLAVOR}>=4.5.0,<5.0 \
www/py-requests${MODPY_FLAVOR}>=2.13,<3.0
TEST_DEPENDS = ${FULLPKGNAME}:${BUILD_PKGPATH} \

View File

@ -1,2 +1,2 @@
SHA256 (toot-0.20.0.tar.gz) = QTXwNUnlBHH+OUSWFh8e9f19Swzl7bD4Cbu+bkdZnlU=
SIZE (toot-0.20.0.tar.gz) = 21992
SHA256 (toot-0.21.0.tar.gz) = Peifezq+0O9zFjzjEUo/wlm3+PNxaOtsO3lwNZksG7c=
SIZE (toot-0.21.0.tar.gz) = 25108

View File

@ -1,4 +1,5 @@
@comment $OpenBSD: PLIST,v 1.3 2018/06/12 13:12:33 kn Exp $
@comment $OpenBSD: PLIST,v 1.4 2019/03/21 19:09:31 kn Exp $
@comment Makefile
bin/toot
lib/python${MODPY_VERSION}/site-packages/toot/
lib/python${MODPY_VERSION}/site-packages/toot-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
@ -22,6 +23,7 @@ lib/python${MODPY_VERSION}/site-packages/toot/${MODPY_PYCACHE}http.${MODPY_PYC_M
lib/python${MODPY_VERSION}/site-packages/toot/${MODPY_PYCACHE}logging.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/toot/${MODPY_PYCACHE}output.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/toot/${MODPY_PYCACHE}utils.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/toot/${MODPY_PYCACHE}wcstring.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/toot/api.py
lib/python${MODPY_VERSION}/site-packages/toot/auth.py
lib/python${MODPY_VERSION}/site-packages/toot/commands.py
@ -43,3 +45,4 @@ lib/python${MODPY_VERSION}/site-packages/toot/ui/app.py
lib/python${MODPY_VERSION}/site-packages/toot/ui/parsers.py
lib/python${MODPY_VERSION}/site-packages/toot/ui/utils.py
lib/python${MODPY_VERSION}/site-packages/toot/utils.py
lib/python${MODPY_VERSION}/site-packages/toot/wcstring.py