dev-python/eternalegypt: drop 0.0.15

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:18:53 +01:00 committed by Andreas Billmeier
parent c07ea797d6
commit 4a680c2a2b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 34 deletions

View File

@ -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 1703 Ebuilds in total, 1692 of them have in total 1710 (42 different) licenses assigned.
There are 1702 Ebuilds in total, 1691 of them have in total 1709 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|990|
|MIT|989|
|Apache-2.0|355|
|GPL-3|108|
|BSD|93|

View File

@ -1,5 +1,3 @@
DIST eternalegypt-0.0.15.tar.gz 5337 BLAKE2B 6d389c30ab3a32a7a30286279f5a40a0317876540ffafaedbf1850a8887c6b4b0534633229a8b97d92c5d83868c2dba34f30372e60b1cbdf71451187b73e8aa6 SHA512 1dccee9698dd498ffbe757f289f79770ccf2ee472de7a211743656be07c1f4a96d5f0a47471ced860e15c1e9f8a79beeba519a9b4b6e340f18d6bfc947a577d9
DIST eternalegypt-0.0.16.tar.gz 5375 BLAKE2B 88c2cfd88f450cf32035fe99304e903fb3e8d533458fcac05b66c7ed78e4b809db70ef92665dcadc329b8372b663f9638effed1d375997feb6895e5b85751d4a SHA512 fd3564f5aa44e920806ac120fc08ea41248863f56c0bde9f2f8d6a330df318cb929b5df9220e4f231d630177af9c83b6957cee8972bdb09ffecf811573700f6c
EBUILD eternalegypt-0.0.15.ebuild 653 BLAKE2B ac11df2c40b7825fb7384c33427b4abf93f7d3b8a2b2d5d6c16727cb16bca6c2558dc4351f360d59734eabc5f87ce232cb35a385db056f5469d659fdbe366835 SHA512 943547523afd0e5cd92674ce67450c0f01ca605dca29f689f444a528643b50d7fa4a1f13b26359fb32f6454a4343bf933976975689ccfe278e787070d6b04a1c
EBUILD eternalegypt-0.0.16.ebuild 651 BLAKE2B 9cc9a9cdaf8e7a9ababbe7a3813164cb0410f45397fcd8517b15da10e86706197a2a187dc5755d00b4557bb5443e8a29878b35e8d7b578b0b926859ae6117b2f SHA512 f361446ad2688a9038b92d31537a741ff5b159f938a7b1e21fb2ed9cca259383578e24b010af02d53421c44cd1c203c85da1e89b955ca1871083953725964db6
MISC metadata.xml 525 BLAKE2B b1c857d7fb4ae30dfb4d49f0373dd77f2c38c14775e2cb16ccff1de30e955b2bd69239599b2cb6dffe7d675af4d71ba50ebdd9350fa39448ae01d0c36045280f SHA512 e1e402a93571f04416ff51bb46d41037b156ef4a32035d98bf526a433d46078570a0a86250683ca7daf8ebcb9870ed4ae0c7585f013377e54ddddd0164b80a63

View File

@ -1,30 +0,0 @@
# 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="Netgear LTE modem API"
HOMEPAGE="https://github.com/amelchio/eternalegypt https://pypi.org/project/eternalegypt/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND=">=dev-python/aiohttp-3.0.1[${PYTHON_USEDEP}]
dev-python/attrs[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest