Skip to content

Commit ae4e7c9

Browse files
committed
dev-python/py-synologydsm-api: add 2.4.2
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3308 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 1d2f43b commit ae4e7c9

File tree

4 files changed

+31
-5
lines changed

4 files changed

+31
-5
lines changed

README.md

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

618618
## Licenses
619619
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.
620-
There are 1815 Ebuilds in total, 1804 of them have in total 1823 (42 different) licenses assigned.
620+
There are 1816 Ebuilds in total, 1805 of them have in total 1824 (42 different) licenses assigned.
621621

622622
|License| Ebuilds using it|
623623
|-------|-----|
624-
|MIT|1040|
624+
|MIT|1041|
625625
|Apache-2.0|397|
626626
|GPL-3|110|
627627
|BSD|106|
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST py-synologydsm-api-2.1.4.gh.tar.gz 78437 BLAKE2B fb5bff8aaf0b8b3cc48e50d0c196cb1064caee90208aac82a2602ae91de0278eaea54c5b876a95b1336f5737c746505008261ebf844735977db11e86c1ec1797 SHA512 db7df504fb4a4a94788fa6c8e8335903a2c3b4e62085c0856f3447299bd39834b9725c06c48486e28375e8fd8605b2e577b9ca616cc67ce7f788388ed0cb835c
2-
EBUILD py-synologydsm-api-2.1.4.ebuild 875 BLAKE2B 24ebf5a115824fb5db284dacb1f58ec681fa45e52e6123ead4dcb88904312768c0dab4df17b74b5dbbe70bb224533538aa9dd7b409963ff0569a0d990f2ba086 SHA512 7e1c0f0b4514e5ac886d3193931a766fc63a05f51f5ab74a5a774a496ca5f1298fc054bbf0cabf6e8faaf028c2b3e588ecaf6f12bb89ec772f56204ea22416dd
2+
DIST py-synologydsm-api-2.4.2.gh.tar.gz 85066 BLAKE2B 8a81ceea2ca665ab0f1390b9b0016e5c6fac3c7c1c616e7e0de31848ad4bc41e3694877468610666be42d5925b7b269a9bf20fdb853ac432d9add8acb3c72368 SHA512 93b5ecb83403da51359859fddf87b0b14c23223829020d4a388d7d0baebe59a6ffcb61e0cb44f30e44388a1a8974a322c5fa0ec5eb597845a94cc5f758748ebf
3+
EBUILD py-synologydsm-api-2.1.4.ebuild 875 BLAKE2B fc4affc2b27d18c6c8e4909314eccaf817e550a87a2d6a898f71cfc21b1f6cdd6d796b4c592695b8237892b4800b166cb469ed204055541aacd2baeb27fe7b56 SHA512 8bcf74dce4a5c2050fbd849ddb2e9afdb886489f632fc342f301dea6dd6ccdc5ba800207c528b0a7451d5194497f1f915cf3376cba72a9c91bba9e3c6d930ef6
4+
EBUILD py-synologydsm-api-2.4.2.ebuild 649 BLAKE2B c01434d888ddf0f5ca8fb4fc435b33f3c8bf3bf9f2bc12e18aa772ec95d644bfeadc7e5d5dc4ff2f783a94d3ae2bc6093eb203a258f366627aa0fef3a65fbd58 SHA512 878ef2241f23e3d202e1cd57fccef437e167841c2bb5ffce914eea39ca859d2cbd14f2844c0f56dae9222fbf9f5472482a705aa1e672bed8f3241e7048fff06e
35
MISC metadata.xml 405 BLAKE2B c2cecfb2e8023b7a36d0955a53c58f28e075ea52b4ff4aa4c7b9f998be7e50d81c2f7ece4797955c825343c0da1348dd500ad6ea5eed36dcf1f55e1d0c663c53 SHA512 0b27f3ff1b76362589e2a7d2bab791296ba768a3299310901f9a9d8b62fbf65941cbdac52856ca9d6fc95c330c1acb51441065c66d0a20e44d709f954e2c3651

dev-python/py-synologydsm-api/py-synologydsm-api-2.1.4.ebuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Copyright 1999-2023 Gentoo Authors
1+
# Copyright 1999-2024 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
55

6-
PYTHON_COMPAT=( python3_{10..12} )
6+
PYTHON_COMPAT=( python3_{11..13} )
77
DISTUTILS_USE_PEP517=setuptools
88
inherit distutils-r1
99

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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=setuptools
8+
inherit distutils-r1
9+
10+
DESCRIPTION="Python API for communication with Synology DSM"
11+
HOMEPAGE="https://github.com/mib1185/py-synologydsm-api https://pypi.org/project/py-synologydsm-api/"
12+
SRC_URI="https://github.com/mib1185/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
13+
14+
LICENSE="MIT"
15+
SLOT="0"
16+
KEYWORDS="amd64 arm arm64 x86"
17+
IUSE="test"
18+
RESTRICT="!test? ( test )"
19+
20+
DOCS="README.md"
21+
22+
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
23+
24+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)