diff --git a/dev-python/aionotion/Manifest b/dev-python/aionotion/Manifest new file mode 100644 index 000000000..7f53f9df4 --- /dev/null +++ b/dev-python/aionotion/Manifest @@ -0,0 +1 @@ +DIST aionotion-1.1.0.tar.gz 9543 MD5 5a000a65419ab991048214d05f5296de \ No newline at end of file diff --git a/dev-python/aionotion/aionotion-1.1.0.ebuild b/dev-python/aionotion/aionotion-1.1.0.ebuild new file mode 100644 index 000000000..ee0c0b028 --- /dev/null +++ b/dev-python/aionotion/aionotion-1.1.0.ebuild @@ -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="A simple Python 3 library for Notion Home Monitoring" +HOMEPAGE="https://github.com/bachya/aionotion https://pypi.org/project/aionotion/" +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 +} diff --git a/dev-python/aionotion/metadata.xml b/dev-python/aionotion/metadata.xml new file mode 100644 index 000000000..20c1afe62 --- /dev/null +++ b/dev-python/aionotion/metadata.xml @@ -0,0 +1,16 @@ + + + + + b@edevau.net + Andreas Billmeier + + python + + aionotion + + bachya1208@gmail.com + Aaron Bach + + +