dev-python/hangups: update hangups-0.4.18-r1, fix some deps

This commit is contained in:
Andreas Billmeier 2022-10-15 20:24:22 +02:00 committed by Andreas Billmeier
parent 141bd6b0b6
commit 1b78b35856
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 9 additions and 51 deletions

View File

@ -538,11 +538,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
There are 1657 Ebuilds in total, 1650 of them have in total 1662 (35 different) licenses assigned.
There are 1656 Ebuilds in total, 1649 of them have in total 1661 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|986|
|MIT|985|
|Apache-2.0|322|
|GPL-3|100|
|BSD|94|

View File

@ -1,5 +1,3 @@
DIST hangups-0.4.17.tar.gz 98274 BLAKE2B 39726a1a7ce7b671bee2903db86be6805615ac20d08bd09271c2a4bceea45f6ac4f4b1baa89c262587b138fc8a07082792e05123d30df326b00386d5ee722901 SHA512 6702203c91cedb93bf6477ee5f0836e419b9726823601a8199056f0375d316f5f9b6071aff2a7fcb31bb5409cae6feb398c21e25581efd58574da0534655b26a
DIST hangups-0.4.18.tar.gz 98397 BLAKE2B 07cd3b85396e66d3f840049bd68bd07ddb396c6086d00e9fecae7120d1481ab11099b9bdeb25cda122b7215bb2e1b3c5199675fbb04a9c71cb3eecc9075903e7 SHA512 339ef1ac9a6f0031a94015eb7fee1a76e020321e9220afa54604543c052a15422267692bea23e21c60b31a7002fb447ac850bc3616f9353be20e92085e75f155
EBUILD hangups-0.4.17.ebuild 1204 BLAKE2B d4d32472a8959978da23ac2829dbecc3d2f1c4c6acdcf8bdae4ccf5b799f723849c93f2f10d5a2bebadb9c752a23b565a9b6c18fca81dcbd96f34e9114f0a07c SHA512 725c114907ca95ec65dfff243dbf15bab6ff4fb8b13aa9ba6cb0a3f4c706cf45b5828ed13bea08673feedaa2fe5c88edfa70bc4075acacecc83557b5d3000749
EBUILD hangups-0.4.18.ebuild 1210 BLAKE2B 046db79b52e8552a1923ee9287e73634dd35331216ddeca2c0b8727df082c80a545f774e0b1a107df534d938fb11988cfcc16d396bbc45a8446ae9077f06ebb2 SHA512 b278e47bddef5eeb83a1e7755f781a8d329bb932bd90a6bd4d9bf89ea4152f6c46c5a0265895dc6bae5c83c38b46ecb492c2469ec5b7daccaec29a414c3eac67
EBUILD hangups-0.4.18-r1.ebuild 1219 BLAKE2B 69543dee520dd0165dfb5968bec2ac953ce3c853eb520b1c72c7b1bebcbfbd1b7af757cca788a15142ffc46d2fb6cb6a54d9781992a430ca575ecf25c41d3ac7 SHA512 64a771d4e72e18123519e2babda5401212d395c284b029cc07e3594e25442c0c79ebb675b71be1fc718f5dc3af589a4ff1f5e2ca855483a7a56b5397d8f9fee2
MISC metadata.xml 451 BLAKE2B 1f2f40e10acb79f4fa5757212b27ef94b26ed07a92f978f019e6adcd6d55a3c821ace6443fc1bdbccf4037df16ee1e7bc716690bbd1fb7fa74a27c3fcb5398b4 SHA512 c17dc52ee756daf9c7d33d3637ddb516ad0ae6f15a0ad95e4f5420a800060609f71a8320815e4b0b3b93d2f5eb9bb7a1d3b5cdcc7522e682d7c6d5123493e4e4

View File

@ -1,42 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="the first third-party instant messaging client for Google Hangouts"
HOMEPAGE="https://github.com/tdryer/hangups https://pypi.org/project/hangups/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND="~dev-python/configargparse-0.11.0[${PYTHON_USEDEP}]
dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/async-timeout[${PYTHON_USEDEP}]
>=dev-python/appdirs-1.4[${PYTHON_USEDEP}]
~dev-python/readlike-0.1.2[${PYTHON_USEDEP}]
>=dev-python/requests-2.6.0[${PYTHON_USEDEP}]
~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}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
@ -13,17 +13,17 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND="~dev-python/configargparse-0.11.0[${PYTHON_USEDEP}]
RDEPEND=">=dev-python/ConfigArgParse-0.11.0[${PYTHON_USEDEP}]
>=dev-python/aiohttp-3.7[${PYTHON_USEDEP}]
dev-python/async-timeout[${PYTHON_USEDEP}]
>=dev-python/appdirs-1.4[${PYTHON_USEDEP}]
~dev-python/readlike-0.1.2[${PYTHON_USEDEP}]
>=dev-python/readlike-0.1.2[${PYTHON_USEDEP}]
>=dev-python/requests-2.6.0[${PYTHON_USEDEP}]
~dev-python/ReParser-1.4.3[${PYTHON_USEDEP}]
>=dev-python/protobuf-python-3.1.0[${PYTHON_USEDEP}]
@ -40,3 +40,5 @@ python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest