From e97ef29d60dbed87a99021b91bfc8fda38091fa6 Mon Sep 17 00:00:00 2001 From: "Andreas Billmeier (@Home/mbp)" Date: Sun, 17 Dec 2023 17:20:15 +0100 Subject: [PATCH] dev-python/fints: drop 1.0.1 Signed-off-by: Andreas Billmeier --- README.md | 4 ++-- dev-python/fints/Manifest | 2 -- dev-python/fints/fints-1.0.1.ebuild | 32 ----------------------------- 3 files changed, 2 insertions(+), 36 deletions(-) delete mode 100644 dev-python/fints/fints-1.0.1.ebuild diff --git a/README.md b/README.md index 62a3b238c..a98541d34 100644 --- a/README.md +++ b/README.md @@ -612,7 +612,7 @@ 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 1699 Ebuilds in total, 1688 of them have in total 1706 (42 different) licenses assigned. +There are 1698 Ebuilds in total, 1687 of them have in total 1705 (42 different) licenses assigned. |License| Ebuilds using it| |-------|-----| @@ -620,7 +620,7 @@ There are 1699 Ebuilds in total, 1688 of them have in total 1706 (42 different) |Apache-2.0|355| |GPL-3|108| |BSD|93| -|LGPL-3|24| +|LGPL-3|23| |GPL-2|22| |all-rights-reserved|15| |LGPL-3+|12| diff --git a/dev-python/fints/Manifest b/dev-python/fints/Manifest index a458f3a38..3dca7dc16 100644 --- a/dev-python/fints/Manifest +++ b/dev-python/fints/Manifest @@ -1,5 +1,3 @@ -DIST fints-1.0.1.tar.gz 16195 BLAKE2B b4b5fc3bdaa759d8e7114f1460db75c3c11cf957d5e29afb84f04c728ed7eec4800c42fb992e87d65a7e499a1c4812372f5cffbfb66ebd0c97e9156ec7c9f5b6 SHA512 5504c6c8193ace9149763022a9ea61bcedae1105be5799819faf1e0969f8188348248af8fb531c707a16fdc87d9650ed9cc77a1830311530aaac2657889f9849 DIST fints-3.1.0.tar.gz 70442 BLAKE2B 1b7b0f4d620601c18e7aee3d8da1415bbee167503f81e4c0afcb6c8ec9aca0e639bebd7ca87244813fcc1f571982944f9d2c2c72eeb67bceaf2a9d89f4232ab1 SHA512 8ed04c134f3747926b84ef1774fbf7196e3eeb3c788e0c4da9967b48a24b11abf9350affc3a712fccd5c5e00a767920218f063af4d953c126b6046cfd4391195 -EBUILD fints-1.0.1.ebuild 764 BLAKE2B 6bb499ab0410153181256814a7754a5bd27333bc8c56dcfd089fd213322703e93cfd39707dfdfe94bacc22787a0162a5dd974c8de9d9feab725078ab63aac5ff SHA512 fe9c5fc800976ed8c409e484ae457ab901563ee526485952336b603bba150f7c03ac6ba8f28150be7bdb88e2739289d82af441cac63baddc9116889723a736e2 EBUILD fints-3.1.0.ebuild 782 BLAKE2B 37964f36244141bc940f43d1974ce48067484b90eaaf910cd30fb0f47bb14c7ef3de060ad53ae2d85c458012ca38b3d8c104961449b8cc858bb73873feee86de SHA512 badfce6549debad9817e4d13ae49b5c8ca6b36c9f777dd2f20c2243d2ef920e5bbeffc4b35d8751a536c396b525cd22985c472c7bcd536acebbc9ec27c8f1b36 MISC metadata.xml 516 BLAKE2B 92754f62d13e52f7e1ae49b4394e11d254b91cc00025efa1c8ceb0a791f4803f7fcf355fdaa70970280ef78aea6981e05ef02cf339adf8773c2eb3591efdefd6 SHA512 4615b2bff19b8fd4358ed0f4e8cf31c5017901f261dfd05521ea12cd5b4265ad06369a6e169d6a7e5935b350276c87de1a7d627176bdaf071ae971b887adc5bf diff --git a/dev-python/fints/fints-1.0.1.ebuild b/dev-python/fints/fints-1.0.1.ebuild deleted file mode 100644 index bdca7b68f..000000000 --- a/dev-python/fints/fints-1.0.1.ebuild +++ /dev/null @@ -1,32 +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="Pure-python FinTS 3.0 (formerly known as HBCI) implementation" -HOMEPAGE="https://github.com/raphaelm/python-fints https://pypi.org/project/fints/" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="amd64 arm arm64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="dev-python/bleach[${PYTHON_USEDEP}] - dev-python/mt_940[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - >=dev-python/sepaxml-2.0[${PYTHON_USEDEP}]" -BDEPEND=" - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - )" - -python_test() { - py.test -v -v || die -} - -distutils_enable_tests pytest