commit:     490513c91ef3eab7f5a9f432e7b0a0c9d9087860
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 17 07:06:50 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 17 07:27:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=490513c9

dev-python/mygpoclient: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/mygpoclient/mygpoclient-1.9.ebuild | 32 ---------------------------
 1 file changed, 32 deletions(-)

diff --git a/dev-python/mygpoclient/mygpoclient-1.9.ebuild 
b/dev-python/mygpoclient/mygpoclient-1.9.ebuild
deleted file mode 100644
index 680b1061b77e..000000000000
--- a/dev-python/mygpoclient/mygpoclient-1.9.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
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="A gpodder.net client library"
-HOMEPAGE="
-       https://github.com/gpodder/mygpoclient/
-       https://pypi.org/project/mygpoclient/
-       https://mygpoclient.readthedocs.io/en/latest/
-"
-SRC_URI="
-       https://github.com/gpodder/mygpoclient/archive/${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-
-BDEPEND="
-       test? (
-               dev-python/minimock[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest

Reply via email to