commit:     ba5e0854157bf37ab5751d862fd0628be0f3be10
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 29 10:09:40 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 29 10:09:40 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba5e0854

net-im/hangups: Remove last-rited pkg

Closes: https://bugs.gentoo.org/664658
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-im/hangups/files/unpin-dependencies.patch | 41 -----------------------
 net-im/hangups/hangups-9999.ebuild            | 48 ---------------------------
 net-im/hangups/metadata.xml                   |  8 -----
 profiles/package.mask                         |  5 ---
 4 files changed, 102 deletions(-)

diff --git a/net-im/hangups/files/unpin-dependencies.patch 
b/net-im/hangups/files/unpin-dependencies.patch
deleted file mode 100644
index 37c8795cdd8..00000000000
--- a/net-im/hangups/files/unpin-dependencies.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-diff --git a/setup.py b/setup.py
-index 740ce61..67e3b84 100644
---- a/setup.py
-+++ b/setup.py
-@@ -65,15 +65,15 @@ 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>=1.2,<1.3',
--    'appdirs==1.4.0',
--    'readlike==0.1.2',
-+    'appdirs>=1.4.0',
-+    '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.2.0',
--    'urwid==1.3.1',
--    'MechanicalSoup==0.6.0',
-+    'urwid>=1.3.1',
-+    'MechanicalSoup>=0.6.0',
- ]
- 
- 
-@@ -109,10 +109,10 @@ setup(
-     packages=['hangups', 'hangups.ui'],
-     install_requires=install_requires,
-     tests_require=[
--        'pytest==3.0.5',
--        'pylint==1.6.4',
--        'pycodestyle==2.2.0',
--        'httpretty==0.8.14',
-+        'pytest>=3.0.5',
-+        'pylint>=1.6.4',
-+        'pycodestyle>=2.2.0',
-+        'httpretty>=0.8.14',
-     ],
-     cmdclass={
-         'test': PytestCommand,

diff --git a/net-im/hangups/hangups-9999.ebuild 
b/net-im/hangups/hangups-9999.ebuild
deleted file mode 100644
index 6566dc8bf4d..00000000000
--- a/net-im/hangups/hangups-9999.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{4,5,6} )
-inherit distutils-r1
-
-if [[ ${PV} = *9999* ]]; then
-       EGIT_REPO_URI="https://github.com/tdryer/${PN}";
-       inherit git-r3
-else
-       SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-       KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="Third Party IM Client for Google Hangouts"
-HOMEPAGE="https://pypi.org/project/hangups/";
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-
-PATCHES=(
-       "${FILESDIR}"/unpin-dependencies.patch
-)
-
-COMMON_DEPEND=">=dev-python/configargparse-0.11.0[${PYTHON_USEDEP}]
-       >=dev-python/aiohttp-1.2.0[${PYTHON_USEDEP}]
-       <dev-python/aiohttp-1.3.0
-       >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
-       >=dev-python/readlike-0.1.2[${PYTHON_USEDEP}]
-       >=dev-python/requests-2.6.0[${PYTHON_USEDEP}]
-       <dev-python/requests-3.0.0
-       >=dev-python/ReParser-1.4.3[${PYTHON_USEDEP}]
-       >=dev-python/protobuf-python-3.1.0[${PYTHON_USEDEP}]
-       >=dev-python/urwid-1.3.1[${PYTHON_USEDEP}]
-       >=dev-python/MechanicalSoup-0.6.0[${PYTHON_USEDEP}]"
-       DEPEND="${COMMON_DEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       test? (
-               >=dev-python/pytest-3.0.5[${PYTHON_USEDEP}]
-               >=dev-python/pylint-1.6.4[${PYTHON_USEDEP}]
-               >=dev-python/pycodestyle-2.2.0[${PYTHON_USEDEP}]
-               >=dev-python/httpretty-0.8.14[${PYTHON_USEDEP}]
-       )
-"
-RDEPEND="${COMMON_DEPEND}"

diff --git a/net-im/hangups/metadata.xml b/net-im/hangups/metadata.xml
deleted file mode 100644
index c36c37139fa..00000000000
--- a/net-im/hangups/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>[email protected]</email>
-               <name>William Hubbs</name>
-       </maintainer>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index dcc497c656c..17bb92f5054 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -205,11 +205,6 @@ media-plugins/vdr-rotor
 # Bug 664678
 media-plugins/vdr-videosystem
 
-# Michał Górny <[email protected]> (26 Aug 2018)
-# Live ebuild only.  Dependencies can no longer be satisfied by ::gentoo
-# packages.  Bug #664658.  Removal in 30 days.
-net-im/hangups
-
 # Virgil Dupras <[email protected]> (23 Aug 2018)
 # Vulnerable and can't be removed yet because of alpha. Bug #664346
 <dev-python/paramiko-2.4.1

Reply via email to