diff --git a/README.md b/README.md index 673292f99..9b44cba07 100644 --- a/README.md +++ b/README.md @@ -523,11 +523,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E ## Licenses This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted. -There are 1862 Ebuilds in total, 1855 of them have in total 1867 (35 different) licenses assigned. +There are 1863 Ebuilds in total, 1856 of them have in total 1868 (35 different) licenses assigned. |License| Ebuilds using it| |-------|-----| -|MIT|1130| +|MIT|1131| |Apache-2.0|341| |GPL-3|113| |BSD|106| diff --git a/dev-python/demetriek/Manifest b/dev-python/demetriek/Manifest new file mode 100644 index 000000000..9ee8035d3 --- /dev/null +++ b/dev-python/demetriek/Manifest @@ -0,0 +1,3 @@ +DIST demetriek-0.2.2.tar.gz 13926 BLAKE2B ea942663b2096563a9168117c2c9996c8267a56c845246e68afc888f329afa0c99b355cce8ca304298257c87699e359d7a78ebc98a4e9dc18eb022fc24d299c3 SHA512 2792b29e48a9bd0152f03686253d97555487e1f7e77109a56781142e41e2d1e7c26843d7d38f83c6196542ad1d3dfb38ea17d6380e0c70c0b4f424d3528d9181 +EBUILD demetriek-0.2.2.ebuild 1171 BLAKE2B 83f29516db7ce457fb95c0ba4b468219eaed2d0519ed16c74a552c831efdcb89ef6cfa4123fd4807e0c64074eb4f04e682ac4153d05eb3d8026ec0075f78a5cd SHA512 6d4f0c8deed2ee2775e701b13261a7cce4b92f70e52a8b446657b299f88d48f0478dbf9358d48a0dcd872137cd1e09fdc53f742cdcc6ea7ad40ff344a81d60f6 +MISC metadata.xml 456 BLAKE2B c00297c5ad08ccd4d3fd7133aaee20fddcca8b56ed8ee8562b3a31da7ec70899ac79e53f8ec68c8ba79d16456f43e40fbb9c0dc2b11c854f945461bd3a68c69d SHA512 d3e29c6f37233d1aa65bd2d44ecbe9e01d273bb8ea6b4f7a0c2b1bc502090e575dc5cf26937a1b1191162899f84b6207559e5a473ccd588278e60ef84d7bb0d5 diff --git a/dev-python/demetriek/demetriek-0.2.2.ebuild b/dev-python/demetriek/demetriek-0.2.2.ebuild new file mode 100644 index 000000000..be67081ea --- /dev/null +++ b/dev-python/demetriek/demetriek-0.2.2.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..11} ) +DISTUTILS_USE_PEP517=poetry + +inherit distutils-r1 + +DESCRIPTION="Asynchronous Python client for LaMetric TIME devices" +HOMEPAGE="https://github.com/frenck/python-demetriek https://pypi.org/project/demetriek/" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 arm arm64 x86" +IUSE="test" +RESTRICT="!test? ( test )" + +DOCS="README.md" + +RDEPEND=">=dev-python/aiohttp-3.0.0[${PYTHON_USEDEP}] + >=dev-python/awesomeversion-21.10.1[${PYTHON_USEDEP}] + >=dev-python/backoff-1.9.0[${PYTHON_USEDEP}] + >=dev-python/pydantic-1.9.0[${PYTHON_USEDEP}] + >=dev-python/yarl-1.6.0[${PYTHON_USEDEP}]" +BDEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/aresponses[${PYTHON_USEDEP}] + dev-python/nose[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/pytest-asyncio[${PYTHON_USEDEP}] + dev-python/pytest-cov[${PYTHON_USEDEP}] + dev-util/yamllint[${PYTHON_USEDEP}] + )" + +python_test() { + nosetests --verbose || die + py.test -v -v || die +} + +distutils_enable_tests pytest diff --git a/dev-python/demetriek/metadata.xml b/dev-python/demetriek/metadata.xml new file mode 100644 index 000000000..d6bda4769 --- /dev/null +++ b/dev-python/demetriek/metadata.xml @@ -0,0 +1,15 @@ + + + + + b@edevau.net + Andreas Billmeier + + + demetriek + + opensource@frenck.dev + Franck Nijhof + + +