add hangups==0.4.9
This commit is contained in:
parent
ba3c1022a1
commit
d73327f43d
5
dev-python/hangups/Manifest
Normal file
5
dev-python/hangups/Manifest
Normal file
@ -0,0 +1,5 @@
|
||||
DIST hangups-0.4.6.tar.gz 85954 BLAKE2B 91fc90afdab73f394d5aeef5601c4fcc575b3b2e9346487af2cc72f6fe5aa1470577d079a85ab30acee510ad10e1f1d27ea13452c5db7dde047d37c40291d135 SHA512 643f9a5073a06a4dc85c582e9dac7503d4da74a6b87f09357623ad298c8b097071cb59f89ed32d54e1235c14605d36768b5abbd069d879b19b405c281d033bc8
|
||||
DIST hangups-0.4.9.tar.gz 94847 BLAKE2B 3ce112e905d6793fa364faecd2869ef2c1b72c15fb194cddc2086fba3a96bf01d609b280771e00b6252af769f422ddc7973eb56ddcf23edd4a07ab16da80301a SHA512 6a72b77e412cab79b6821f31b50cce6f5546d7e2a4bce66988207b148d09081b8b5d3fed8684d95722ddc2788fd5e24c0cf362a9ff7bf3f30dbc4066fe2f3624
|
||||
EBUILD hangups-0.4.6.ebuild 733 BLAKE2B 997b966e3b9c1a15e5f55e3da567821280bbaca7b556c92863ac9d1066e98ba8298a30c4cd4630b02c5cb02e76a8234a26743679bf447c8deda13d2f8c7ba23c SHA512 351a031c473d2adecbdfcd14987285d43c0658c0d36c86391fc5b6fc6cc9ebc59dc340e1d4bb953e766ae8277dab84876171aaddd18b0181fec0c7ffd0dbfb7d
|
||||
EBUILD hangups-0.4.9.ebuild 733 BLAKE2B 997b966e3b9c1a15e5f55e3da567821280bbaca7b556c92863ac9d1066e98ba8298a30c4cd4630b02c5cb02e76a8234a26743679bf447c8deda13d2f8c7ba23c SHA512 351a031c473d2adecbdfcd14987285d43c0658c0d36c86391fc5b6fc6cc9ebc59dc340e1d4bb953e766ae8277dab84876171aaddd18b0181fec0c7ffd0dbfb7d
|
||||
MISC metadata.xml 458 BLAKE2B e7ed97248aa1fcebc184a2ed0cf496ce5a5b2d8abcd70a68cfcf6972eaf5bc471c44681bcba450605774a848a40d78fae2ba480dceb76c40a5ad4ee39fd4934f SHA512 16134f5ffdf8a7cc08f065661846c91db06ec31636f416025764351d78f8556098c3c45e682e1fcdd60549f527e72c7ce3bd3a0740b136623587d7a1f93f9a16
|
30
dev-python/hangups/hangups-0.4.6.ebuild
Normal file
30
dev-python/hangups/hangups-0.4.6.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2019 Gentoo Authors Andreas Billmeier b (at) edevau.net
|
||||
# Distributed under the terms of the GNU General Public License v3.0
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
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 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${REDEPEND}
|
||||
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
|
||||
}
|
30
dev-python/hangups/hangups-0.4.9.ebuild
Normal file
30
dev-python/hangups/hangups-0.4.9.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2019 Gentoo Authors Andreas Billmeier b (at) edevau.net
|
||||
# Distributed under the terms of the GNU General Public License v3.0
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
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 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${REDEPEND}
|
||||
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
|
||||
}
|
16
dev-python/hangups/metadata.xml
Normal file
16
dev-python/hangups/metadata.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer>
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<herd>python</herd>
|
||||
<upstream>
|
||||
<remote-id type="pypi">hangups</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>tomdryer.com@gmail.com</email>
|
||||
<name>Tom Dryer</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user