From 4a680c2a2b3c1435cb88ff0561edcfe0f82df627 Mon Sep 17 00:00:00 2001 From: "Andreas Billmeier (@Home/mbp)" Date: Sun, 17 Dec 2023 17:18:53 +0100 Subject: [PATCH] dev-python/eternalegypt: drop 0.0.15 Signed-off-by: Andreas Billmeier --- README.md | 4 +-- dev-python/eternalegypt/Manifest | 2 -- .../eternalegypt/eternalegypt-0.0.15.ebuild | 30 ------------------- 3 files changed, 2 insertions(+), 34 deletions(-) delete mode 100644 dev-python/eternalegypt/eternalegypt-0.0.15.ebuild diff --git a/README.md b/README.md index 8b26ac308..6a538221d 100644 --- a/README.md +++ b/README.md @@ -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| diff --git a/dev-python/eternalegypt/Manifest b/dev-python/eternalegypt/Manifest index 300176a86..988d3e3c9 100644 --- a/dev-python/eternalegypt/Manifest +++ b/dev-python/eternalegypt/Manifest @@ -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 diff --git a/dev-python/eternalegypt/eternalegypt-0.0.15.ebuild b/dev-python/eternalegypt/eternalegypt-0.0.15.ebuild deleted file mode 100644 index 627c5dff4..000000000 --- a/dev-python/eternalegypt/eternalegypt-0.0.15.ebuild +++ /dev/null @@ -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