bump pyezviz-0.2.0.9
This commit is contained in:
@@ -521,12 +521,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 1781 Ebuilds in total, 1774 of them have in total 1783 (35 different) licenses assigned.
|
||||
There are 1782 Ebuilds in total, 1775 of them have in total 1784 (35 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1084|
|
||||
|Apache-2.0|320|
|
||||
|Apache-2.0|321|
|
||||
|GPL-3|105|
|
||||
|BSD|103|
|
||||
|LGPL-3|30|
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
DIST pyezviz-0.2.0.8.tar.gz 23607 BLAKE2B 252951317aa0ee6126a5afbea7e7e8c39e5f57a8c2bbc1ac2d6081bc7d012da293948bd592657e5256b35344d892ff4da5a7840233e5abe97977ed9d591d911d SHA512 2913debb1a8805410ca12572070c3c591ed08781debcff7d40fe1da346fcea2a151602ed323b042dfe94816fa9c9284c5263065ff984a1ad25d1c617a0249951
|
||||
EBUILD pyezviz-0.2.0.8.ebuild 970 BLAKE2B 81b04bfd2b85976177f4f27267d75e012e4ce6cf73c518b5ecd6be7c585a59e5ad92d7be058c7bb22cb3c0c43bed34ebdd3fc1c2b63ca2cfe291229545ce5944 SHA512 327b4c4fafeb1985846cc954c2c3a39b5bd7b5f59cd0feca89cca43b43899f23bad0f081d22d0c9860af8451eef533ab84dd44cf13db8367818907d76a24b552
|
||||
DIST pyezviz-0.2.0.9.tar.gz 23668 BLAKE2B 91c63e2874da88f17e6a52b48c4f2b26715694de7d035b84127efa819d04121dfa58dcbe105a8bec65ee88bce17d2f5314bc1095282ee6f91ec506b27e1f003e SHA512 db4a9d75bfedc2912a0817a86ebe4acab1b78dd683f093a3a5517407169f060fdbf180b7064336084c907e1658262bac9b6f6cc525a382acafb733406a5c5f41
|
||||
EBUILD pyezviz-0.2.0.8.ebuild 942 BLAKE2B 867040cb62f71c9a113dfa43ce39900771af23fd9398c558a5cc0a871384ee7ef13cc8d04a0a57824c317921ab4928409dbe065eb29bf045faa1213232aea7d7 SHA512 c9762bbfcfa9ecf98b6307ee4383c6f5ed14590922e130d97cbcf2e73fdfdfc07fb66bc4455eba3f20b726e8b274279a62eb8c64228c0c542ee653376bead381
|
||||
EBUILD pyezviz-0.2.0.9.ebuild 942 BLAKE2B 867040cb62f71c9a113dfa43ce39900771af23fd9398c558a5cc0a871384ee7ef13cc8d04a0a57824c317921ab4928409dbe065eb29bf045faa1213232aea7d7 SHA512 c9762bbfcfa9ecf98b6307ee4383c6f5ed14590922e130d97cbcf2e73fdfdfc07fb66bc4455eba3f20b726e8b274279a62eb8c64228c0c542ee653376bead381
|
||||
MISC metadata.xml 458 BLAKE2B b85ed0c8a731731b4caf5289cee3dd33c9fbb5cf26f60d38b4f1af8d3f287222b15dfbdce22f8b56b0ecfb7b18e8b7d2c3c8cab5811d505d0f9996e984fedeed SHA512 1abe714afc340ca4f99c944fed042cc784cf5192b5fc406fba6cde42fa73d3eb365c29629d187f537a6d32e39f941aa780bf33ae2a994a9815c3c5d3071cce0d
|
||||
|
||||
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
|
||||
40
dev-python/pyezviz/pyezviz-0.2.0.9.ebuild
Normal file
40
dev-python/pyezviz/pyezviz-0.2.0.9.ebuild
Normal file
@@ -0,0 +1,40 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Pilot your Ezviz cameras"
|
||||
HOMEPAGE="http://github.com/baqs/pyEzviz/ https://pypi.org/project/pyezviz/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="!dev-python/pyEzviz[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/pandas[${PYTHON_USEDEP}]
|
||||
dev-python/paho-mqtt[${PYTHON_USEDEP}]
|
||||
dev-python/xmltodict[${PYTHON_USEDEP}]
|
||||
dev-python/pycryptodome[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user