dev-python/pyschlage: add 2023.11.0
Closes: #2489 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
fe179b52be
commit
04d3cc0534
@ -612,12 +612,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 1705 Ebuilds in total, 1694 of them have in total 1714 (43 different) licenses assigned.
|
||||
There are 1706 Ebuilds in total, 1695 of them have in total 1715 (43 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|995|
|
||||
|Apache-2.0|360|
|
||||
|Apache-2.0|361|
|
||||
|GPL-3|97|
|
||||
|BSD|96|
|
||||
|GPL-2|24|
|
||||
|
@ -1,5 +1,7 @@
|
||||
DIST pyschlage-2023.10.0.tar.gz 26051 BLAKE2B 9843585bc1a17d3bc624d037189108a9f5281a02497a7ba2c52d954d789ede72609bddcc130e8d5d27c4ac92eba8a3cfe60f76d62d2c40fb2b5baef9f89713d8 SHA512 919fe5b3134ac5e0fd8288c38a8ff816d990245c75ad3da2a855e9dea0952c77664b31d860d1fbede5b8bc3ce804dd6134c2325e9d578aa7f88e300be13c0f0a
|
||||
DIST pyschlage-2023.11.0.tar.gz 27339 BLAKE2B 296ffd16cb263f7c847d791994b0270c01aa628d910fc14874ae9a7fdbeebbb3e3758811c4710c4dab56363ceb2fd1b0921c0dc199753d6eb83d3776936f5f95 SHA512 380fae64463071f330ea1a41ab95a625222db7f2965dd552b983392094dce6edc24682ca77d74139738eb7836f339c7905c7f3c8c26f6fbefc77e4c2c1a4cbc7
|
||||
DIST pyschlage-2023.9.1.tar.gz 25899 BLAKE2B 30360ab1d002f7745adea2557c32b2657da5447dd9e91a63c8506fa872df00d6651dcc826e48b18982e59261b53d698ea6eb5763089ca0bfb26508f5f214e45a SHA512 58e16b9458cc8b381bb3ad4ffafca5fd71924cdd71f81180293a54b211fd7806a38911723cb01fdf56b5b3893e474deb6f1d7e77e93c4af7f955a382c1b08db3
|
||||
EBUILD pyschlage-2023.10.0.ebuild 746 BLAKE2B ba0b6414b0c294e51f767f6a4418a83cd2ca351eb2e1d55e70c364a9f4f72ec280ab5f1ce493d0dc859bc5ad3f2d96c104aab45481487275809aebe227f9b00e SHA512 6b44b8e083fc4650a162be2f7693625fc94a63b72a439a9b1a10961c373b87dd14026c94941726d8b082b8599f553b8a3ef6116b170f6bf703068ea09c97bc52
|
||||
EBUILD pyschlage-2023.11.0.ebuild 746 BLAKE2B ba0b6414b0c294e51f767f6a4418a83cd2ca351eb2e1d55e70c364a9f4f72ec280ab5f1ce493d0dc859bc5ad3f2d96c104aab45481487275809aebe227f9b00e SHA512 6b44b8e083fc4650a162be2f7693625fc94a63b72a439a9b1a10961c373b87dd14026c94941726d8b082b8599f553b8a3ef6116b170f6bf703068ea09c97bc52
|
||||
EBUILD pyschlage-2023.9.1.ebuild 746 BLAKE2B ba0b6414b0c294e51f767f6a4418a83cd2ca351eb2e1d55e70c364a9f4f72ec280ab5f1ce493d0dc859bc5ad3f2d96c104aab45481487275809aebe227f9b00e SHA512 6b44b8e083fc4650a162be2f7693625fc94a63b72a439a9b1a10961c373b87dd14026c94941726d8b082b8599f553b8a3ef6116b170f6bf703068ea09c97bc52
|
||||
MISC metadata.xml 515 BLAKE2B a5cf8dfee7d051ecb4c2448888c3ff2b01c557774828e4722ff0319ee331d8beabed0ad8523bf65dca7d678e5edb979bf0100ce8f5bf66457fc4368d9078a7be SHA512 feed8ec99d697934bdb9ace5ae8fb0e58a59586a4c0598194b2747fe34ac5c122d4e7af822970deb470e1ba661ee85b7a064e47e7704ce3f17fcec47a7297a32
|
||||
|
33
dev-python/pyschlage/pyschlage-2023.11.0.ebuild
Normal file
33
dev-python/pyschlage/pyschlage-2023.11.0.ebuild
Normal file
@ -0,0 +1,33 @@
|
||||
# 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 interacting with Schlage WiFi locks."
|
||||
HOMEPAGE="https://github.com/dknowles2/pyschlage https://pypi.org/project/pyschlage/"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/pycognito[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-timeout[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user