add mbddns-0.1.2

This commit is contained in:
2019-11-23 15:38:52 +01:00
parent 2124ecc6af
commit d030b16ace
4 changed files with 50 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
2019-11-22 (reverse added today)
*
* add mbddns-0.1.2
* add pymysensors-0.18.0 and get-mac-0.8.1
* add mycroftapi-2.0 (Homepage dead and License missing)
* add mychevy-1.2.0

View File

@@ -0,0 +1,3 @@
DIST mbddns-0.1.2.tar.gz 1350 BLAKE2B 98f06d8dfc274f2097c0e13bd2054c11e0f0dd84832693fa695bb3008b8dbd571273d2735b0b7fe71ff77f36dc8d27d7edc688be0a3dfaa67f0dd2a33c93b325 SHA512 ea83e2844dff0c1577eb54ee48e0bbb4070acc668e805365c30bf1e4df8d84abcd55d992696771d07819b7c40194d3093514901aaa3978313e741cb7777a3422
EBUILD mbddns-0.1.2.ebuild 698 BLAKE2B 077bfe56fd12dfef47a2f0253c2091422d938c9f05a4676247a8a982f2254b163fb912d88e27428fcefdb20329f360ac8c359d7f652b43c7b2d46f830cfe661a SHA512 12efff656ff509565cbf646e850128c00d3e1eb05dd2294048917f02b81571d13f16c5836878c06609da67478bac36cb686d7371140fdc81738bc73898359d47
MISC metadata.xml 449 BLAKE2B fa4c4f74d3b3e912954ddc5b9a6f3d2e1fcd9b33aa24c9690398979ba4137205c82b99f200b889e60af027df11599309800e64f594aa44df49f2d21c10afc7b7 SHA512 09282dda53105327e2b5bf21fcc246e06f95b8aacf02add221468bb51689da60d3948c494dec49f2c96d5a37fef2e06bc5433e97d3a559b20689aa767b993849

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="Mythic Beasts Dynamic DNS updater"
HOMEPAGE="https://github.com/thinkl33t/mb-ddns https://pypi.org/project/mbddns/"
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="dev-python/aiohttp[${PYTHON_USEDEP}]"
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">mbddns</remote-id>
<maintainer status="unknown">
<email>bob@clough.me</email>
<name>Bob Clough</name>
</maintainer>
</upstream>
</pkgmetadata>