pkgsrc-WIP-changes archive

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

toot: Import toot-0.18.0 as wip/toot



Module Name:	pkgsrc-wip
Committed By:	Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By:	nee
Date:		Mon Jun 18 19:29:23 2018 +0100
Changeset:	1b1fdfb7ce8a6934f052716c3f0970f76be9a1d3

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

Log Message:
toot: Import toot-0.18.0 as wip/toot

Toot is a a Mastodon CLI client.

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

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

diffstat:
 Makefile      |  1 +
 toot/DESCR    |  1 +
 toot/Makefile | 22 ++++++++++++++++++++++
 toot/PLIST    | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 toot/distinfo |  6 ++++++
 5 files changed, 86 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 24fa66bb23..67ebff3c5b 100644
--- a/Makefile
+++ b/Makefile
@@ -4400,6 +4400,7 @@ SUBDIR+=	tnt
 SUBDIR+=	todotxt-git
 SUBDIR+=	tome
 SUBDIR+=	tome2
+SUBDIR+=	toot
 SUBDIR+=	tootstream
 SUBDIR+=	tophat
 SUBDIR+=	tops-bin
diff --git a/toot/DESCR b/toot/DESCR
new file mode 100644
index 0000000000..7441977751
--- /dev/null
+++ b/toot/DESCR
@@ -0,0 +1 @@
+Toot is a a Mastodon CLI client.
diff --git a/toot/Makefile b/toot/Makefile
new file mode 100644
index 0000000000..ec988671b1
--- /dev/null
+++ b/toot/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+DISTNAME=	toot-0.18.0
+CATEGORIES=	chat www
+MASTER_SITES=	${MASTER_SITE_PYPI:=t/toot/}
+
+MAINTAINER=	nia.alarie%gmail.com@localhost
+HOMEPAGE=	https://github.com/ihabunek/toot
+COMMENT=	Mastodon CLI client
+LICENSE=	gnu-gpl-v3
+
+USE_LANGUAGES=	# none
+
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
+.include "../../lang/python/pyversion.mk"
+
+DEPENDS+=	${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
+DEPENDS+=	${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/toot/PLIST b/toot/PLIST
new file mode 100644
index 0000000000..39d547e279
--- /dev/null
+++ b/toot/PLIST
@@ -0,0 +1,56 @@
+@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__.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/api.py
+${PYSITELIB}/toot/auth.py
+${PYSITELIB}/toot/commands.py
+${PYSITELIB}/toot/config.py
+${PYSITELIB}/toot/config_legacy.py
+${PYSITELIB}/toot/console.py
+${PYSITELIB}/toot/exceptions.py
+${PYSITELIB}/toot/http.py
+${PYSITELIB}/toot/logging.py
+${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/utils.py
diff --git a/toot/distinfo b/toot/distinfo
new file mode 100644
index 0000000000..3739da5600
--- /dev/null
+++ b/toot/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (toot-0.18.0.tar.gz) = 16618b190434aff57734e74e7a72e18e44ff75ca
+RMD160 (toot-0.18.0.tar.gz) = 7e0c8ac8d7267f9e642c21e0c7c0d277b271b1ce
+SHA512 (toot-0.18.0.tar.gz) = bf67bad87ecf2b99842b12294be1e00b5b07df7d1e5f76566a0571c5a0af0d197c6ccd7b8bb4c606a0d0e6600df3d0bfd9339a9c36e8c707c2c7811bc6f8d080
+Size (toot-0.18.0.tar.gz) = 22295 bytes


Home | Main Index | Thread Index | Old Index