b485c61165
- Upgrade to Mastodon.py 1.4.5 - Rudimentary support for polls (shows links to polls) - Update colored minimum version to 1.3.93 (Fixes GPL license incompatibility) - Support Pleroma FlakeIDs - Minor fix for stream command being closed without receiving a toot getting a Nonetype for handle
28 lines
975 B
Makefile
28 lines
975 B
Makefile
# $NetBSD: Makefile,v 1.10 2019/07/28 16:13:26 nia Exp $
|
|
|
|
DISTNAME= tootstream-0.3.7
|
|
CATEGORIES= chat www
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=magicalraccoon/}
|
|
|
|
MAINTAINER= nia@NetBSD.org
|
|
HOMEPAGE= https://github.com/magicalraccoon/tootstream
|
|
COMMENT= Command line interface for interacting with Mastodon instances
|
|
LICENSE= mit
|
|
|
|
EXTRACT_USING= bsdtar
|
|
USE_LANGUAGES= # none
|
|
|
|
# incompatible with python 2.
|
|
# strange locale errors on earlier versions of python 3, related
|
|
# to py-click.
|
|
PYTHON_VERSIONS_INCOMPATIBLE+= 27 36
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-click-[0-9]*:../../devel/py-click
|
|
DEPENDS+= ${PYPKGPREFIX}-colored-[0-9]*:../../textproc/py-colored
|
|
DEPENDS+= ${PYPKGPREFIX}-emoji-[0-9]*:../../converters/py-emoji
|
|
DEPENDS+= ${PYPKGPREFIX}-humanize-[0-9]*:../../textproc/py-humanize
|
|
DEPENDS+= ${PYPKGPREFIX}-mastodon-[0-9]*:../../chat/py-mastodon
|
|
DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|