dev-python/pyecotrend-ista: new package, add 3.3.1
Closes: #3667 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
8f0bc760d4
commit
c1893d643d
@ -606,11 +606,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 2040 Ebuilds in total, 2029 of them have in total 2057 (42 different) licenses assigned.
|
||||
There are 2042 Ebuilds in total, 2031 of them have in total 2059 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1179|
|
||||
|MIT|1181|
|
||||
|Apache-2.0|457|
|
||||
|GPL-3|121|
|
||||
|BSD|113|
|
||||
|
3
dev-python/pyecotrend-ista/Manifest
Normal file
3
dev-python/pyecotrend-ista/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST pyecotrend-ista-3.3.1.tar.gz 21114 BLAKE2B 76e17c456b66e024487fb1e3333ebf82a9ab709c106948e9beb2ab568ee8f46556c02916606a3c4d6c165fc234a84940bdfdfd1fab7de0150708aea7dd2281da SHA512 dffa62f2ee2395b7b9b7779528068050453e0f6852521776f11289d0ec8a0acc17f62304c48cff9a788f6350d025b216217092bb2a16c0aedecc4fcc0b441ebd
|
||||
EBUILD pyecotrend-ista-3.3.1.ebuild 663 BLAKE2B be884f2aecc6c18d25b191ae209139d9281a47771e4d0b37f63253aa1a1c86185fee8475762827e3ab3c5afd82ae478fd40e9643b1544ffd85811cd172dcabd1 SHA512 09b0bd71f67f9767ca057afbffd109fc85c07373cd5a7d036d4aadd1064eea38f8993e6c5a35cf374f52f4be40250515656852c89bc1d4ac7aa5b18af6d50b68
|
||||
MISC metadata.xml 517 BLAKE2B e17b209a8ef234e2dde5351e691ffd2f85df0fbd3d8859a04abcdff56e9fe86db6bb74f5f3361ac0cd03873f86f0cc3a33b9774844126a5810a6319148a44848 SHA512 dc48b2ce9089970ce32d4150a0a78106f71422281c25687ad63a9b0673033cb881612e5b989d4de63eba89b2e3545e002e9bf3f60009f162532f3b452467eb7c
|
16
dev-python/pyecotrend-ista/metadata.xml
Normal file
16
dev-python/pyecotrend-ista/metadata.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<?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">pyecotrend-ista</remote-id>
|
||||
<remote-id type="github">Ludy87/pyecotrend-ista</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>android@astra-g.org</email>
|
||||
<name>Ludy87</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
30
dev-python/pyecotrend-ista/pyecotrend-ista-3.3.1.ebuild
Normal file
30
dev-python/pyecotrend-ista/pyecotrend-ista-3.3.1.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# 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 ecotrend-ista Api"
|
||||
HOMEPAGE="https://github.com/Ludy87/pyecotrend-ista https://pypi.org/project/pyecotrend-ista/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/dataclasses-json[${PYTHON_USEDEP}]"
|
||||
|
||||
src_prepare() {
|
||||
touch requirements.txt || die
|
||||
eapply_user
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user