pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

toot: remove, imported in the main tree.



Module Name:	pkgsrc-wip
Committed By:	Paolo Vincenzo Olivo <vms%retrobsd.ddns.net@localhost>
Pushed By:	vms
Date:		Tue Dec 6 13:55:57 2022 +0100
Changeset:	0756529727aba80b0ed0de0bccf6db81c34f87f6

Removed Files:
	toot/DESCR
	toot/Makefile
	toot/PLIST
	toot/distinfo

Log Message:
toot: remove, imported in the main tree.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0756529727aba80b0ed0de0bccf6db81c34f87f6

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 toot/DESCR    | 13 -----------
 toot/Makefile | 22 ------------------
 toot/PLIST    | 71 -----------------------------------------------------------
 toot/distinfo |  5 -----
 4 files changed, 111 deletions(-)

diffs:
diff --git a/toot/DESCR b/toot/DESCR
deleted file mode 100644
index 64cb421caf..0000000000
--- a/toot/DESCR
+++ /dev/null
@@ -1,13 +0,0 @@
-toot is a command line and curses 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 --git a/toot/Makefile b/toot/Makefile
deleted file mode 100644
index 5c91c541f2..0000000000
--- a/toot/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	toot-0.30.1
-CATEGORIES=	chat www
-MASTER_SITES=	${MASTER_SITE_PYPI:=t/toot/}
-
-MAINTAINER=	vms%retrobsd.ddns.net@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 --git a/toot/PLIST b/toot/PLIST
deleted file mode 100644
index 9b1a401b9c..0000000000
--- a/toot/PLIST
+++ /dev/null
@@ -1,71 +0,0 @@
-@comment $NetBSD$
-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 --git a/toot/distinfo b/toot/distinfo
deleted file mode 100644
index 47f2af0a9d..0000000000
--- a/toot/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-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