dev-python/ephem: add 4.1.6
dev-python/python-roborock: add 2.6.1 Closes: #4057 Closes: #4058 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
74545ddc0d
commit
100f6895c9
@ -606,13 +606,13 @@ 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 2303 Ebuilds in total, 2289 of them have in total 2326 (43 different) licenses assigned.
|
||||
There are 2304 Ebuilds in total, 2290 of them have in total 2327 (43 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1311|
|
||||
|Apache-2.0|532|
|
||||
|GPL-3|146|
|
||||
|GPL-3|147|
|
||||
|BSD|124|
|
||||
|GPL-2|26|
|
||||
|LGPL-3|23|
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST ephem-4.1.5.tar.gz 1256147 BLAKE2B 25d4c1190ecd677f8d29f944ad867332f28850d788b2e611f5bf4584a106af04901ad0cfe42a859f772ce4b4286d8668cb0efe579f913d868ed42c60960219d5 SHA512 2ee4a3382e33b6aa629473792821db7cc1c1534d0f6f0ae0a0d04a8e9310817c17d0be0ee4ba6e91e0de19564d301b07e78c0651991c6c4b4abb8755d6c3b988
|
||||
EBUILD ephem-4.1.5.ebuild 585 BLAKE2B 7d332ce7d94f31aebfc34ff7a9273e96fe6cf6af455cd64c00e039fb89e5bb4a1ea704245dc8df2113e185646b688f9c3b64c7a4b0c113459eff525408d03931 SHA512 48776d96101d9bf752818fb504660b00307bbf456b73de19f0e09f0e5fd34a5fbaeeee3a9fc4deb2f2467d7eead88d5cb374a15792297994d46b52831a1e8f58
|
||||
DIST ephem-4.1.6.tar.gz 1255942 BLAKE2B 4b0336a6462158bd60764e640c0f4bd43978170d3f8c457aba093f9b8bfa2775c691ac3c4931d522facfbfdbba3fbf2ba11d4e8a8b8794cf376979679b5c3e8b SHA512 06bd6235389bb8d660529f636dc1a1a0e366dc1d5a6cd93e5dfc523ebd01d0fb3ca3c963ad801dba0de8022378ff76fd48e82bac62a7686772f6ae12ddffb3aa
|
||||
EBUILD ephem-4.1.5.ebuild 585 BLAKE2B 03f143ca81508891c4c37dbb5eff6e10ebe0569cc8554bdb8a6b70af77a479fd68bea1fb226898a7d3b0064b074d0c23a0285bea2651add6626a318030fafda3 SHA512 676d6a1c678957c272af142e3a2d34fb75e491528a5d9ef41ac767600f3c5544e81e465158e38a366521cbb3816555ad610721d6b6e03977171e792d2a0fc070
|
||||
EBUILD ephem-4.1.6.ebuild 525 BLAKE2B de9acf4bde4c9eeb757639969b449eb3430c27390e2ab56c779ae5bc7dd2f79c8731238b37f494dad25ca2cea7ea6fc4286e19468d50f6d878c43c69b472f087 SHA512 10f544906944d06b865bdacb8e4862562a67542b293c17be4c0b7490bd2d99b5ac58bd589bc96b0f686da1ce38e029ae557877d26dea419617c9425faf953118
|
||||
MISC metadata.xml 518 BLAKE2B 86250a5ed1fe8931cda7b730feb0894680bc16982d2b3a8838312d0580556bdbf6c55043d758ea58e5e58fabdc68dcbc15193c67d388f5d1c706f435daadc06f SHA512 dcbd0dd3960e3eeb360d5e3a3dd0aba203358a73700d176b61a421ab05366ef853fc418d6462e8a3c0e802b018139d17d3a4727526b7111aee3ec801349fc584
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..12} )
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
|
21
dev-python/ephem/ephem-4.1.6.ebuild
Normal file
21
dev-python/ephem/ephem-4.1.6.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="Compute positions of the planets and stars"
|
||||
HOMEPAGE="http://rhodesmill.org/pyephem/ https://github.com/brandon-rhodes/pyephem/ https://pypi.org/project/ephem/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
distutils_enable_tests pytest
|
@ -2,8 +2,10 @@ DIST python_roborock-2.0.0.tar.gz 52689 BLAKE2B b43331487b56281a79d07ff433ea2271
|
||||
DIST python_roborock-2.2.3.tar.gz 53652 BLAKE2B 51fdd91f2bbc099421c13865616ffcade4f0831b11704256a45900b7c2f5c68f7d66e238b9c99ec8cef0700a954875993fef58763d9bdf0ceaa15d768a65f1e5 SHA512 9ae56dfc8398598bdbabbfd2809927b7a15fba7ae157c9adc1e43834dbbade5a70d842916b3dae262a0c084668908965fce37b8a5ccbec7292c1797360145481
|
||||
DIST python_roborock-2.3.0.tar.gz 53847 BLAKE2B 666bdb8b575e7483b356ad62a203475a62ab5b2fc913d08979a386b51350562046136c594721e80ee1abb5b1f245f58045d39489f115c1dea5af68c5246e64d7 SHA512 9c6a69fdfba33f1920d49713c459e749cc144ea9d6fd3ff574dbc3377bd1676b217cd567488f6a0c4e14b0951b56bcbef045b099f8336a59cfffc9e79cc81bca
|
||||
DIST python_roborock-2.6.0.tar.gz 54825 BLAKE2B 8d1bd3b65d4e78afc9c9f8d9d445786e9a94f96808a7b75a802ae5d82fd140b73edca4b4ab1421423c5ff0da154b2e33eaf452bb570ccb2f26163b7ccf78160a SHA512 3829002555ff972ed154fc1fe46187e917caa805874570fa3c9c276a3c2c8a784c83f3105c13ecc3d438b92391e3ae4aad5805e7ae45074b900af5694b9d887e
|
||||
DIST python_roborock-2.6.1.tar.gz 54951 BLAKE2B bba6a2eb92aa209efcd61cdb5c0e9da9aaf3ea22500c102d164a4f9374c1bd861b7697721cb32a7fa984968aa407ff9d5ace5d9c844b00ef7212ebabf672601f SHA512 7a099d172bd373a1b7c93586ecd718b644be9f3d185ebda265265d217426c2c5adf7d5b7ce4c6312d9a089886b4da8e079b0cf28ef121bc3e2b14a1f6728a7fa
|
||||
EBUILD python-roborock-2.0.0.ebuild 879 BLAKE2B 4c4598922f4b99ffbaea92d66ee6e1ecae21c7c136e82b6b6bdab732576391052fbee0305448639dc236348e687a9332dfb20cd792101d5bb28a0fc8c40a78a1 SHA512 214d1a02cb04f106714582d2e8494cf728c0b7a9ccc41f15c6b115f3795a8dcd7fc42dacda9dd051b4302e843c2413b163b4b6fc0e3139a70215d0231f603970
|
||||
EBUILD python-roborock-2.2.3.ebuild 799 BLAKE2B 5b0c57d6b13a015c16903228a93349d9734ca0fe85206388e87e9e642a42bc288855a1264684f697725cfd3a43a36647fed2cafba6a6382e935293f85efaa240 SHA512 6088fe1c8e6f57a19a2a3a7294b3182e2045266d4a33d400091ceced68a1e81d84e71af91f7de41bb4649c00ae183ebbec6318119068d8cee2794367251c1bf3
|
||||
EBUILD python-roborock-2.3.0.ebuild 799 BLAKE2B 5b0c57d6b13a015c16903228a93349d9734ca0fe85206388e87e9e642a42bc288855a1264684f697725cfd3a43a36647fed2cafba6a6382e935293f85efaa240 SHA512 6088fe1c8e6f57a19a2a3a7294b3182e2045266d4a33d400091ceced68a1e81d84e71af91f7de41bb4649c00ae183ebbec6318119068d8cee2794367251c1bf3
|
||||
EBUILD python-roborock-2.6.0.ebuild 799 BLAKE2B 5b0c57d6b13a015c16903228a93349d9734ca0fe85206388e87e9e642a42bc288855a1264684f697725cfd3a43a36647fed2cafba6a6382e935293f85efaa240 SHA512 6088fe1c8e6f57a19a2a3a7294b3182e2045266d4a33d400091ceced68a1e81d84e71af91f7de41bb4649c00ae183ebbec6318119068d8cee2794367251c1bf3
|
||||
EBUILD python-roborock-2.6.1.ebuild 799 BLAKE2B 5b0c57d6b13a015c16903228a93349d9734ca0fe85206388e87e9e642a42bc288855a1264684f697725cfd3a43a36647fed2cafba6a6382e935293f85efaa240 SHA512 6088fe1c8e6f57a19a2a3a7294b3182e2045266d4a33d400091ceced68a1e81d84e71af91f7de41bb4649c00ae183ebbec6318119068d8cee2794367251c1bf3
|
||||
MISC metadata.xml 556 BLAKE2B 746dc40c60dc878f670ead7597debc082164a1d585d7ac60299f807b2c3706f990007d3470c67f80cd7ea11f30e21f2d3ce1ce1a731f44cb1ab50d73fd324400 SHA512 5bd2a3c92af85e4faa327e76e6e0cc41ed451237c018289732cc7c62ffd95fbc3165e1f9aaf923a3770611036c27d1793122b040a1a66601f0ae6399211ddc2b
|
||||
|
27
dev-python/python-roborock/python-roborock-2.6.1.ebuild
Normal file
27
dev-python/python-roborock/python-roborock-2.6.1.ebuild
Normal file
@ -0,0 +1,27 @@
|
||||
# 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=poetry
|
||||
inherit distutils-r1 pypi
|
||||
DESCRIPTION="A package to control Roborock vacuums."
|
||||
HOMEPAGE="https://github.com/humbertogontijo/python-roborock https://pypi.org/project/python-roborock/"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/click-8.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/aiohttp-3.8.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/pycryptodome-3.18.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/paho-mqtt-1.6.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/dacite-1.8.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/construct-2.10.57[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
Reference in New Issue
Block a user