Skip to content

Commit 2d50937

Browse files
committed
dev-python/tessie-api: new package, add 0.0.9
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/2662 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 05d18ec commit 2d50937

File tree

4 files changed

+43
-2
lines changed

4 files changed

+43
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,13 +612,13 @@ 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 1633 Ebuilds in total, 1622 of them have in total 1636 (42 different) licenses assigned.
615+
There are 1634 Ebuilds in total, 1623 of them have in total 1637 (42 different) licenses assigned.
616616

617617
|License| Ebuilds using it|
618618
|-------|-----|
619619
|MIT|938|
620620
|Apache-2.0|347|
621-
|GPL-3|105|
621+
|GPL-3|106|
622622
|BSD|91|
623623
|LGPL-3|22|
624624
|GPL-2|20|

dev-python/tessie-api/Manifest

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DIST tessie_api-0.0.9.tar.gz 22215 BLAKE2B 71791af1064aa78ae2eac30e4355f2ec215686d3cc3e1cf469b80cd28e20a794b19a60bc629c55c2e04d870f241e8159da69f18908aceb6b543b6b7d495534bc SHA512 fbb94722f6eec3cdee7b72b5dd54098db9a7256e5a1d05790d73a2384d28e1a39cfb2098c1dbc24d05aa750efdbfc621a294b812280e4c41022631733d6dfa4a
2+
EBUILD tessie-api-0.0.9.ebuild 568 BLAKE2B 6383c3bbcfcc86b34ef75413b4e7587ca660eac67d00dde60eb821ff2a91f56cd1fef374d101f119640088084f707118e61d253ec679add7ef091fa65056fc1f SHA512 dbb6babf66a77a938bfb3d77cf284209b560b3330189d9c16ac005b349a20fdff6206bc85ee562f8bd3e6aaf9efec5c2e44a5b08a26a1cf9bddc6d45e80db88a
3+
MISC metadata.xml 529 BLAKE2B 270cacaafc3ba4e1faaad909e87fe7b61ffe9a5bf0bb875950650d9b1887e32511c4c00e6be8a0d0fa081f5f0c40bb38a65de8510ae1ebeb804cf12c1bbe6c98 SHA512 5060f851303eb8f85e0a3ee7bb51700151d3f38e1092abdbbcb7b5b0e4dc4a69f97c0e0bbf33506b4ae82545f64b61132b1051b022ab53efb41fa9a88c5aeebb

dev-python/tessie-api/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">tessie-api</remote-id>
10+
<remote-id type="github">andrewgierens/tessie_python_api</remote-id>
11+
<maintainer status="unknown">
12+
<email>[email protected]</email>
13+
<name>Andrew Gierens</name>
14+
</maintainer>
15+
</upstream>
16+
</pkgmetadata>
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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_{10..12} )
7+
DISTUTILS_USE_PEP517=hatchling
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="A small python package that wraps up the Tessie API"
11+
HOMEPAGE="https://github.com/andrewgierens/tessie_python_api https://pypi.org/project/tessie-api/"
12+
13+
LICENSE="GPL-3"
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+
dev-python/pytz[${PYTHON_USEDEP}]"

0 commit comments

Comments
 (0)