add PyUserInput-0.1.11

This commit is contained in:
Andreas Billmeier 2019-11-23 11:27:52 +01:00
parent 5e7573d237
commit 0e9101b864
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 50 additions and 0 deletions

View File

@ -1,4 +1,5 @@
2019-11-22
* add PyUserInput-0.1.11
* add ndms2-client-0.0.10
* add kaiterra-async-client-0.0.2
* add python-join-api-0.0.4

View File

@ -0,0 +1,3 @@
DIST PyUserInput-0.1.11.tar.gz 28664 BLAKE2B 1f8009fac6ec017494afa4c8f624155cf8380e9817eca3f4954962f068fab30469a990cdebe3d6b07f92929442547a2539489289aac0bc3da482281f1f93917a SHA512 583c830e97838fbbe61256860957e9ac34e92d7da3d2517438790c6cb0901aa1292452376d6d4e16dedebc99e20f6564a6984d0e710b3aa564dd7dc3cc64ffd8
EBUILD PyUserInput-0.1.11.ebuild 705 BLAKE2B d5e9722fe7f7cf307503492d41cfefe798229a1e7549c01ee258df3172b35bc19e1abeed6ed5af4da40c165f9ed73667e61ca11067acc1a281d2aa31e1372ce1 SHA512 3bf817c3e3d008fa3d38970b7f546421a2c545d8b31fa1382abeaa7f457136463e836cd8941b5fd27225312f588b2f5c35386817c7f5b3494e1da4aa3b18d034
MISC metadata.xml 524 BLAKE2B f8bc4a9fb88885c3467ccb063f5023b0dd5a6551d641a05a05435d083c7559df24cae14bbef28f723702a243b6459becdd978fbbdf97747baf180d640f9effda SHA512 135967bc961bc18f9ed24c30490cc835f3d0f4768c714aa6534d9136acddf97558b0f0f0fe424252238415cc0495d2d8766b4a140024da6a89bd6d9ebc69f9f5

View File

@ -0,0 +1,30 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="A simple, cross-platform module for mouse and keyboard control"
HOMEPAGE="https://github.com/PyUserInput/PyUserInput https://pypi.org/project/PyUserInput/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-3"
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
}

View 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">PyUserInput</remote-id>
<maintainer status="unknown">
<email>pablo.barton@gmail.com</email>
<name>Paul Barton pablo.barton@gmail.com, Pepijn de Vos pepijndevos@gmail.com</name>
</maintainer>
</upstream>
</pkgmetadata>