pkgsrc-WIP-changes archive

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

tootstream: Import tootstream-0.3.4 as wip/tootstream



Module Name:	pkgsrc-wip
Committed By:	Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By:	nee
Date:		Sun Jun 17 22:38:47 2018 +0100
Changeset:	6025aa5292b56348087d48fa2755446af6e68dc8

Modified Files:
	Makefile
Added Files:
	tootstream/DESCR
	tootstream/Makefile
	tootstream/PLIST
	tootstream/distinfo

Log Message:
tootstream: Import tootstream-0.3.4 as wip/tootstream

Tootstream is a command line interface for interacting with Mastodon
instances written in Python (requires Python 3).

OAuth and 2FA are supported.

Inspired by Rainbowstream.

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

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

diffstat:
 Makefile            |  1 +
 tootstream/DESCR    |  6 ++++++
 tootstream/Makefile | 26 ++++++++++++++++++++++++++
 tootstream/PLIST    | 17 +++++++++++++++++
 tootstream/distinfo |  6 ++++++
 5 files changed, 56 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 8fc9fee10c..24fa66bb23 100644
--- a/Makefile
+++ b/Makefile
@@ -4400,6 +4400,7 @@ SUBDIR+=	tnt
 SUBDIR+=	todotxt-git
 SUBDIR+=	tome
 SUBDIR+=	tome2
+SUBDIR+=	tootstream
 SUBDIR+=	tophat
 SUBDIR+=	tops-bin
 SUBDIR+=	tor-dev
diff --git a/tootstream/DESCR b/tootstream/DESCR
new file mode 100644
index 0000000000..717fb28c29
--- /dev/null
+++ b/tootstream/DESCR
@@ -0,0 +1,6 @@
+Tootstream is a command line interface for interacting with Mastodon
+instances written in Python (requires Python 3).
+
+OAuth and 2FA are supported.
+
+Inspired by Rainbowstream.
diff --git a/tootstream/Makefile b/tootstream/Makefile
new file mode 100644
index 0000000000..828f640df6
--- /dev/null
+++ b/tootstream/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD$
+
+DISTNAME=	tootstream-0.3.4
+CATEGORIES=	www chat
+MASTER_SITES=	${MASTER_SITE_GITHUB:=magicalraccoon/}
+
+HOMEPAGE=	https://github.com/magicalraccoon/tootstream
+COMMENT=	Command line interface for interacting with Mastodon instances
+LICENSE=	mit
+
+EXTRACT_USING=	bsdtar
+USE_LANGUAGES=	# none
+
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
+.include "../../lang/python/pyversion.mk"
+
+DEPENDS+=	${PYPKGPREFIX}-click-[0-9]*:../../devel/py-click
+DEPENDS+=	${PYPKGPREFIX}-colored-[0-9]*:../../wip/py-colored # XXX
+DEPENDS+=	${PYPKGPREFIX}-emoji-[0-9]*:../../wip/py-emoji # XXX
+DEPENDS+=	${PYPKGPREFIX}-humanize-[0-9]*:../../textproc/py-humanize
+DEPENDS+=	${PYPKGPREFIX}-Mastodon.py-[0-9]*:../../wip/py-Mastodon.py # XXX
+DEPENDS+=	${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tootstream/PLIST b/tootstream/PLIST
new file mode 100644
index 0000000000..a2b7a40613
--- /dev/null
+++ b/tootstream/PLIST
@@ -0,0 +1,17 @@
+@comment $NetBSD$
+bin/tootstream
+${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}/tootstream/__init__.py
+${PYSITELIB}/tootstream/__init__.pyc
+${PYSITELIB}/tootstream/__init__.pyo
+${PYSITELIB}/tootstream/toot.py
+${PYSITELIB}/tootstream/toot.pyc
+${PYSITELIB}/tootstream/toot.pyo
+${PYSITELIB}/tootstream/toot_parser.py
+${PYSITELIB}/tootstream/toot_parser.pyc
+${PYSITELIB}/tootstream/toot_parser.pyo
diff --git a/tootstream/distinfo b/tootstream/distinfo
new file mode 100644
index 0000000000..9e1853ab24
--- /dev/null
+++ b/tootstream/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (tootstream-0.3.4.tar.gz) = ebeb5d39aaa836a57c7e52a0b78678181afbd030
+RMD160 (tootstream-0.3.4.tar.gz) = 04e36ac3cbc6ab5ed4958b47bf90feb8ef32e519
+SHA512 (tootstream-0.3.4.tar.gz) = 261c8dc7bad6203c8df8781c2d9e4884f6e1e82228e32bf181b27d072541ecd4b2c29cfdd55643bf3eedd46b890c40e3570010974489a78e690bcbf6e398b6a2
+Size (tootstream-0.3.4.tar.gz) = 24627 bytes


Home | Main Index | Thread Index | Old Index