dev-python/devialet: new package, add 1.4.3
Closes: #2434 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
5a1b309cb3
commit
cc2fc546c1
@ -612,11 +612,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 1727 Ebuilds in total, 1716 of them have in total 1736 (43 different) licenses assigned.
|
||||
There are 1728 Ebuilds in total, 1717 of them have in total 1737 (43 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1012|
|
||||
|MIT|1013|
|
||||
|Apache-2.0|363|
|
||||
|GPL-3|98|
|
||||
|BSD|96|
|
||||
|
3
dev-python/devialet/Manifest
Normal file
3
dev-python/devialet/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST devialet-1.4.3.tar.gz 4749 BLAKE2B 8e22f62ae79a5b78a6a7b08cccc52fa93e40e96414cce9a9b6dfb66dc456bed51643e7466dd726496ddef541b7610f1db5bce2b67e3d316a7a07b4774e1d0136 SHA512 2ecf3c9415056b0c6202ee060f7a684791b97889b414165e336f22d6555cdfbfa672f6379bad283ce9a48ebc88bbb389d05526ab28808174be6951401fdff59c
|
||||
EBUILD devialet-1.4.3.ebuild 614 BLAKE2B 9d03bfca478598db28a94073fd0e82c75ab4f6c3e8895178eb330441de484a8db0d28d9b648c3a941eb3792f838d2800619b3d39996c9184d1b53d14dd1c8ef5 SHA512 9b3059f3e51d74a7b490b2d8c0bfa25aacd3a41eb41ae08241a325250cbe6436ebdd4bcb87f6ea103f39ea1f4e10e881d1bc35b97e17e91fd71678c099b34dcc
|
||||
MISC metadata.xml 389 BLAKE2B 1693a4f1b361481ee52668d6ea5c0591afbedabf6404aab920e51a5bf75d659c766948e5dd63f68f8d6896edb0e9fa97a6256fe398c583074b87f9e137706f08 SHA512 3e6092133839f75fae4cccace63131309c1ff6839fd10db5551ee59f0d6e949dfcc1d9cfd2beb87ab248b90c4f7f0818fe0206b8e0b3d604c49b1daea407cb0f
|
31
dev-python/devialet/devialet-1.4.3.ebuild
Normal file
31
dev-python/devialet/devialet-1.4.3.ebuild
Normal file
@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Devialet API"
|
||||
HOMEPAGE="https://github.com/fwestenberg/devialet https://pypi.org/project/devialet/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
#DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
12
dev-python/devialet/metadata.xml
Normal file
12
dev-python/devialet/metadata.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<?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">devialet</remote-id>
|
||||
<remote-id type="github">fwestenberg/devialet</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user