Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/
Date: Sat, 04 Jun 2022 07:42:10
Message-Id: 1654328519.87473f42c905a715f9f21dbbcc0de6fc841206c2.mgorny@gentoo
1 commit: 87473f42c905a715f9f21dbbcc0de6fc841206c2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 4 07:08:24 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 4 07:41:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87473f42
7
8 www-apps/roundup: Use slot for dev-python/psycopg
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 www-apps/roundup/{roundup-2.0.0.ebuild => roundup-2.0.0-r1.ebuild} | 4 ++--
13 www-apps/roundup/{roundup-2.1.0.ebuild => roundup-2.1.0-r1.ebuild} | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/www-apps/roundup/roundup-2.0.0.ebuild b/www-apps/roundup/roundup-2.0.0-r1.ebuild
17 similarity index 94%
18 rename from www-apps/roundup/roundup-2.0.0.ebuild
19 rename to www-apps/roundup/roundup-2.0.0-r1.ebuild
20 index f2b8f1e25bb8..7a5a687eb89b 100644
21 --- a/www-apps/roundup/roundup-2.0.0.ebuild
22 +++ b/www-apps/roundup/roundup-2.0.0-r1.ebuild
23 @@ -2,7 +2,7 @@
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 -PYTHON_COMPAT=( python3_{7..9} )
28 +PYTHON_COMPAT=( python3_{8..9} )
29 DISTUTILS_USE_SETUPTOOLS=no
30
31 inherit distutils-r1
32 @@ -23,7 +23,7 @@ RDEPEND="${DEPEND}
33 tz? ( dev-python/pytz[$PYTHON_USEDEP] )
34 sqlite? ( $(python_gen_impl_dep sqlite) )
35 mysql? ( dev-python/mysqlclient[$PYTHON_USEDEP] )
36 - postgres? ( >=dev-python/psycopg-2.8[$PYTHON_USEDEP] )
37 + postgres? ( >=dev-python/psycopg-2.8:2[$PYTHON_USEDEP] )
38 xapian? ( >=dev-libs/xapian-bindings-1.0.0[python,$PYTHON_USEDEP] )
39 whoosh? ( >=dev-python/whoosh-2.5.7[$PYTHON_USEDEP] )
40 ssl? ( dev-python/pyopenssl[$PYTHON_USEDEP] )
41
42 diff --git a/www-apps/roundup/roundup-2.1.0.ebuild b/www-apps/roundup/roundup-2.1.0-r1.ebuild
43 similarity index 93%
44 rename from www-apps/roundup/roundup-2.1.0.ebuild
45 rename to www-apps/roundup/roundup-2.1.0-r1.ebuild
46 index 4fce988711fc..46b7a8361e12 100644
47 --- a/www-apps/roundup/roundup-2.1.0.ebuild
48 +++ b/www-apps/roundup/roundup-2.1.0-r1.ebuild
49 @@ -2,7 +2,7 @@
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=8
53 -PYTHON_COMPAT=( python3_{7..9} )
54 +PYTHON_COMPAT=( python3_{8..9} )
55
56 inherit distutils-r1
57 MY_P=${P/_/}
58 @@ -22,7 +22,7 @@ RDEPEND="${DEPEND}
59 tz? ( dev-python/pytz[$PYTHON_USEDEP] )
60 sqlite? ( $(python_gen_impl_dep sqlite) )
61 mysql? ( dev-python/mysqlclient[$PYTHON_USEDEP] )
62 - postgres? ( >=dev-python/psycopg-2.8[$PYTHON_USEDEP] )
63 + postgres? ( >=dev-python/psycopg-2.8:2[$PYTHON_USEDEP] )
64 xapian? ( >=dev-libs/xapian-bindings-1.0.0[python,$PYTHON_USEDEP] )
65 whoosh? ( >=dev-python/whoosh-2.5.7[$PYTHON_USEDEP] )
66 ssl? ( dev-python/pyopenssl[$PYTHON_USEDEP] )