Skip to content

Commit f574df1

Browse files
committed
dev-python/PyLoadAPI: new package, add 1.3.2
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3731 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent afb1774 commit f574df1

File tree

4 files changed

+50
-2
lines changed

4 files changed

+50
-2
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 2249 Ebuilds in total, 2235 of them have in total 2272 (42 different) licenses assigned.
609+
There are 2249 Ebuilds in total, 2235 of them have in total 2273 (42 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
613-
|MIT|1276|
613+
|MIT|1277|
614614
|Apache-2.0|519|
615615
|GPL-3|143|
616616
|BSD|123|

dev-python/PyLoadAPI/Manifest

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DIST pyloadapi-1.3.2.tar.gz 9595 BLAKE2B e81bf67915d7199a5f878fa9d69e21f2fb257a5c88ad3766dfbf552d21498c7ea0ea308c74cbcc5edf3e79b34c7e72e3019341a572ab83d626b407db0e6c5381 SHA512 4e8d07228628f2596e5b65e0cc26f4a4900253ac95f608a8132780dc6f43aadebb7cf6a42668217ee2de7ebbca1a40b6a9d312aaf55e94d81ee7b34eab80ad5f
2+
EBUILD PyLoadAPI-1.3.2.ebuild 683 BLAKE2B a6417bef1b36a516861101d14929fcc8b8ef0369051d281dae26015a6e2882e9a5de6775e95bf1d27d1555e3eb4ee818ead2fd691b019026f06fbf54d0ef71b3 SHA512 5ea74760d7855180ce138c917c538e63bd776e5608dcea774089ccd4a58701745cfa521365b644724a1c23614bb44ea5cf04405798846692acbd99eaec91e649
3+
MISC metadata.xml 529 BLAKE2B 36b884718e18c6221749cb3da778c47edcee1deac146e4876a279fbe5f73c4a44eeb2c689e364acd9ea43bad2253db83e7735b10b96ba2e87072ada783dae284 SHA512 c77c65e1559f54eab6c9a8cc34e649661b0b21a54ada8862b276b0f196492dc9e9a56c59e18a2f748abfddd625e6317a34d003e381f1a69b3f0c14080afb8c67
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=hatchling
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="Simple wrapper for pyLoad's API."
11+
HOMEPAGE="https://github.com/tr4nt0r/pyloadapi https://pypi.org/project/PyLoadAPI/"
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-3.9[${PYTHON_USEDEP}]
22+
dev-python/click[${PYTHON_USEDEP}]"
23+
BDEPEND="
24+
test? (
25+
dev-python/aioresponses[${PYTHON_USEDEP}]
26+
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
27+
)"
28+
29+
distutils_enable_tests pytest

dev-python/PyLoadAPI/metadata.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3+
<pkgmetadata>
4+
<maintainer type="project">
5+
<email>[email protected]</email>
6+
<name>Andreas Billmeier</name>
7+
</maintainer>
8+
<upstream>
9+
<remote-id type="pypi">PyLoadAPI</remote-id>
10+
<remote-id type="github">tr4nt0r/pyloadapi</remote-id>
11+
<maintainer status="unknown">
12+
<email>[email protected]</email>
13+
<name>Manfred Dennerlein Rodelo</name>
14+
</maintainer>
15+
</upstream>
16+
</pkgmetadata>

0 commit comments

Comments
 (0)