add mcstatus-2.3.0

This commit is contained in:
Andreas Billmeier 2020-02-08 13:41:57 +01:00
parent fd8e63885c
commit afd7365570
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 49 additions and 0 deletions

View File

@ -4,6 +4,7 @@
* bump zigpy-homeassistant-0.13.1
* bump adguardhome-0.4.1
* bump pynws-0.10.4
* add mcstatus-2.3.0
2020-02-06 homeassistant-0.105.2
* bump home-assistant-frontend-20200130.2

View File

@ -0,0 +1,3 @@
DIST mcstatus-2.3.0.tar.gz 7002 BLAKE2B 33f3e0b7b9ecfb7520b21869e645a32571cbe6a47e05f272dda1badb6b3ddf47a50ceacea8506f4ede7a80ece335fcf9c5281980c3c4efc5cd677e3322a2d0a5 SHA512 0be0e464ccdb32a675d15ea504b6fa2005d81b898fba70769eb38e956f14f28da2e6e486c2bb5c8e818e6f63e5bbfbe255d8ed3b2420b04e090041c820e3b94e
EBUILD mcstatus-2.3.0.ebuild 719 BLAKE2B 576ac5bc845d75d1cfa2b84938195dcd8a7940e82397f63a066b4ff898bc1edda2ddccee82a11e1882cf179214d68afff7dfd0ef75812c9da0990d1f619310ac SHA512 ceecb4d5e8f51c60f8b75b79bab88842d749534e629e23233fd2e7e0dc7ba404d51be945b70296b5dd7d629102de6ad84c64a92cdf553603111949eed1484274
MISC metadata.xml 458 BLAKE2B 1c03b8ab211a7fcddfc3f783579ac3dfb09aa49f36f5599b4efae7a2e4da85e2059a79627306a216605fac25b2cce746ae40fe127b6d5e53574fc4325e086ec1 SHA512 7ebb7a9ae75e9024dbac144dbc00e45dd098e04d7ffd52268ee127f261e7f497d5ac629070e2416ac5ea2db4fa30d160a709d8f15dd42c0d83da0a3ae3854677

View File

@ -0,0 +1,30 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="A library to query Minecraft Servers for their status and capabilities."
HOMEPAGE="https://pypi.python.org/pypi/mcstatus https://pypi.org/project/mcstatus/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~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,15 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">mcstatus</remote-id>
<maintainer status="unknown">
<email>dinnerbone@dinnerbone.com</email>
<name>Nathan Adams</name>
</maintainer>
</upstream>
</pkgmetadata>