dev-python/concord232: add 0.15.1
Closes: #3596 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
2e58409767
commit
b82f3af40d
@ -606,19 +606,19 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
|
||||
|
||||
## Licenses
|
||||
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.
|
||||
There are 1982 Ebuilds in total, 1971 of them have in total 1996 (42 different) licenses assigned.
|
||||
There are 1984 Ebuilds in total, 1973 of them have in total 1998 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1144|
|
||||
|Apache-2.0|444|
|
||||
|Apache-2.0|445|
|
||||
|GPL-3|116|
|
||||
|BSD|112|
|
||||
|LGPL-3|25|
|
||||
|GPL-2|24|
|
||||
|GPL-3+|16|
|
||||
|all-rights-reserved|15|
|
||||
|BSD-2|14|
|
||||
|all-rights-reserved|14|
|
||||
|LGPL-3+|14|
|
||||
|Unlicense|9|
|
||||
|PSF-2|8|
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST concord232-0.15.1.tar.gz 30270 BLAKE2B c75914702483ef94d9b2b500cbed767724f464a9684a351e546c6f9517fddb29a0ee3455b491518aac5b2c7a39f59e74380ae01e029a71e8fe5b9a7d8d233152 SHA512 1ed938f0d7374429f0e1be666cc8554d8b00f646122d9328a77ea8b244405af72351c2be887a8ea1aa70e70afda2c0d836650ad6d0106e78be2d4cdd77558505
|
||||
DIST concord232-0.15.tar.gz 24558 BLAKE2B 14e7ad79501f564d56be2966942ac2b746f165b829ad6ef9701775a3a445d9a1309d4e0c7f885536388bf39a69b916464e2c5a907a4d258afe49ad042447c562 SHA512 ac2537b209bee39dc1900e2ceb240f85e192f1be44ff8d37ff02ed5d91292598e180685beec4b95ebf2fc15a6ac7e596c04c6c99aa372b5016bd12dee14f1aae
|
||||
EBUILD concord232-0.15.ebuild 722 BLAKE2B 42c86617daa18b5c98ff340a1038f5bfe9516a8e47e972392f1e11c44421994850b93c299f3d5b1a11fae144b178f986b7ef64d048221a5117bcc5dffdec7cb6 SHA512 cb04944bd26d1df57a9e38cf1704f4e84a23dc632e144f711f7ab3d5a9b5f48ebf064d00b2a13cf48d165f9a28b2f8168d7a0f8e67b291f45bb365c0504d567b
|
||||
EBUILD concord232-0.15.1.ebuild 722 BLAKE2B 5278318c64bf0e7913c16ce7f6a8316f4c5410e04635b579f661bdd183300a4485b5af5fd77fe22013ec0b1ae60da0c61c9ac80693c708093fd4f76c6fdc65b5 SHA512 f79f22a58eb492478d10a684b0416c7b6c3a927b16323a0f1ca11cf3ef89637cb242aa53d084ba88748342580910a45e27bb95e56a2bd7b6cbbbd803e60e4d9b
|
||||
EBUILD concord232-0.15.ebuild 722 BLAKE2B 5278318c64bf0e7913c16ce7f6a8316f4c5410e04635b579f661bdd183300a4485b5af5fd77fe22013ec0b1ae60da0c61c9ac80693c708093fd4f76c6fdc65b5 SHA512 f79f22a58eb492478d10a684b0416c7b6c3a927b16323a0f1ca11cf3ef89637cb242aa53d084ba88748342580910a45e27bb95e56a2bd7b6cbbbd803e60e4d9b
|
||||
MISC metadata.xml 523 BLAKE2B feaf42c526197e324811202d8eca84b8f4680fe19789a23f08f520d905cefd3dd9593f4dd00cebbb17cdbd9f921aa0e22ea5c77d28466ab3c17a8dd250723b3b SHA512 6e2a1455ad87e697fce8519c900bae917665ac149d034cd32c798ade99f1c96bb8eb70c824b5627ab8e79a1c7adca1610afffc6e0880673992b04813e32ea81a
|
||||
|
25
dev-python/concord232/concord232-0.15.1.ebuild
Normal file
25
dev-python/concord232/concord232-0.15.1.ebuild
Normal file
@ -0,0 +1,25 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
DESCRIPTION="GE Concord 4 RS232 Serial Interface Library and Server"
|
||||
HOMEPAGE="https://github.com/JasonCarter80/concord232 https://pypi.org/project/concord232/"
|
||||
|
||||
LICENSE="all-rights-reserved"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test ) mirror"
|
||||
|
||||
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/stevedore[${PYTHON_USEDEP}]
|
||||
dev-python/prettytable[${PYTHON_USEDEP}]
|
||||
dev-python/pyserial[${PYTHON_USEDEP}]
|
||||
dev-python/flask[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
DESCRIPTION="GE Concord 4 RS232 Serial Interface Library and Server"
|
||||
|
Loading…
x
Reference in New Issue
Block a user