pkgsrc-WIP-changes archive

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

py-hangups: Remove, imported in pkgsrc as chat/py-hangups



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Sep 4 16:00:01 2017 +0200
Changeset:	ebe3affc88f99080994d4a567581867beb6907f7

Modified Files:
	Makefile
Removed Files:
	py-hangups/DESCR
	py-hangups/Makefile
	py-hangups/PLIST
	py-hangups/distinfo
	py-hangups/patches/patch-setup.py

Log Message:
py-hangups: Remove, imported in pkgsrc as chat/py-hangups

(About my previous comment in py-hangups possible TODO... probably doesn't make
a lot of sense to have an ALTERNATIVES file and a versioned binary for a
Python 3 only package!)

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

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

diffstat:
 Makefile                          |  1 -
 py-hangups/DESCR                  | 12 -------
 py-hangups/Makefile               | 28 ----------------
 py-hangups/PLIST                  | 68 ---------------------------------------
 py-hangups/distinfo               |  7 ----
 py-hangups/patches/patch-setup.py | 39 ----------------------
 6 files changed, 155 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 1609de0205..3698323d70 100644
--- a/Makefile
+++ b/Makefile
@@ -3181,7 +3181,6 @@ SUBDIR+=	py-hamilton
 SUBDIR+=	py-hamnonlineng
 SUBDIR+=	py-hamopy
 SUBDIR+=	py-handy
-SUBDIR+=	py-hangups
 SUBDIR+=	py-harvestingkit
 SUBDIR+=	py-hcluster
 SUBDIR+=	py-hddm
diff --git a/py-hangups/DESCR b/py-hangups/DESCR
deleted file mode 100644
index 3d657dfad9..0000000000
--- a/py-hangups/DESCR
+++ /dev/null
@@ -1,12 +0,0 @@
-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/py-hangups/Makefile b/py-hangups/Makefile
deleted file mode 100644
index 255bd05ca7..0000000000
--- a/py-hangups/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2017/04/14 12:10:26 leot Exp $
-
-DISTNAME=	hangups-0.4.3
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	chat python
-MASTER_SITES=	${MASTER_SITE_PYPI:=h/hangups/}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/tdryer/hangups
-COMMENT=	Third-party instant messaging client for Google Hangouts
-LICENSE=	mit
-
-DEPENDS+=	${PYPKGPREFIX}-MechanicalSoup>=0.6.0:../../www/py-MechanicalSoup
-DEPENDS+=	${PYPKGPREFIX}-aiohttp>=1.2:../../www/py-aiohttp
-DEPENDS+=	${PYPKGPREFIX}-appdirs>=1.4.0:../../devel/py-appdirs
-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.0:../../devel/py-requests
-DEPENDS+=	${PYPKGPREFIX}-urwid>=1.3.1:../../devel/py-urwid
-
-USE_LANGUAGES=			# none
-
-PYTHON_VERSIONS_INCOMPATIBLE=	27
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-hangups/PLIST b/py-hangups/PLIST
deleted file mode 100644
index 91d1f67115..0000000000
--- a/py-hangups/PLIST
+++ /dev/null
@@ -1,68 +0,0 @@
-@comment $NetBSD$
-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/notify.py
-${PYSITELIB}/hangups/ui/notify.pyc
-${PYSITELIB}/hangups/ui/notify.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/py-hangups/distinfo b/py-hangups/distinfo
deleted file mode 100644
index 6fdac4d109..0000000000
--- a/py-hangups/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD$
-
-SHA1 (hangups-0.4.3.tar.gz) = 9d8b94893a684158602e2f1b61f824cd41ae5e6f
-RMD160 (hangups-0.4.3.tar.gz) = c75b0dd872d58653f14cac2187546a8f9159042c
-SHA512 (hangups-0.4.3.tar.gz) = 5fe9c3bb36eeee3bd0cc6b1e27c9ab2185974c45e5fc40b4e7b0aaecd014588830716622687139ec21e24466cf709b3598f8a1954e768d02466dc70e8e48eb79
-Size (hangups-0.4.3.tar.gz) = 83330 bytes
-SHA1 (patch-setup.py) = b553978ca42696d620ef674b2bac2c81b44cb4e6
diff --git a/py-hangups/patches/patch-setup.py b/py-hangups/patches/patch-setup.py
deleted file mode 100644
index c9db6f8459..0000000000
--- a/py-hangups/patches/patch-setup.py
+++ /dev/null
@@ -1,39 +0,0 @@
-$NetBSD$
-
-Avoid too strict version requirements.
-
---- setup.py.orig	2017-07-30 23:31:42.000000000 +0000
-+++ setup.py
-@@ -23,22 +23,22 @@ 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',
--    'aiohttp>=1.3,<3',
--    'appdirs>=1.4,<1.5',
--    'readlike==0.1.2',
--    'requests>=2.6.0,<3',  # uses semantic versioning (after 2.6)
--    'ReParser==1.4.3',
--    'protobuf>=3.1.0,<3.2.0',
--    'urwid==1.3.1',
--    'MechanicalSoup==0.6.0',
-+    'ConfigArgParse>=0.11.0',
-+    'aiohttp>=1.3',
-+    'appdirs>=1.4',
-+    'readlike>=0.1.2',
-+    'requests>=2.6.0',  # uses semantic versioning (after 2.6)
-+    'ReParser>=1.4.3',
-+    'protobuf>=3.1.0',
-+    'urwid>=1.3.1',
-+    'MechanicalSoup>=0.6.0',
- ]
- 
- 
- if sys.version_info < (3, 4, 3):
-     # For Python earlier than 3.4.3, use a backported asyncio that fixes an
-     # issue with an exception being logged on exit.
--    install_requires.append('asyncio==3.4.3')
-+    install_requires.append('asyncio>=3.4.3')
- 
- 
- setup(


Home | Main Index | Thread Index | Old Index