diff options
author | js <js@pkgsrc.org> | 2020-09-11 23:48:53 +0000 |
---|---|---|
committer | js <js@pkgsrc.org> | 2020-09-11 23:48:53 +0000 |
commit | bf84cb246f2265384b7611a060dac398d78a2ae2 (patch) | |
tree | ab59a8933d4c690b541e4fdbad404a24ae5c8717 | |
parent | dd725c52a5e9e9b23abbf162ba10626c12834b57 (diff) | |
download | pkgsrc-bf84cb246f2265384b7611a060dac398d78a2ae2.tar.gz |
Remove py-tulir-hangups
The only thing using it, mautrix-hangouts, moved back to upstream hangups.
-rw-r--r-- | chat/Makefile | 3 | ||||
-rw-r--r-- | chat/py-tulir-hangups/DESCR | 14 | ||||
-rw-r--r-- | chat/py-tulir-hangups/Makefile | 33 | ||||
-rw-r--r-- | chat/py-tulir-hangups/PLIST | 68 | ||||
-rw-r--r-- | chat/py-tulir-hangups/distinfo | 7 | ||||
-rw-r--r-- | chat/py-tulir-hangups/patches/patch-setup.py | 26 |
6 files changed, 1 insertions, 150 deletions
diff --git a/chat/Makefile b/chat/Makefile index 9b61bf95820..dc90620f429 100644 --- a/chat/Makefile +++ b/chat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.254 2020/09/11 02:47:16 js Exp $ +# $NetBSD: Makefile,v 1.255 2020/09/11 23:48:53 js Exp $ # COMMENT= Communication programs @@ -107,7 +107,6 @@ SUBDIR+= py-hangups SUBDIR+= py-mastodon SUBDIR+= py-mautrix SUBDIR+= py-nbxmpp -SUBDIR+= py-tulir-hangups SUBDIR+= py-xmpppy SUBDIR+= quassel SUBDIR+= quirc diff --git a/chat/py-tulir-hangups/DESCR b/chat/py-tulir-hangups/DESCR deleted file mode 100644 index 41d93cd5e1d..00000000000 --- a/chat/py-tulir-hangups/DESCR +++ /dev/null @@ -1,14 +0,0 @@ -Fork of hangups for use with mautrix-hangous. - -hangups is the first third-party instant messaging client for Google -Hangouts. It includes both a Python library and a reference client -with a text-based user interface. - -Unlike its predecessor Google Talk, Hangouts uses a proprietary, -non-interoperable protocol. hangups is implemented by reverse-engineering -this protocol, which allows it to support features like group -messaging that aren't available in clients that connect via XMPP. - -hangups is still in an early stage of development. The reference -client is usable for basic chatting, but the API is undocumented -and subject to change. diff --git a/chat/py-tulir-hangups/Makefile b/chat/py-tulir-hangups/Makefile deleted file mode 100644 index 958c1e70c91..00000000000 --- a/chat/py-tulir-hangups/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# $NetBSD: Makefile,v 1.4 2020/09/11 05:42:44 wiz Exp $ - -DISTNAME= tulir-hangups-0.4.12 -PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 -CATEGORIES= chat python -MASTER_SITES= ${MASTER_SITE_GITHUB:=tulir/} -GITHUB_PROJECT= hangups -GITHUB_TAG= v${PKGVERSION_NOREV} - -MAINTAINER= js@pkgsrc.org -HOMEPAGE= https://github.com/tulir/hangups -COMMENT= Fork of py-hangups for use with mautrix-hangouts -LICENSE= mit - -DEPENDS+= ${PYPKGPREFIX}-MechanicalSoup>=0.6.0:../../www/py-MechanicalSoup -DEPENDS+= ${PYPKGPREFIX}-aiohttp>=3.3:../../www/py-aiohttp -DEPENDS+= ${PYPKGPREFIX}-appdirs>=1.4.0:../../devel/py-appdirs -DEPENDS+= ${PYPKGPREFIX}-async-timeout>=2:../../devel/py-async-timeout -DEPENDS+= ${PYPKGPREFIX}-configargparse>=0.11.0:../../devel/py-configargparse -DEPENDS+= ${PYPKGPREFIX}-protobuf>=3.1.0:../../devel/py-protobuf -DEPENDS+= ${PYPKGPREFIX}-readlike>=0.1.2:../../devel/py-readlike -DEPENDS+= ${PYPKGPREFIX}-reparser>=1.4.3:../../devel/py-reparser -DEPENDS+= ${PYPKGPREFIX}-requests>=2.6.0:../../devel/py-requests -DEPENDS+= ${PYPKGPREFIX}-urwid>=1.3.1:../../devel/py-urwid - -USE_LANGUAGES= # none -EGG_NAME= tulir_hangups-${PKGVERSION_NOREV} - -PYTHON_VERSIONS_INCOMPATIBLE= 27 - -.include "../../lang/python/egg.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/chat/py-tulir-hangups/PLIST b/chat/py-tulir-hangups/PLIST deleted file mode 100644 index 1f3a9452385..00000000000 --- a/chat/py-tulir-hangups/PLIST +++ /dev/null @@ -1,68 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2020/09/11 01:59:05 js Exp $ -bin/hangups -${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}/hangups/__init__.py -${PYSITELIB}/hangups/__init__.pyc -${PYSITELIB}/hangups/__init__.pyo -${PYSITELIB}/hangups/auth.py -${PYSITELIB}/hangups/auth.pyc -${PYSITELIB}/hangups/auth.pyo -${PYSITELIB}/hangups/channel.py -${PYSITELIB}/hangups/channel.pyc -${PYSITELIB}/hangups/channel.pyo -${PYSITELIB}/hangups/client.py -${PYSITELIB}/hangups/client.pyc -${PYSITELIB}/hangups/client.pyo -${PYSITELIB}/hangups/conversation.py -${PYSITELIB}/hangups/conversation.pyc -${PYSITELIB}/hangups/conversation.pyo -${PYSITELIB}/hangups/conversation_event.py -${PYSITELIB}/hangups/conversation_event.pyc -${PYSITELIB}/hangups/conversation_event.pyo -${PYSITELIB}/hangups/event.py -${PYSITELIB}/hangups/event.pyc -${PYSITELIB}/hangups/event.pyo -${PYSITELIB}/hangups/exceptions.py -${PYSITELIB}/hangups/exceptions.pyc -${PYSITELIB}/hangups/exceptions.pyo -${PYSITELIB}/hangups/hangouts_pb2.py -${PYSITELIB}/hangups/hangouts_pb2.pyc -${PYSITELIB}/hangups/hangouts_pb2.pyo -${PYSITELIB}/hangups/http_utils.py -${PYSITELIB}/hangups/http_utils.pyc -${PYSITELIB}/hangups/http_utils.pyo -${PYSITELIB}/hangups/message_parser.py -${PYSITELIB}/hangups/message_parser.pyc -${PYSITELIB}/hangups/message_parser.pyo -${PYSITELIB}/hangups/parsers.py -${PYSITELIB}/hangups/parsers.pyc -${PYSITELIB}/hangups/parsers.pyo -${PYSITELIB}/hangups/pblite.py -${PYSITELIB}/hangups/pblite.pyc -${PYSITELIB}/hangups/pblite.pyo -${PYSITELIB}/hangups/ui/__init__.py -${PYSITELIB}/hangups/ui/__init__.pyc -${PYSITELIB}/hangups/ui/__init__.pyo -${PYSITELIB}/hangups/ui/__main__.py -${PYSITELIB}/hangups/ui/__main__.pyc -${PYSITELIB}/hangups/ui/__main__.pyo -${PYSITELIB}/hangups/ui/emoticon.py -${PYSITELIB}/hangups/ui/emoticon.pyc -${PYSITELIB}/hangups/ui/emoticon.pyo -${PYSITELIB}/hangups/ui/notifier.py -${PYSITELIB}/hangups/ui/notifier.pyc -${PYSITELIB}/hangups/ui/notifier.pyo -${PYSITELIB}/hangups/ui/utils.py -${PYSITELIB}/hangups/ui/utils.pyc -${PYSITELIB}/hangups/ui/utils.pyo -${PYSITELIB}/hangups/user.py -${PYSITELIB}/hangups/user.pyc -${PYSITELIB}/hangups/user.pyo -${PYSITELIB}/hangups/version.py -${PYSITELIB}/hangups/version.pyc -${PYSITELIB}/hangups/version.pyo diff --git a/chat/py-tulir-hangups/distinfo b/chat/py-tulir-hangups/distinfo deleted file mode 100644 index aacd55258ac..00000000000 --- a/chat/py-tulir-hangups/distinfo +++ /dev/null @@ -1,7 +0,0 @@ -$NetBSD: distinfo,v 1.4 2020/09/11 05:42:44 wiz Exp $ - -SHA1 (tulir-hangups-0.4.12.tar.gz) = 0058e5fea202d4769aa4601758ceca75d0159c0f -RMD160 (tulir-hangups-0.4.12.tar.gz) = 8b0a5e746fb9c271414fdcd83f46dc295ca976c2 -SHA512 (tulir-hangups-0.4.12.tar.gz) = 226cc6820aeb54581d47f30e507419d5ee8fc5b5f5d63cbb9be699ebf82fd66e3456cde86dc7b77d56f0c7d6af7181279608ca8bdf571518eee3d4e1088f1201 -Size (tulir-hangups-0.4.12.tar.gz) = 177971 bytes -SHA1 (patch-setup.py) = dc3f06126b25034a3228810f5653e4a97b8c31ff diff --git a/chat/py-tulir-hangups/patches/patch-setup.py b/chat/py-tulir-hangups/patches/patch-setup.py deleted file mode 100644 index 7fe0cc59766..00000000000 --- a/chat/py-tulir-hangups/patches/patch-setup.py +++ /dev/null @@ -1,26 +0,0 @@ -$NetBSD: patch-setup.py,v 1.1 2020/09/11 02:45:40 js Exp $ - ---- setup.py.orig 2020-09-04 11:52:46.000000000 +0000 -+++ setup.py -@@ -25,16 +25,16 @@ with open('README.rst') as f: - # hangups from breaking when new versions of dependencies are released, - # especially for end-users (non-developers) who use pip to install hangups. - install_requires = [ -- 'ConfigArgParse==0.11.0', -+ 'ConfigArgParse>=0.11.0', - 'aiohttp>=3.3,<4', - 'async-timeout>=2,<4', - 'appdirs>=1.4,<1.5', -- 'readlike==0.1.2', -+ 'readlike>=0.1.2', - 'requests>=2.6.0,<3', # uses semantic versioning (after 2.6) -- 'ReParser==1.4.3', -+ 'ReParser>=1.4.3', - 'protobuf>=3.1.0,<3.14', -- 'urwid==1.3.1', -- 'MechanicalSoup==0.6.0', -+ 'urwid>=1.3.1', -+ 'MechanicalSoup>=0.6.0', - ] - - |