Skip to content

Commit 1c3a439

Browse files
committed
dev-python/pyasuswrt: add 0.1.21
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/2574 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 1a6df98 commit 1c3a439

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

README.md

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

613613
## Licenses
614614
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.
615-
There are 1573 Ebuilds in total, 1562 of them have in total 1579 (42 different) licenses assigned.
615+
There are 1574 Ebuilds in total, 1563 of them have in total 1580 (42 different) licenses assigned.
616616

617617
|License| Ebuilds using it|
618618
|-------|-----|
619-
|MIT|905|
619+
|MIT|906|
620620
|Apache-2.0|332|
621621
|GPL-3|100|
622622
|BSD|87|

dev-python/pyasuswrt/Manifest

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST pyasuswrt-0.1.20.tar.gz 15373 BLAKE2B c125b634d2e22e42b6a6249de9eb7e2b1f52d57bff659e76ec7efc87a10cf7dbba93936f97ca17a260300373c4b621bafed41dcebb14597160a355a18e177bef SHA512 99c7087fd9db2ef90e0d962907c0b677a0bbb743f409c70ee9de629f04ff616368cda800b2889eea88c8ab192bf7425532f1f34e1a0716335ce9487ee5247b50
2+
DIST pyasuswrt-0.1.21.tar.gz 15484 BLAKE2B 791324b31c30393802a03d264d42518e368eea28ddd0944f79998049e3f144674b7cc18691c93086969b0c43b62d7647fa1159ebba6dc701ef9efa5a8aef6436 SHA512 81e207e050e63b71d71761217e99229827cd751b42b5d7bbc2f90b13c136b6065b0e2130fa1dfee714d99ada5ffb594fa7833bb542a865d147ed1e78e6101457
23
EBUILD pyasuswrt-0.1.20.ebuild 671 BLAKE2B f6e74933b7b98a85379d04d11ff3c4287178bc911f135881a8080b2a4a83e6d823865a12a5a85db1e8b30d9c048de03b17a31e64cc1b806f2835114082c24f50 SHA512 fffa4dfe3782876c2d62749d091b58a498e05388fb2bd01811741ce765bff6b9db52c93a04f888c0fc3e9d6d6497acf5448cbad97c40fdc07664cc42cb944296
4+
EBUILD pyasuswrt-0.1.21.ebuild 630 BLAKE2B fd9e280aa1caab46fcbdfa255c925e64d970bb71967e07f642d95b1445c2b6952a6fa3ed6e6d985ca8cb0db1b54eb4eb7a90a10ebcb60fe7161c9dd3f4386558 SHA512 d798f8576f219c98bddc0baf2a87e94e746f3f19eb1d71f77a669a9b56e78db901055acdbf5a40c1cd40e8636ae9aa20499927762b72878bc2950e946ae175cc
35
MISC metadata.xml 517 BLAKE2B 4602d04fbad643ecbd5339e5efe88e4f66d7d7707f8696a023351a385172e4237f3fb3e5d8cccef7c9e6536eb160f0305d79b45f2ea2e549d5dddfc4d87e8210 SHA512 333181bd81d916e5cfa36cae48376b7624c80f80bde10614a6e0e2cda5bda7fb1373166662d16b5d76d213e704f692e4448efc00e3a5be7f837b3298dfa47c5b
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Copyright 1999-2023 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{10..12} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="Api wrapper for Asuswrt https://www.asus.com/ASUSWRT/ using protocol HTTP"
11+
HOMEPAGE="https://github.com/ollo69/pyasuswrt https://pypi.org/project/pyasuswrt/"
12+
13+
LICENSE="MIT"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
19+
DOCS="README.md"
20+
21+
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
22+
BDEPEND="
23+
test? (
24+
dev-python/pytest[${PYTHON_USEDEP}]
25+
)"
26+
27+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)