add discovery30303-0.2.1

This commit is contained in:
2022-01-29 09:16:03 +01:00
committed by Andreas Billmeier
parent 0dd16acc0b
commit b411c7f333
3 changed files with 51 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DIST discovery30303-0.2.1.tar.gz 37518 BLAKE2B c3238c46c53d7e81455eb478ec1972d1bc31717f195678d2d18a9d549c18690e9841d7b953ad50df086c6f7c57799851bf1d88b7ec902088e6fc7c67af4a5d22 SHA512 5571aa837051630d53418e1e5ce725b371babd782c32ff9d368fd31d4c4ea563def05aa6f689a5e8b3d299c7a54d21de2acaab97db093a8911729d1c7a7be593
EBUILD discovery30303-0.2.1.ebuild 788 BLAKE2B d99e73817f23b63112c4d10b0fe32f46da14b29886498c8b3bfece6bd7bbd1ded2716fe8b94fd769f78a2fa29041ce5bced53da487c580c970d8b488fb1183d2 SHA512 225d34fc3c9e12f0fbd590d50714df4546d31ba425ae9fecf35fb7cc67496acc6a24386cf5c48c897258513aee3191fbff0723cd5a0c9e0e5e66fdbd4a9afad4
MISC metadata.xml 456 BLAKE2B a3532c9dba9d4c535970b5fb59b47f032fac85c063c61873428000642fd7e0e40551e9192b15926f63aa32255991d14df79049fd193b3eb4d6e007514e7e32fe SHA512 09b23bcb4471042a788f386b706e582826585708d505a6b9e3c965ad9a54cdedf790baf0543779aba31798c58781cd201adab38dd750a6b99e7ae243054b265a

View File

@@ -0,0 +1,33 @@
# 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
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
DESCRIPTION="Discover devices that respond on port 30303"
HOMEPAGE="https://github.com/bdraco/discovery30303 https://pypi.org/project/discovery30303/"
SRC_URI="https://github.com/bdraco/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.md"
RDEPEND=""
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

@@ -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">discovery30303</remote-id>
<maintainer status="unknown">
<email>nick@koston.org</email>
<name>J. Nick Koston</name>
</maintainer>
</upstream>
</pkgmetadata>