Skip to content

Commit b82f3af

Browse files
committed
dev-python/concord232: add 0.15.1
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3596 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 2e58409 commit b82f3af

File tree

4 files changed

+32
-5
lines changed

4 files changed

+32
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -606,19 +606,19 @@ 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 1982 Ebuilds in total, 1971 of them have in total 1996 (42 different) licenses assigned.
609+
There are 1984 Ebuilds in total, 1973 of them have in total 1998 (42 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
613613
|MIT|1144|
614-
|Apache-2.0|444|
614+
|Apache-2.0|445|
615615
|GPL-3|116|
616616
|BSD|112|
617617
|LGPL-3|25|
618618
|GPL-2|24|
619619
|GPL-3+|16|
620+
|all-rights-reserved|15|
620621
|BSD-2|14|
621-
|all-rights-reserved|14|
622622
|LGPL-3+|14|
623623
|Unlicense|9|
624624
|PSF-2|8|

dev-python/concord232/Manifest

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
DIST concord232-0.15.1.tar.gz 30270 BLAKE2B c75914702483ef94d9b2b500cbed767724f464a9684a351e546c6f9517fddb29a0ee3455b491518aac5b2c7a39f59e74380ae01e029a71e8fe5b9a7d8d233152 SHA512 1ed938f0d7374429f0e1be666cc8554d8b00f646122d9328a77ea8b244405af72351c2be887a8ea1aa70e70afda2c0d836650ad6d0106e78be2d4cdd77558505
12
DIST concord232-0.15.tar.gz 24558 BLAKE2B 14e7ad79501f564d56be2966942ac2b746f165b829ad6ef9701775a3a445d9a1309d4e0c7f885536388bf39a69b916464e2c5a907a4d258afe49ad042447c562 SHA512 ac2537b209bee39dc1900e2ceb240f85e192f1be44ff8d37ff02ed5d91292598e180685beec4b95ebf2fc15a6ac7e596c04c6c99aa372b5016bd12dee14f1aae
2-
EBUILD concord232-0.15.ebuild 722 BLAKE2B 42c86617daa18b5c98ff340a1038f5bfe9516a8e47e972392f1e11c44421994850b93c299f3d5b1a11fae144b178f986b7ef64d048221a5117bcc5dffdec7cb6 SHA512 cb04944bd26d1df57a9e38cf1704f4e84a23dc632e144f711f7ab3d5a9b5f48ebf064d00b2a13cf48d165f9a28b2f8168d7a0f8e67b291f45bb365c0504d567b
3+
EBUILD concord232-0.15.1.ebuild 722 BLAKE2B 5278318c64bf0e7913c16ce7f6a8316f4c5410e04635b579f661bdd183300a4485b5af5fd77fe22013ec0b1ae60da0c61c9ac80693c708093fd4f76c6fdc65b5 SHA512 f79f22a58eb492478d10a684b0416c7b6c3a927b16323a0f1ca11cf3ef89637cb242aa53d084ba88748342580910a45e27bb95e56a2bd7b6cbbbd803e60e4d9b
4+
EBUILD concord232-0.15.ebuild 722 BLAKE2B 5278318c64bf0e7913c16ce7f6a8316f4c5410e04635b579f661bdd183300a4485b5af5fd77fe22013ec0b1ae60da0c61c9ac80693c708093fd4f76c6fdc65b5 SHA512 f79f22a58eb492478d10a684b0416c7b6c3a927b16323a0f1ca11cf3ef89637cb242aa53d084ba88748342580910a45e27bb95e56a2bd7b6cbbbd803e60e4d9b
35
MISC metadata.xml 523 BLAKE2B feaf42c526197e324811202d8eca84b8f4680fe19789a23f08f520d905cefd3dd9593f4dd00cebbb17cdbd9f921aa0e22ea5c77d28466ab3c17a8dd250723b3b SHA512 6e2a1455ad87e697fce8519c900bae917665ac149d034cd32c798ade99f1c96bb8eb70c824b5627ab8e79a1c7adca1610afffc6e0880673992b04813e32ea81a
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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 pypi
9+
DESCRIPTION="GE Concord 4 RS232 Serial Interface Library and Server"
10+
HOMEPAGE="https://github.com/JasonCarter80/concord232 https://pypi.org/project/concord232/"
11+
12+
LICENSE="all-rights-reserved"
13+
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test ) mirror"
18+
19+
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
20+
dev-python/stevedore[${PYTHON_USEDEP}]
21+
dev-python/prettytable[${PYTHON_USEDEP}]
22+
dev-python/pyserial[${PYTHON_USEDEP}]
23+
dev-python/flask[${PYTHON_USEDEP}]"
24+
25+
distutils_enable_tests pytest

dev-python/concord232/concord232-0.15.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_{10..12} )
6+
PYTHON_COMPAT=( python3_{11..13} )
77
DISTUTILS_USE_PEP517=setuptools
88
inherit distutils-r1 pypi
99
DESCRIPTION="GE Concord 4 RS232 Serial Interface Library and Server"

0 commit comments

Comments
 (0)