pkgsrc-WIP-changes archive

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

toot: update to 0.28.0



Module Name:	pkgsrc-wip
Committed By:	Olaf Seibert <rhialto%falu.nl@localhost>
Pushed By:	rhialto
Date:		Sun Nov 6 20:44:24 2022 +0100
Changeset:	26e4dcbe0cce9ecd08c8a13ae47d128952615411

Modified Files:
	toot/Makefile
	toot/PLIST
	toot/distinfo

Log Message:
toot: update to 0.28.0

Too long list of changes.
Notable: `toot curses` replaced by `toot tui`.

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

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

diffstat:
 toot/Makefile |  5 ++--
 toot/PLIST    | 87 ++++++++++++++++++++++++++++++++++-------------------------
 toot/distinfo |  6 ++---
 3 files changed, 57 insertions(+), 41 deletions(-)

diffs:
diff --git a/toot/Makefile b/toot/Makefile
index 8cf7c7719e..45a48dd500 100644
--- a/toot/Makefile
+++ b/toot/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	toot-0.19.0
+DISTNAME=	toot-0.28.0
 CATEGORIES=	chat www
 MASTER_SITES=	${MASTER_SITE_PYPI:=t/toot/}
 
@@ -13,9 +13,10 @@ USE_LANGUAGES=	# none
 
 PYTHON_VERSIONS_INCOMPATIBLE=	27
 
-DEPENDS+=	${PYPKGPREFIX}-cursespanel-[0-9]*:../../devel/py-cursespanel
 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
index 39d547e279..9b1a401b9c 100644
--- a/toot/PLIST
+++ b/toot/PLIST
@@ -7,50 +7,65 @@ ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/toot/__init__.py
-${PYSITELIB}/toot/__init__.pyo
 ${PYSITELIB}/toot/__init__.pyc
-${PYSITELIB}/toot/api.pyo
-${PYSITELIB}/toot/api.pyc
-${PYSITELIB}/toot/auth.pyo
-${PYSITELIB}/toot/auth.pyc
-${PYSITELIB}/toot/commands.pyo
-${PYSITELIB}/toot/commands.pyc
-${PYSITELIB}/toot/config.pyo
-${PYSITELIB}/toot/config.pyc
-${PYSITELIB}/toot/config_legacy.pyo
-${PYSITELIB}/toot/config_legacy.pyc
-${PYSITELIB}/toot/console.pyo
-${PYSITELIB}/toot/console.pyc
-${PYSITELIB}/toot/exceptions.pyo
-${PYSITELIB}/toot/exceptions.pyc
-${PYSITELIB}/toot/http.pyo
-${PYSITELIB}/toot/http.pyc
-${PYSITELIB}/toot/logging.pyo
-${PYSITELIB}/toot/logging.pyc
-${PYSITELIB}/toot/output.pyo
-${PYSITELIB}/toot/output.pyc
-${PYSITELIB}/toot/utils.pyo
-${PYSITELIB}/toot/utils.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_legacy.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/ui/__init__.py
-${PYSITELIB}/toot/ui/__init__.pyo
-${PYSITELIB}/toot/ui/__init__.pyc
-${PYSITELIB}/toot/ui/app.pyo
-${PYSITELIB}/toot/ui/app.pyc
-${PYSITELIB}/toot/ui/parsers.pyo
-${PYSITELIB}/toot/ui/parsers.pyc
-${PYSITELIB}/toot/ui/utils.pyo
-${PYSITELIB}/toot/ui/utils.pyc
-${PYSITELIB}/toot/ui/app.py
-${PYSITELIB}/toot/ui/parsers.py
-${PYSITELIB}/toot/ui/utils.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
index d1cffae1e9..8514984ef9 100644
--- a/toot/distinfo
+++ b/toot/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (toot-0.19.0.tar.gz) = b2131d1422f51a6c912618fc922dcdcffd93b608
-SHA512 (toot-0.19.0.tar.gz) = 69188df155d2f7d0e118bb2c34a0c641f6ad75357b9e52e5508bc728da3552986ac35ee73c34c06ae0bf8abf14faf876c0ea5944501662450db4128c9cc6eaa8
-Size (toot-0.19.0.tar.gz) = 21486 bytes
+BLAKE2s (toot-0.28.0.tar.gz) = 34c149fd06bc7e6b2fca080c69db5183b91d0f23ed76ee10aa275f8a0c91d588
+SHA512 (toot-0.28.0.tar.gz) = cb9ff64506a7f9c246506ec62b3b0bf4ac6adfedca44801a111d66df3c74d1ed8e2f01791aa1f76ec2bc9a6bd44beb3afc0b84e78c10a87f3ddaa4ae3473814e
+Size (toot-0.28.0.tar.gz) = 38078 bytes


Home | Main Index | Thread Index | Old Index