commit:     6b23ade68906bbf247e1552725fb5aca13c184f3
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 21 12:54:21 2025 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Mon Apr 21 12:54:21 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b23ade6

app-text/txt2tags: drop 3.9

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 app-text/txt2tags/txt2tags-3.9.ebuild | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/app-text/txt2tags/txt2tags-3.9.ebuild 
b/app-text/txt2tags/txt2tags-3.9.ebuild
deleted file mode 100644
index a493a4969d04..000000000000
--- a/app-text/txt2tags/txt2tags-3.9.ebuild
+++ /dev/null
@@ -1,21 +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_{10..12} )
-inherit distutils-r1
-
-DESCRIPTION="Generate marked up documents (HTML, etc.)from a plain text file 
with markup"
-HOMEPAGE="https://txt2tags.org";
-SRC_URI="https://codeload.github.com/txt2tags/txt2tags/tar.gz/${PV} -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos"
-
-python_test() {
-       cd test || die
-       "${EPYTHON}" run.py || die "Tests failed with ${EPYTHON}"
-}

Reply via email to