add energyflip-client-0.2.1

This commit is contained in:
Andreas Billmeier 2022-10-05 23:54:39 +02:00 committed by Andreas Billmeier
parent 1076771f6b
commit 6458d7b485
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 55 additions and 2 deletions

View File

@ -538,12 +538,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 1914 Ebuilds in total, 1907 of them have in total 1919 (35 different) licenses assigned.
There are 1915 Ebuilds in total, 1908 of them have in total 1920 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1154|
|Apache-2.0|363|
|Apache-2.0|364|
|GPL-3|119|
|BSD|106|
|LGPL-3|29|

View File

@ -0,0 +1,3 @@
DIST energyflip-client-0.2.1.tar.gz 8338 BLAKE2B ea9b687d0d6a6e956e9aaf29a7023e12f86f4cf2102fbfea28b87233b56647a7c99b622995487e81ea1c7ffc89519ca5ce530621c637bcd904aae836bd8f97d2 SHA512 bfcfa95f0fe876cf00740257948fdbdea6d3b65cb72fc25f5751d5a63f2813bb799e6735051bdf438d8907b056a2c4f7c69e1596bb1096b83caff966e112d59d
EBUILD energyflip-client-0.2.1.ebuild 765 BLAKE2B d596584250416d42a2035e00c9ef62c9a0a11b73e41e31cf770919017aa01a1b0e1aa081058d3530843489149ddbd03450daa801b235d5d8a8fcf75cfddd5cf5 SHA512 db33aae052a0049b9f93da1feee729c183a17465867a7347aef09164d23e66635f7f495ec636ee62757c49b5a0c34d70cd88b85e46f2570d51b64ec9c2e6641b
MISC metadata.xml 464 BLAKE2B 762b2f22061c75af089ba53ffec5e91ce944844bb8c10ac451aa694d29bd931c0b922868df21fd6de24638c91e466da46c141489fce759c87b5c109d3ca2903e SHA512 d46177b3c1ee55fde8de45964366c56957fdb835b7b8481053584561979fe15a26af9b3c99f7ec409969f854b9cff080f280d13d95975447e0547115e27ea39c

View File

@ -0,0 +1,35 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Client for EnergyFlip"
HOMEPAGE="https://github.com/dennisschroer/energyflip-client https://pypi.org/project/energyflip-client/"
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/yarl[${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

View 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">energyflip-client</remote-id>
<maintainer status="unknown">
<email>dev@dennisschroer.nl</email>
<name>Dennis Schroer</name>
</maintainer>
</upstream>
</pkgmetadata>