dev-python/python-fullykiosk: add 0.0.14
Closes: #3631 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
24d62a349c
commit
92bdec7d5a
@ -606,12 +606,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 2021 Ebuilds in total, 2010 of them have in total 2038 (42 different) licenses assigned.
|
||||
There are 2022 Ebuilds in total, 2011 of them have in total 2039 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1167|
|
||||
|Apache-2.0|452|
|
||||
|Apache-2.0|453|
|
||||
|GPL-3|119|
|
||||
|BSD|113|
|
||||
|GPL-2|25|
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST python-fullykiosk-0.0.12.tar.gz 2834 BLAKE2B 116d0d26c36b042190f96c04a76f06fc8974a057597627ad71497f2bb5f3f69b80d01e57d76a1f766655e25db49a7e0102c0a2ccdddfd250b900a03045f8c27c SHA512 4446f034dd5d29021eaf408283524e8e89f7f50f8f2001c2d3abb7200b2ad296e660f03d79e258b55cc7d35e6fc01179d67263c4857c01e2b96d4fd64879a660
|
||||
EBUILD python-fullykiosk-0.0.12.ebuild 690 BLAKE2B a708aa27b78c8a67484cc0b5f3b9506cc1688912a4da80eb1035a496c57b6112f400724a59a5eb39e385ae659fe82ce022385125336f7e0af749aabb44faadb6 SHA512 91bc25b401ab8e3e96faaf37837cb2da19c4b3deebeaa92e8f277bee1957c14688bc2b2a05d838708403c4d97109936ac7dc2103b2691ec32b9cc98f58d7c0ec
|
||||
DIST python-fullykiosk-0.0.14.tar.gz 2977 BLAKE2B 44c10934408419e82253612b6e8863bb8021e42cb516b15445e79ef583d281908403fb93a8a26b0f077ef4c39811ca517888c9c34c0b6ac14d9a518c94fd96cb SHA512 9d908982ce58e707c7c1b2f97ef17520377f1dd7692e7260fc75fa64d485aa6d31084ff19f4f73f87fd5fe7e9e2be5f8e12e2445f18d7b5765bac2d63725fb95
|
||||
EBUILD python-fullykiosk-0.0.12.ebuild 690 BLAKE2B 36c53662c4eebee4dc1ae4d922bdb0c7562cf0748aa111603159b67dd7e169bdc42b8448c5196d977964b9580ac0d21cd48213e8650e48e450bde07e4ec5456c SHA512 6f926b57ef977d317351cf980f75f9fac365202cf122ff0aecb4c14b58625c36ecb73524ac22888ccbb5564a7d750f817555a1d980793054f49a5b263fe86270
|
||||
EBUILD python-fullykiosk-0.0.14.ebuild 588 BLAKE2B 9efa49c53c29cc75a3340fdd37115afc0b29a16229bb1124142015c870ce6c381c28a7f2792b5437b220e813032fc6c873fed714696b683e83eed8cca79d0c33 SHA512 0f45a57112739074e2b60699b57c33589fbf9327a82a9d5ea9738aec467342d1ef0b0b418878714e3a9726cdf1bc67c1b29d5898e1a6b9d9a6d452c304c1b4a7
|
||||
MISC metadata.xml 531 BLAKE2B 815a54d819c67d3b3fde0eee8bb22ff5ee16da0a0e9ebd95b11e079ebb2e450523a8a6b3946b1ccdae9e24ad56543fc56414f26524e3135e809f8f20e3ae6900 SHA512 62ef7eb186e455a3ca0d3ef2802b58d658f5cc1934f87f69156be511c3fc6ea5345405a4d59692020ef7d5878c8558bb3c6e731c65f6de2115c4e059d339691d
|
||||
|
@ -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
|
||||
inherit distutils-r1 pypi
|
||||
|
24
dev-python/python-fullykiosk/python-fullykiosk-0.0.14.ebuild
Normal file
24
dev-python/python-fullykiosk/python-fullykiosk-0.0.14.ebuild
Normal file
@ -0,0 +1,24 @@
|
||||
# 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_NO_NORMALIZE=1
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Python wrapper for Fully Kiosk Browser REST API"
|
||||
HOMEPAGE="https://github.com/cgarwood/python-fullykiosk https://pypi.org/project/python-fullykiosk/"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user