From 3752f715e35ec325490707a55e115fe5867e0034 Mon Sep 17 00:00:00 2001 From: "Andreas Billmeier (@Home/mbp)" Date: Sat, 3 Sep 2022 13:46:41 +0200 Subject: [PATCH] update nettigo-air-monitor-1.4.2 add aqipy-atmotech-0.1.5 --- README.md | 4 +-- dev-python/aqipy-atmotech/Manifest | 3 ++ .../aqipy-atmotech-0.1.5.ebuild | 35 +++++++++++++++++++ dev-python/aqipy-atmotech/metadata.xml | 15 ++++++++ dev-python/nettigo-air-monitor/Manifest | 6 ++-- .../nettigo-air-monitor-1.3.0.ebuild | 2 +- ...build => nettigo-air-monitor-1.4.2.ebuild} | 9 +++-- 7 files changed, 65 insertions(+), 9 deletions(-) create mode 100644 dev-python/aqipy-atmotech/Manifest create mode 100644 dev-python/aqipy-atmotech/aqipy-atmotech-0.1.5.ebuild create mode 100644 dev-python/aqipy-atmotech/metadata.xml rename dev-python/nettigo-air-monitor/{nettigo-air-monitor-1.2.4.ebuild => nettigo-air-monitor-1.4.2.ebuild} (80%) diff --git a/README.md b/README.md index d5a3f2f15..19e7fad6f 100644 --- a/README.md +++ b/README.md @@ -523,12 +523,12 @@ 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 1867 Ebuilds in total, 1860 of them have in total 1872 (35 different) licenses assigned. +There are 1868 Ebuilds in total, 1861 of them have in total 1873 (35 different) licenses assigned. |License| Ebuilds using it| |-------|-----| |MIT|1134| -|Apache-2.0|342| +|Apache-2.0|343| |GPL-3|113| |BSD|106| |LGPL-3|29| diff --git a/dev-python/aqipy-atmotech/Manifest b/dev-python/aqipy-atmotech/Manifest new file mode 100644 index 000000000..452594f37 --- /dev/null +++ b/dev-python/aqipy-atmotech/Manifest @@ -0,0 +1,3 @@ +DIST aqipy-atmotech-0.1.5.tar.gz 14817 BLAKE2B 56c9ad4056fa446101b0586a885eb6752771c0dcc9702331fd0e4c80980ee293daece0b4e651d15a4c566154fca1df444b3c8066735a97af948dd4ce36edf39f SHA512 09d25e5b018bfe8ec84d302f98ad5c7520ef418f69000819c3772e64df71110b6860bbebd9aa105f26dff55b389343ba0422552b9b7abc30d5594a6c77244573 +EBUILD aqipy-atmotech-0.1.5.ebuild 680 BLAKE2B 4218f0efc60c3f524f9fbb2a3c1c79fc929aa04a54a900ad532677b7ce3a6228cf65cdffce89812aed5d5cb28a31f56f6dbe37dd2e3536c6752e7b349e1ca02f SHA512 8d207b3855d80b4b4e564b5302802fde32f516e02b52d17e134250c59886ae66cb764cbb6dc6a32abe582492cc310a8ec8e3ffba91f5dc13ec5969c026d1673c +MISC metadata.xml 457 BLAKE2B dd7676ee2278a06e374cdc61b205f7d3727a9531bd74d96bb0b31082fa625f2070e46d7a18b9bef084ab856aaf173e4aef5909124160cfc080a82abf127c28ed SHA512 6adaba588b520ff13f025fdd1d747c9b6aaa57b11afcec335972c439b64ef24ebbed73ca0a9f939f8acd48f15f3f14416ae1c572381cefd20cc8b503c0b63105 diff --git a/dev-python/aqipy-atmotech/aqipy-atmotech-0.1.5.ebuild b/dev-python/aqipy-atmotech/aqipy-atmotech-0.1.5.ebuild new file mode 100644 index 000000000..1e1bc4a6e --- /dev/null +++ b/dev-python/aqipy-atmotech/aqipy-atmotech-0.1.5.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..11} ) + +inherit distutils-r1 + +DESCRIPTION="AQI calculation library" +HOMEPAGE="https://pypi.org/project/aqipy-atmotech/" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="amd64 arm arm64 x86" +IUSE="test" +RESTRICT="!test? ( 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 +} + +distutils_enable_tests pytest diff --git a/dev-python/aqipy-atmotech/metadata.xml b/dev-python/aqipy-atmotech/metadata.xml new file mode 100644 index 000000000..d8b9f59e5 --- /dev/null +++ b/dev-python/aqipy-atmotech/metadata.xml @@ -0,0 +1,15 @@ + + + + + b@edevau.net + Andreas Billmeier + + + aqipy-atmotech + + info@atmotube.com + Atmotech Inc. + + + diff --git a/dev-python/nettigo-air-monitor/Manifest b/dev-python/nettigo-air-monitor/Manifest index fc31b35c6..c2926e3f9 100644 --- a/dev-python/nettigo-air-monitor/Manifest +++ b/dev-python/nettigo-air-monitor/Manifest @@ -1,5 +1,5 @@ -DIST nettigo-air-monitor-1.2.4.tar.gz 9709 BLAKE2B a46faef7af6bfdbf9313a4d58f6a5738858e1d3e571723fed9f1ad5cb51a06f57b7d8ff09c7bb9e5260cb41091a8bbf386edcc97defc536ba7e4397d138402e5 SHA512 75b005381579dd9efe744f0783f6a0193d52c4aed6843e494493237bf33f690622cf0f6f6c9aa06f38a4143b0ec236713f4775843994797283aefea1012caf1f DIST nettigo-air-monitor-1.3.0.tar.gz 9808 BLAKE2B e61b243d22326f1a16d7c1233577912eae1555660f2e561a9aad87cad42d07f67a66a7185384dbeda746425eb05f3949a55811a0615db7cde1097dbac36d2d6b SHA512 5743622574be3666f067e0a15db5723c909a5bd50c554eafab9d6ccb57863b5d9f8d508b07f50e67156b95141c1b8142218b320a62ce69762bfc249ab5e132b7 -EBUILD nettigo-air-monitor-1.2.4.ebuild 959 BLAKE2B 2c14a3bd08b8736b6c30cb44da45a26cc8c8b29a29dc435654038b8b08e5583d9f993e1113268b1496e7ee289abf69bfef8e22f65e1de77ea5f9612ef79d3219 SHA512 ff8db7a2223964cdbc7c16801af38877d60802495754d6fbe009c397faa0f29fedd02b54674a0e7e903770c299b5dae3ee0a398e329bec280809739bc61ed996 -EBUILD nettigo-air-monitor-1.3.0.ebuild 975 BLAKE2B 6bc859c95d7d624a9f2d64a160e81545c562e97cf650c8f090106febd6f05800a4546b4cb611c66966d1b2d08bea8d20a2231282a07bedf9562848a6e7f115bb SHA512 cc7872910c884f58b8a055f84acc6d0492b4eaaae4d72824931d998cd4fc8c614ee77379500c37f5809a2a58da2379107a2aa45cb56e1eb6a2bff8065175127a +DIST nettigo-air-monitor-1.4.2.tar.gz 10030 BLAKE2B cf312a22488df96280b64cead6017a4034d0f392bac61588fb453d1dcdebfa5c2a0bdd543c3ad6af427d96c1a3d894be3ae21ef3cf7260ca2fa3f3e4bbb69d8d SHA512 051cef4d999a1fbae75a59d014cd012f4f9540964e57f00d2698cb80c0c21b92065f7afc06e848fbd935497dedaa87f7583452d12a51a1d41f2546bcd70a31e2 +EBUILD nettigo-air-monitor-1.3.0.ebuild 975 BLAKE2B e041db1ba41155b59e5210a08425fc31c588a1e8aea39b20938f32d372a4df580aad4663de237277d8739fbbc993c3643b5c5cb82397f3d84d40a6fb394780bc SHA512 6151aa1b4437f46e836f410868f44005c9398732021d2e7212a177a79cc62d160943b3bd7fd444a055a083ac0e055b911c1136011a6dd927702466965dc40ec4 +EBUILD nettigo-air-monitor-1.4.2.ebuild 1020 BLAKE2B dcbf26f98f5d7a591a5867942b2b3e1f1f94e979711f10ceed1dbf2cf7bc783bb97eb1ab5979661871823f33364e4ac8d78d074b6abf326d01520a33d04d0fb3 SHA512 38c4e1891a372a911c00e139d9ee2b4f184be71d2462903ac28c82e4bd2703fdbbbf95bfc8efc8cdc6459871d3d3233c0cfa0af912514a9fb589c39ef84213cf MISC metadata.xml 338 BLAKE2B c670a5eca631315772fcd958ed2c4b3970b39b4c1fb579d2c076eccae806ff1c68d7fb5c29d5eed49f5434e99c5ef5e172c9916890a7860bc03cc978a17a55e8 SHA512 6de510bf1e7aac96f59357c2a22db497f12ca440a927908d176c102bebc33cf6d04633250ae3bbbea5b11159001533e8e34413a66c69f29eed929a080e954292 diff --git a/dev-python/nettigo-air-monitor/nettigo-air-monitor-1.3.0.ebuild b/dev-python/nettigo-air-monitor/nettigo-air-monitor-1.3.0.ebuild index 25a28d4cc..59d3ae8f3 100644 --- a/dev-python/nettigo-air-monitor/nettigo-air-monitor-1.3.0.ebuild +++ b/dev-python/nettigo-air-monitor/nettigo-air-monitor-1.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 diff --git a/dev-python/nettigo-air-monitor/nettigo-air-monitor-1.2.4.ebuild b/dev-python/nettigo-air-monitor/nettigo-air-monitor-1.4.2.ebuild similarity index 80% rename from dev-python/nettigo-air-monitor/nettigo-air-monitor-1.2.4.ebuild rename to dev-python/nettigo-air-monitor/nettigo-air-monitor-1.4.2.ebuild index 878bdafee..109400ef5 100644 --- a/dev-python/nettigo-air-monitor/nettigo-air-monitor-1.2.4.ebuild +++ b/dev-python/nettigo-air-monitor/nettigo-air-monitor-1.4.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 @@ -21,8 +21,9 @@ RESTRICT="!test? ( test )" DOCS="README.md" -RDEPEND=">=dev-python/aiohttp-3.7.0[${PYTHON_USEDEP}] - ~dev-python/dacite-1.6.0[${PYTHON_USEDEP}]" +RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}] + dev-python/dacite[${PYTHON_USEDEP}] + dev-python/aqipy-atmotech[${PYTHON_USEDEP}]" BDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] dev-python/pytest-runner[${PYTHON_USEDEP}] @@ -35,3 +36,5 @@ python_test() { nosetests --verbose || die py.test -v -v || die } + +distutils_enable_tests pytest