pkgsrc-WIP-changes archive

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

toot: better description. add cursespanel dependency, doesn't work yet?



Module Name:	pkgsrc-wip
Committed By:	Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By:	nee
Date:		Mon Jun 18 20:05:59 2018 +0100
Changeset:	149863df2de4c6f39c9d71a0200f761cf262d698

Modified Files:
	toot/DESCR
	toot/Makefile

Log Message:
toot: better description. add cursespanel dependency, doesn't work
yet?

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

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

diffstat:
 toot/DESCR    | 10 +++++++++-
 toot/Makefile |  5 +++--
 2 files changed, 12 insertions(+), 3 deletions(-)

diffs:
diff --git a/toot/DESCR b/toot/DESCR
index 7441977751..ad16061bf6 100644
--- a/toot/DESCR
+++ b/toot/DESCR
@@ -1 +1,9 @@
-Toot is a a Mastodon CLI client.
+toot is a command line microblogging client for interacting with Mastodon
+instances on the distributed social network known as the 'Fediverse'.
+
+It supports regular and two-factor authentication, and has commands for
+showing an account's timeline, searching, posting 'toots' (messages),
+uploading images or video files, and following and unfollowing, muting
+and unmuting, and blocking and unblocking accounts.
+
+toot also includes an experimental curses interface.
diff --git a/toot/Makefile b/toot/Makefile
index ec988671b1..f4ca8f2da4 100644
--- a/toot/Makefile
+++ b/toot/Makefile
@@ -6,7 +6,7 @@ MASTER_SITES=	${MASTER_SITE_PYPI:=t/toot/}
 
 MAINTAINER=	nia.alarie%gmail.com@localhost
 HOMEPAGE=	https://github.com/ihabunek/toot
-COMMENT=	Mastodon CLI client
+COMMENT=	Command line client for the Mastodon social network API
 LICENSE=	gnu-gpl-v3
 
 USE_LANGUAGES=	# none
@@ -15,8 +15,9 @@ PYTHON_VERSIONS_INCOMPATIBLE=	27
 
 .include "../../lang/python/pyversion.mk"
 
-DEPENDS+=	${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
+DEPENDS+=	${PYPKGPREFIX}-cursespanel-[0-9]*:../../devel/py-cursespanel
 DEPENDS+=	${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
+DEPENDS+=	${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index