dev-python/yalexs: drop 1.2.7, 1.5.1
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
@@ -612,11 +612,11 @@ 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 1758 Ebuilds in total, 1747 of them have in total 1761 (40 different) licenses assigned.
|
||||
There are 1756 Ebuilds in total, 1745 of them have in total 1759 (40 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1017|
|
||||
|MIT|1015|
|
||||
|Apache-2.0|372|
|
||||
|GPL-3|103|
|
||||
|BSD|100|
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
DIST yalexs-1.10.0.tar.gz 57237 BLAKE2B aa190cf5067550d520eac9f4f1160dc693c2c49778a470876b2e620f3ffee27776ab376a793799c13c6609b2561a9ab082f98bf9edc99546a331deffffa3c4ea SHA512 b4c01196cdc376c256e84e3b244ffdf1afd050dd46c55ddaedd565b7cf2072ba93daaf143888841e0bc247fc5e310efd5261f84885b32fb9f46c3edd189c0818
|
||||
DIST yalexs-1.2.7.tar.gz 50089 BLAKE2B 8e53298992b892296c1cb0898d8d352481d98a40a4389c8fb711cfed356b25ad20d32c2073b3b580a612a27c510cfb49a1338d27b125e2d9a714c3edd48b63b9 SHA512 9ae566724c9e1b1c8a794586015019f4fb0f719dfd5d0909df25255d2bcf83cf49fc395c3886836f7a1cc5a0757cd4823f4c07b8922c7a8df0153c42464a6ca4
|
||||
DIST yalexs-1.5.1.tar.gz 55167 BLAKE2B bc24c6c4c044ab01e4db96a4f9bdcef401db563429c9253639649e8e1a0bb5c52da7cf88c3c1ab8ada981c650165c0afa28743f295ce2c0e922e7311000b1cdb SHA512 9f7d2f80f9dbc016f9bf1edbfc208c7730177c667cdf6f937606f345cfe54607c85ed43c47488b11e62c1478a4dd04dd8a98ef5b11e119d4c08cdec2f57f47cf
|
||||
EBUILD yalexs-1.10.0.ebuild 945 BLAKE2B b7f7c99f20a05233f3aa0a4c5955b1b2a054e4482bf1d832b41ef75e2ef8d20ef8d02b1b5ae0a0c7735400b3f17cbbf214403ab2b325caf0847b1daea4a73cce SHA512 e0d5d284d36e93b920d358e1d0dcb486c50bb631b0c3d32efd48c9d804b5b7d6cd618a65f8934fd9c00eb7c3a1ecb09f89ab32676849a4e953ccb6ae56680555
|
||||
EBUILD yalexs-1.2.7.ebuild 898 BLAKE2B 550e7f763c8a4673b596efbc0b80538bafb7f1445964fdce2a9f6405da2872b7ae340296d03a87395910846adac41aabf6bfd24bd5128e074f1ab680a4ea9253 SHA512 ca1162605bf33e96b33b0b84ff9627ea370ebeafd9739039cbe7bb872032caa9f88152f7ef979e02ce4bbf5a420b6f9dea488b23867fdc796fbac4f5d674b9e5
|
||||
EBUILD yalexs-1.5.1.ebuild 898 BLAKE2B 550e7f763c8a4673b596efbc0b80538bafb7f1445964fdce2a9f6405da2872b7ae340296d03a87395910846adac41aabf6bfd24bd5128e074f1ab680a4ea9253 SHA512 ca1162605bf33e96b33b0b84ff9627ea370ebeafd9739039cbe7bb872032caa9f88152f7ef979e02ce4bbf5a420b6f9dea488b23867fdc796fbac4f5d674b9e5
|
||||
MISC metadata.xml 495 BLAKE2B d644976096b1e76d373ccb4ee6689804735e5545897bfa9662f89bbe4aecee1e576c63ed4be99b308d680106d7191a882d67ac4d2df3dc153220dc15f721796c SHA512 db9180ef5f342c30d7a2f2b7689c8258d039b9dbe0869d6bdd1847772756c5dc52d2744629d2529960a127d758bfa16503ed054d37ac9dff26c24c02de7cf11f
|
||||
|
||||
@@ -1,36 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
DESCRIPTION="Python API for Yale Access (formerly August) Smart Lock and Doorbell"
|
||||
HOMEPAGE="https://github.com/bdraco/yalexs https://pypi.org/project/yalexs/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/pyjwt[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/vol[${PYTHON_USEDEP}]
|
||||
dev-python/python-dateutil[${PYTHON_USEDEP}]
|
||||
dev-python/aiohttp[${PYTHON_USEDEP}]
|
||||
dev-python/aiofiles[${PYTHON_USEDEP}]
|
||||
>=dev-python/pubnub-5.5.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -1,36 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
DESCRIPTION="Python API for Yale Access (formerly August) Smart Lock and Doorbell"
|
||||
HOMEPAGE="https://github.com/bdraco/yalexs https://pypi.org/project/yalexs/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/pyjwt[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/vol[${PYTHON_USEDEP}]
|
||||
dev-python/python-dateutil[${PYTHON_USEDEP}]
|
||||
dev-python/aiohttp[${PYTHON_USEDEP}]
|
||||
dev-python/aiofiles[${PYTHON_USEDEP}]
|
||||
>=dev-python/pubnub-5.5.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user