add aioskybell-22.7.0
This commit is contained in:
@@ -524,11 +524,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 1768 Ebuilds in total, 1761 of them have in total 1770 (35 different) licenses assigned.
|
||||
There are 1769 Ebuilds in total, 1762 of them have in total 1771 (35 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1080|
|
||||
|MIT|1081|
|
||||
|Apache-2.0|316|
|
||||
|GPL-3|106|
|
||||
|BSD|102|
|
||||
|
||||
3
dev-python/aioskybell/Manifest
Normal file
3
dev-python/aioskybell/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST aioskybell-22.7.0.tar.gz 13121 BLAKE2B 82fe7687b540122859ca802ca55eacc78b444bf6cfc8b25d1528ab3536e1dc9cdcda5db77c006714afc80a3dbe8d091d25543962d2158a317f8c9589af137ab8 SHA512 1fa747604aa4bb6d907be48ab59cdab8ab9caf6c18d5f76c978df52ca8410f3b9cdd5afeb290bafd505033d5ea46c700a95592d8187208b2048333bab6828bce
|
||||
EBUILD aioskybell-22.7.0.ebuild 822 BLAKE2B 52e592f78113d6553722634ca67f0b3d322acc0497aef92328385dd681da9f162db525f68d00efdbdb0a69a285ecd57fca8fec25f5c8d9910a49c6b03acfbbdb SHA512 2ceddabc14bbb3394a17a71d263c4d50b50aac504627b40a41869f328ea35abe3c9da190539e3ccc5ce512a5fcb602e3474d57835bd05d2c52f49795c15cc060
|
||||
MISC metadata.xml 456 BLAKE2B bea654eeff8978ba250ada541eb4c09e7cb091829a8793edf4897ddf302fa39670f0ed2240e787cec6c3efcc197b9e9240fe13346487c1f017b38f87dbb81d88 SHA512 294c98a126dcb3c35181f93fbbbdede77784b1c81459d37b4b935724940b54e1bce0a64c7ffc2e5126c89415ad52e8071721bd7aac508f414e928d883b804746
|
||||
36
dev-python/aioskybell/aioskybell-22.7.0.ebuild
Normal file
36
dev-python/aioskybell/aioskybell-22.7.0.ebuild
Normal file
@@ -0,0 +1,36 @@
|
||||
# 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="A Skybell HD Python library running on Python 3."
|
||||
HOMEPAGE="https://github.com/tkdrob/aioskybell https://pypi.org/project/aioskybell/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/aiohttp-3.6.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/aiofiles-0.3.0[${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
|
||||
15
dev-python/aioskybell/metadata.xml
Normal file
15
dev-python/aioskybell/metadata.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">aioskybell</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>tkdrob4390@yahoo.com</email>
|
||||
<name>Robert Hillis</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user