commit: 52bab678fa070dc00871b6d388f1d81480d853dc
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 22 19:54:51 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 22 20:06:24 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52bab678
www-apps/roundup: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
www-apps/roundup/Manifest | 1 -
www-apps/roundup/roundup-2.2.0.ebuild | 55 -----------------------------------
2 files changed, 56 deletions(-)
diff --git a/www-apps/roundup/Manifest b/www-apps/roundup/Manifest
index 8163a9198eaa..7250cc20c88f 100644
--- a/www-apps/roundup/Manifest
+++ b/www-apps/roundup/Manifest
@@ -1,2 +1 @@
-DIST roundup-2.2.0.tar.gz 3722236 BLAKE2B
f9f36ff2a49c769dcce38dd59fd88825cb3a6560fbfc2a7bbf6d2abf1388bb328da5aa7de2934ae2469163bb4f125b4438b07f1eff9082458768012b4eda7687
SHA512
dbaf7c4a5e7fb75f0e401f39962c8f5a3b088036a0f2c9efb2910f3941df35df6c345c2051c37cbdcc9a2049d82d09bcb4e15b368f8c4c77fa4b4bf80c6dc844
DIST roundup-2.3.0.tar.gz 3880745 BLAKE2B
a6ed278352a91893cd5706b8e5c9fcbed76fc35364cb3709371187ba27b459efa4676ed8a342c937fcd2b637f21714379acdec21631e6c9012ab6a8bf3cebfcd
SHA512
83c659ce8d268f4f7f16f10731371ed6320564635e2620e2502e600c4ddbcae92f5c46722a33c66aceef5a8af99f5c556bce5512f03b97ff0cfb88e8bafe7cb6
diff --git a/www-apps/roundup/roundup-2.2.0.ebuild
b/www-apps/roundup/roundup-2.2.0.ebuild
deleted file mode 100644
index dd1ba31c05b0..000000000000
--- a/www-apps/roundup/roundup-2.2.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Issue-tracking system with command-line, web, and e-mail
interfaces"
-HOMEPAGE="https://roundup.sourceforge.io https://pypi.org/project/roundup/"
-
-LICENSE="MIT ZPL"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE="+tz sqlite mysql postgres xapian whoosh ssl jinja pyjwt markdown"
-
-RDEPEND="
- jinja? ( dev-python/jinja2[$PYTHON_USEDEP] )
- markdown? (
- || (
- dev-python/markdown[$PYTHON_USEDEP]
- dev-python/markdown2[$PYTHON_USEDEP]
- dev-python/mistune[$PYTHON_USEDEP]
- )
- )
- mysql? ( dev-python/mysqlclient[$PYTHON_USEDEP] )
- postgres? ( >=dev-python/psycopg-2.8:2[$PYTHON_USEDEP] )
- pyjwt? ( dev-python/pyjwt[$PYTHON_USEDEP] )
- sqlite? ( $(python_gen_impl_dep sqlite) )
- ssl? ( dev-python/pyopenssl[$PYTHON_USEDEP] )
- tz? ( dev-python/pytz[$PYTHON_USEDEP] )
- whoosh? ( >=dev-python/whoosh-2.5.7[$PYTHON_USEDEP] )
- xapian? ( >=dev-libs/xapian-bindings-1.0.0[python,$PYTHON_USEDEP] )
-"
-
-DOCS="CHANGES.txt doc/*.txt"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
- # this test fails (for both py3.10 and py3.11, and it also fails in
2.1.0)
- # upstream report https://issues.roundup-tracker.org/issue2551272
-
test/test_templating.py::Markdown2TestCase::test_string_markdown_code_block_attribute
-)
-
-python_install_all() {
- distutils-r1_python_install_all
- mv "${ED}"/usr/share/doc/${PN}/html "${ED}"/usr/share/doc/${PF}/ || die
- rmdir "${ED}"/usr/share/doc/${PN} || die
-}
-
-pkg_postinst() {
- ewarn "See installation.txt for initialisation instructions."
- ewarn "See upgrading.txt for upgrading instructions."
-}