dev-python/pyhomeworks: add 1.1.2
Closes: #3651 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
fc4d2939f9
commit
9606290672
@ -606,12 +606,12 @@ 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 2031 Ebuilds in total, 2020 of them have in total 2048 (42 different) licenses assigned.
|
||||
There are 2033 Ebuilds in total, 2022 of them have in total 2050 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1172|
|
||||
|Apache-2.0|455|
|
||||
|MIT|1173|
|
||||
|Apache-2.0|456|
|
||||
|GPL-3|121|
|
||||
|BSD|113|
|
||||
|GPL-2|25|
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST pyhomeworks-0.0.6.tar.gz 3118 BLAKE2B c47f8f23998c2f716c167f10469d07c2fbf90e635cf6a21d1f8f5c09057246e354606359d9ac492f457487812367125e1b3825756bc54b397d832219c923b21f SHA512 76f2ea064bd22f19ca69647db68213c6c6f975d05a0021faa33911ac1590ae33a40899ad8b3b5e6421f2ab48b83c590432a6739cbc37c74e46cac4e34316c8a4
|
||||
EBUILD pyhomeworks-0.0.6.ebuild 507 BLAKE2B 9c290a06a5d9960c8ac2306e310bda44a24628f6fe8a707a2bfacf431a6a588da715e25cd6b7686375fd2d06b29f8023cfa7031f77e727c5736be015acd91b36 SHA512 ab933b46a900d7481e2c1f177a221fa67bb0d9faa977e299864970f76c1cce1e8be4f020e7b81f6e2422ab806c2081dde46b3353cc55668076d16641c6025a9d
|
||||
DIST pyhomeworks-1.1.2.tar.gz 5611 BLAKE2B bb2cbc4de827a66e32f62488cc5b6bdbcef1f6eafd6d9e0aa3a52d0cc2a7b60f63e7dbd36845c4e8bff4b9459eaf311436f5adb44e2730c20129f79361dc6109 SHA512 f10d30a97ae81a876a4879730e033c268e3c802c1ed127ed4eb116c6e119fd246280f65465c52094d399cc46e72ca6781e22c6dbd831b2277cce87f6cf9927be
|
||||
EBUILD pyhomeworks-0.0.6.ebuild 507 BLAKE2B 7212c90d095fe3ce1eba587296a39413f5c790e53cf2730af946dd73d04f4dc88aeece77c9f38a35090527a0fbb249d9fb299e018a31efda2296401cb43be969 SHA512 a84d72e557f145ff76d2e455394e6e8583ca61b548eb37741a01a6a97be38250b345908e5c508b923536b4d9919dfa83978943b27724c9b36b6a6447c4ff4a6b
|
||||
EBUILD pyhomeworks-1.1.2.ebuild 507 BLAKE2B 7212c90d095fe3ce1eba587296a39413f5c790e53cf2730af946dd73d04f4dc88aeece77c9f38a35090527a0fbb249d9fb299e018a31efda2296401cb43be969 SHA512 a84d72e557f145ff76d2e455394e6e8583ca61b548eb37741a01a6a97be38250b345908e5c508b923536b4d9919dfa83978943b27724c9b36b6a6447c4ff4a6b
|
||||
MISC metadata.xml 514 BLAKE2B db0aa53a4fad9b138200711b4f493bbb2894e7b7ccece53645261aac45c40e0514b32c4de62eb7906dbc7c6026b462dd2b33e885443fda94c902e0f2bdc9e031 SHA512 84554bd2e6ceb7144b90bdcf081ee04f7647b799be66f82d69053077edebe43adcbb840249f49e183d80a3460d72c8c9fad30de6c01e7e6231416319bbcaecdc
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
|
21
dev-python/pyhomeworks/pyhomeworks-1.1.2.ebuild
Normal file
21
dev-python/pyhomeworks/pyhomeworks-1.1.2.ebuild
Normal file
@ -0,0 +1,21 @@
|
||||
# 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="Lutron Homeworks Series 4 and 8 interface over Ethernet"
|
||||
HOMEPAGE="https://github.com/dubnom/pyhomeworks https://pypi.org/project/pyhomeworks/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user