Skip to content

Commit d6a4564

Browse files
committed
dev-python/adguardhome: add 0.7.0
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3538 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent c787bcd commit d6a4564

File tree

4 files changed

+35
-4
lines changed

4 files changed

+35
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,11 +606,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
606606

607607
## Licenses
608608
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.
609-
There are 1960 Ebuilds in total, 1949 of them have in total 1973 (42 different) licenses assigned.
609+
There are 1961 Ebuilds in total, 1950 of them have in total 1974 (42 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
613-
|MIT|1127|
613+
|MIT|1128|
614614
|Apache-2.0|440|
615615
|GPL-3|114|
616616
|BSD|113|

dev-python/adguardhome/Manifest

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST adguardhome-0.6.3.tar.gz 12503 BLAKE2B 8e75fbce2aa213bd3c5da64d1283b7a8d2ce0c7d61ef336940ba8607e35ef081c22feef30a92b57a2679fad6bf2f3f4c1838f9b94da8980ded95ccc197ae2b0b SHA512 4bfd42a6a9d2bb24944351cb0845b793a002afd1b5be79446129121ccbccce292212e9a9a42e9f9c9281d502b09cfcdfec81a34110ee3bae8732eaebcc2cec76
2-
EBUILD adguardhome-0.6.3.ebuild 818 BLAKE2B 5bb2253ea82ecd439b73e78f8ba3f51d6cba6a7416b5e32a869cbdad0a2aa7e4efb475b1229fb087598b8f9ed869b99d986041cff5c778d36437688574ce4522 SHA512 e7cc19b6294d7008e2e81724eda636c89947f178e205a8639d70d00c832f6482e0ca97e81009fef8d8946c30b4a88903f8c97ea2d87f800ec95ec025a7387826
2+
DIST adguardhome-0.7.0.tar.gz 12386 BLAKE2B a9f2a9446b2ab9da34df5d3281155fcd5981582ed17578abd021a0b57641d99f103e57f3bcaa05919d624cc92a857c4fc71b9d469286338ed39c85968beab4ae SHA512 5ae6dd7f9ac22deeee18d5ee300e88872b4ac23067d276cec7123d4c65962897d89ded7e984a56a061583ce24e133dddacb2a3ffa724281152f3544648e83fc6
3+
EBUILD adguardhome-0.6.3.ebuild 818 BLAKE2B 615bfccb6cd85cab0e9312bd1cd457d1549a2631dedf16b143f587f6ef4f0d4ecef616ece917334ebd509acd1a4f5efe9701a00c7c1d717c1fc626d451029b21 SHA512 05c194d71e65dbdea07e2267f9a7bb203163b95b56bf839a5383b2dd6e1188d5c88557113f930f979ff6342fc61b0257a9b16c30763c881912af46deddcc9bae
4+
EBUILD adguardhome-0.7.0.ebuild 717 BLAKE2B 9de943e718377efd57990bc2624df14709bde43c5f42adb2bb0717a3e8bb237bf575b847df66a4e0d80ab1d9806a38f23caced1375afd4f76f2a6c5c4d7accc9 SHA512 d331e31abb3cdfc1204c05c42cc273ac781cbe8b16846d778711c5b2f7b47608cb9e7849ee1a0ee518f7644d2ed045b7d8fa2ba5c6e7975ceb21c0adc6ef143b
35
MISC metadata.xml 525 BLAKE2B adf39b9a6eeafa5ba0af5e17e9f04f88c1770d972943e0be60372c0a1134f068797c29cd86132d3f3f5902fe463134ee3374eb70970f94230d6e0bc5fa9e0d17 SHA512 1ec63457cbb08aabb8ea3cc6ce862f34b9b07aee3c7fd62632ee34c0bba053174a4a65ce34f2b06454a5b98fe8b6629fed988209fe61a653215631621df22b63

dev-python/adguardhome/adguardhome-0.6.3.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
EAPI=8
55

6-
PYTHON_COMPAT=( python3_{11..12} )
6+
PYTHON_COMPAT=( python3_{11..13} )
77
DISTUTILS_USE_PEP517=poetry
88
inherit distutils-r1 pypi
99
DESCRIPTION="Asynchronous Python client for the AdGuard Home API."
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{11..13} )
7+
DISTUTILS_USE_PEP517=poetry
8+
inherit distutils-r1 pypi
9+
DESCRIPTION="Asynchronous Python client for the AdGuard Home API."
10+
HOMEPAGE="https://github.com/frenck/python-adguardhome https://pypi.org/project/adguardhome/"
11+
12+
LICENSE="MIT"
13+
SLOT="0"
14+
KEYWORDS="amd64 arm arm64 x86"
15+
IUSE="test"
16+
RESTRICT="!test? ( test )"
17+
18+
DOCS="README.md"
19+
20+
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
21+
dev-python/yarl[${PYTHON_USEDEP}]"
22+
23+
src_prepare() {
24+
# remove unsupported dynamic-versioning plugin
25+
sed 's/0.0.0/${PV}/g' -i pyproject.toml || die
26+
eapply_user
27+
}
28+
29+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)