pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/toot chat/toot: import package from wip.
details: https://anonhg.NetBSD.org/pkgsrc/rev/90ceefd46d9a
branches: trunk
changeset: 389584:90ceefd46d9a
user: vins <vins%pkgsrc.org@localhost>
date: Tue Dec 06 12:52:01 2022 +0000
description:
chat/toot: import package from wip.
toot is a command line and TUI client for interacting with instances
on the distributed social network known as 'the Fediverse' using the
Mastodon.social API.
diffstat:
chat/toot/DESCR | 13 +++++++++
chat/toot/Makefile | 22 ++++++++++++++++
chat/toot/PLIST | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
chat/toot/distinfo | 5 +++
4 files changed, 111 insertions(+), 0 deletions(-)
diffs (127 lines):
diff -r c5b56d7c18e2 -r 90ceefd46d9a chat/toot/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/toot/DESCR Tue Dec 06 12:52:01 2022 +0000
@@ -0,0 +1,13 @@
+toot is a command line and TUI client for interacting with instances
+on the distributed social network known as 'the Fediverse' using the
+Mastodon.social API.
+
+Supported features:
+* Regular and two-factor authentication
+* Posting, replying, deleting, favouriting, reblogging & pinning statuses
+* Media uploads, spoiler text, sensitive content
+* Searching by account or hash tag
+* Following, muting and blocking accounts
+* Simple switching between multiple Mastodon accounts
+
+
diff -r c5b56d7c18e2 -r 90ceefd46d9a chat/toot/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/toot/Makefile Tue Dec 06 12:52:01 2022 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2022/12/06 12:52:01 vins Exp $
+
+DISTNAME= toot-0.30.1
+CATEGORIES= chat www
+MASTER_SITES= ${MASTER_SITE_PYPI:=t/toot/}
+
+MAINTAINER= vins%NetBSD.org@localhost
+HOMEPAGE= https://github.com/ihabunek/toot
+COMMENT= Command line client for the Mastodon social network API
+LICENSE= gnu-gpl-v3
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+DEPENDS+= ${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
+DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
+DEPENDS+= ${PYPKGPREFIX}-urwid-[0-9]*:../../devel/py-urwid
+DEPENDS+= ${PYPKGPREFIX}-wcwidth-[0-9]*:../../devel/py-wcwidth
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c5b56d7c18e2 -r 90ceefd46d9a chat/toot/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/toot/PLIST Tue Dec 06 12:52:01 2022 +0000
@@ -0,0 +1,71 @@
+@comment $NetBSD: PLIST,v 1.1 2022/12/06 12:52:01 vins Exp $
+bin/toot
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/toot/__init__.py
+${PYSITELIB}/toot/__init__.pyc
+${PYSITELIB}/toot/__init__.pyo
+${PYSITELIB}/toot/api.py
+${PYSITELIB}/toot/api.pyc
+${PYSITELIB}/toot/api.pyo
+${PYSITELIB}/toot/auth.py
+${PYSITELIB}/toot/auth.pyc
+${PYSITELIB}/toot/auth.pyo
+${PYSITELIB}/toot/commands.py
+${PYSITELIB}/toot/commands.pyc
+${PYSITELIB}/toot/commands.pyo
+${PYSITELIB}/toot/config.py
+${PYSITELIB}/toot/config.pyc
+${PYSITELIB}/toot/config.pyo
+${PYSITELIB}/toot/console.py
+${PYSITELIB}/toot/console.pyc
+${PYSITELIB}/toot/console.pyo
+${PYSITELIB}/toot/exceptions.py
+${PYSITELIB}/toot/exceptions.pyc
+${PYSITELIB}/toot/exceptions.pyo
+${PYSITELIB}/toot/http.py
+${PYSITELIB}/toot/http.pyc
+${PYSITELIB}/toot/http.pyo
+${PYSITELIB}/toot/logging.py
+${PYSITELIB}/toot/logging.pyc
+${PYSITELIB}/toot/logging.pyo
+${PYSITELIB}/toot/output.py
+${PYSITELIB}/toot/output.pyc
+${PYSITELIB}/toot/output.pyo
+${PYSITELIB}/toot/tui/__init__.py
+${PYSITELIB}/toot/tui/__init__.pyc
+${PYSITELIB}/toot/tui/__init__.pyo
+${PYSITELIB}/toot/tui/app.py
+${PYSITELIB}/toot/tui/app.pyc
+${PYSITELIB}/toot/tui/app.pyo
+${PYSITELIB}/toot/tui/compose.py
+${PYSITELIB}/toot/tui/compose.pyc
+${PYSITELIB}/toot/tui/compose.pyo
+${PYSITELIB}/toot/tui/constants.py
+${PYSITELIB}/toot/tui/constants.pyc
+${PYSITELIB}/toot/tui/constants.pyo
+${PYSITELIB}/toot/tui/entities.py
+${PYSITELIB}/toot/tui/entities.pyc
+${PYSITELIB}/toot/tui/entities.pyo
+${PYSITELIB}/toot/tui/overlays.py
+${PYSITELIB}/toot/tui/overlays.pyc
+${PYSITELIB}/toot/tui/overlays.pyo
+${PYSITELIB}/toot/tui/timeline.py
+${PYSITELIB}/toot/tui/timeline.pyc
+${PYSITELIB}/toot/tui/timeline.pyo
+${PYSITELIB}/toot/tui/utils.py
+${PYSITELIB}/toot/tui/utils.pyc
+${PYSITELIB}/toot/tui/utils.pyo
+${PYSITELIB}/toot/tui/widgets.py
+${PYSITELIB}/toot/tui/widgets.pyc
+${PYSITELIB}/toot/tui/widgets.pyo
+${PYSITELIB}/toot/utils.py
+${PYSITELIB}/toot/utils.pyc
+${PYSITELIB}/toot/utils.pyo
+${PYSITELIB}/toot/wcstring.py
+${PYSITELIB}/toot/wcstring.pyc
+${PYSITELIB}/toot/wcstring.pyo
diff -r c5b56d7c18e2 -r 90ceefd46d9a chat/toot/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/toot/distinfo Tue Dec 06 12:52:01 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/12/06 12:52:01 vins Exp $
+
+BLAKE2s (toot-0.30.1.tar.gz) = fa721de0a583803b84e6f6c5bff33db373501d1428cd1a9fe22296d5a45d4d66
+SHA512 (toot-0.30.1.tar.gz) = 9a4668f90a1f85c068f5e7497e338ec1529ecfd921f1b89b2518f2d3166d6aa48d48acf955af75c8758779342b730d7c8e0d72ffe9e150ac2a3f0716c13504a9
+Size (toot-0.30.1.tar.gz) = 81997 bytes
Home |
Main Index |
Thread Index |
Old Index