dev-python/jaraco-abode: add 5.2.1
Closes: #3536 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
c750e4da34
commit
19ae142fdd
@ -606,11 +606,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 1958 Ebuilds in total, 1947 of them have in total 1971 (42 different) licenses assigned.
|
||||
There are 1959 Ebuilds in total, 1948 of them have in total 1972 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1126|
|
||||
|MIT|1127|
|
||||
|Apache-2.0|439|
|
||||
|GPL-3|114|
|
||||
|BSD|113|
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST jaraco.abode-3.3.0.tar.gz 60736 BLAKE2B d76430d168a46f174383ea52460c81cde66825e272eeac260143120bb810057428ba47d75b89d1b11a9f53b51214b11e6aef010072ef5a233efd8dc0f4e37cdb SHA512 932486b4650fa119062ba4d8099951194570437f396b99de74d22c3e4a1d69e382a3dd7ef89e7bd3bc342acbdd981de9a418e43c39950c6f8d2c35f97732704c
|
||||
EBUILD jaraco-abode-3.3.0.ebuild 1247 BLAKE2B da89ddde94aac5910582d71d6a222fee0d1ff25f60c4b09bf7684e21b3a17bf5af22be59597b51ab88e60c0aa49e6e33251b97ef2b7aa7b3e1c6d6cd285ebaf9 SHA512 6bb79c0816c85ee68874e07d15724e8760a55040617734a76d3dc18371d4d7ee6f26ab346d99b995b0ddb0c681fa2498a38be879b926de218ad9f9c873ac3364
|
||||
DIST jaraco_abode-5.2.1.tar.gz 61360 BLAKE2B af65936bcd1b271c5141d14865983ce67fd139b556383b7c22837b410ba78d50d75a617f24d494f5e9b5e52c9a00988bb4be6feadb303c7402fa5dc172b5576b SHA512 f315fd7331df4de7026a013a35075c27ca56606c0b320bc6861f3f2d7a411e1a28bc634a63a21afc0e38cb815cdd5b5408e3d017154953248c40a33e6201f8fc
|
||||
EBUILD jaraco-abode-3.3.0.ebuild 1247 BLAKE2B dada9fbbe1dd011c729260348f3c08c89da06282541e4c99e91e56cab9d0db5ddfa2708620983b1f978f44e560f3ffd066374f35353fee865f9c89dfb3b2cfc8 SHA512 c97e009590ee1423ba61faeb770a4230028f9c0b5531d2e54840411a715e9856d050d662e4e4d55aa6244c3ce9581734fefc09d7a68d5773b489da20b0903532
|
||||
EBUILD jaraco-abode-5.2.1.ebuild 1125 BLAKE2B 0086f141cc3cade44a535e2993a24050725223ed4e8f76db3fc4416a43599f09046652590c47dce859e3ffe4080d1838e092401611579783bbacbf359983d0b0 SHA512 091f26fbbf5c5f3566e8c289d57e0889cc1e6b83577c4fb850e9d24bda6223d595aecc62915152f411e1028c9502181071433eb476a2e98c018132c3a105d834
|
||||
MISC metadata.xml 518 BLAKE2B a39788b7f983162d6f660ed79ff5cc1c23bcbc5e2ecfada2bb0911efbb68e4b155cc759db94f6bec30908f3b55d165d4a37a411d838060c03a36fd018649c42e SHA512 d230eb4861b264c438b516ed5dd41d234465929d5a8c5e041d2f023fef57572cf20eebc0a3ecf45b28a227370f5191e166a1ccd9bd9726b509a7885fbe6b7d95
|
||||
|
@ -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
|
||||
PYPI_NO_NORMALIZE=1
|
||||
PYPI_PN=${PN/-/.}
|
||||
|
36
dev-python/jaraco-abode/jaraco-abode-5.2.1.ebuild
Normal file
36
dev-python/jaraco-abode/jaraco-abode-5.2.1.ebuild
Normal file
@ -0,0 +1,36 @@
|
||||
# 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
|
||||
PYPI_PN=${PN/-/.}
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A library interfacing to the Abode home security system"
|
||||
HOMEPAGE="https://github.com/jaraco/jaraco.abode https://pypi.org/project/jaraco.abode/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND=">=dev-python/requests-2.12.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/lomond-0.3.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/colorlog-3.0.1[${PYTHON_USEDEP}]
|
||||
dev-python/keyring[${PYTHON_USEDEP}]
|
||||
dev-python/requests-toolbelt[${PYTHON_USEDEP}]
|
||||
dev-python/jaraco-collections[${PYTHON_USEDEP}]
|
||||
dev-python/jaraco-context[${PYTHON_USEDEP}]
|
||||
dev-python/jaraco-classes[${PYTHON_USEDEP}]
|
||||
>=dev-python/jaraco-net-9[${PYTHON_USEDEP}]
|
||||
dev-python/more-itertools[${PYTHON_USEDEP}]
|
||||
dev-python/bx-py-utils[${PYTHON_USEDEP}]
|
||||
dev-python/platformdirs[${PYTHON_USEDEP}]
|
||||
dev-python/jaraco-itertools[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user