commit:     87473f42c905a715f9f21dbbcc0de6fc841206c2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  4 07:08:24 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun  4 07:41:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87473f42

www-apps/roundup: Use slot for dev-python/psycopg

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

 www-apps/roundup/{roundup-2.0.0.ebuild => roundup-2.0.0-r1.ebuild} | 4 ++--
 www-apps/roundup/{roundup-2.1.0.ebuild => roundup-2.1.0-r1.ebuild} | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/www-apps/roundup/roundup-2.0.0.ebuild 
b/www-apps/roundup/roundup-2.0.0-r1.ebuild
similarity index 94%
rename from www-apps/roundup/roundup-2.0.0.ebuild
rename to www-apps/roundup/roundup-2.0.0-r1.ebuild
index f2b8f1e25bb8..7a5a687eb89b 100644
--- a/www-apps/roundup/roundup-2.0.0.ebuild
+++ b/www-apps/roundup/roundup-2.0.0-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..9} )
 DISTUTILS_USE_SETUPTOOLS=no
 
 inherit distutils-r1
@@ -23,7 +23,7 @@ RDEPEND="${DEPEND}
        tz? ( dev-python/pytz[$PYTHON_USEDEP] )
        sqlite? ( $(python_gen_impl_dep sqlite) )
        mysql? ( dev-python/mysqlclient[$PYTHON_USEDEP] )
-       postgres? ( >=dev-python/psycopg-2.8[$PYTHON_USEDEP] )
+       postgres? ( >=dev-python/psycopg-2.8:2[$PYTHON_USEDEP] )
        xapian? ( >=dev-libs/xapian-bindings-1.0.0[python,$PYTHON_USEDEP] )
        whoosh? ( >=dev-python/whoosh-2.5.7[$PYTHON_USEDEP] )
        ssl? ( dev-python/pyopenssl[$PYTHON_USEDEP] )

diff --git a/www-apps/roundup/roundup-2.1.0.ebuild 
b/www-apps/roundup/roundup-2.1.0-r1.ebuild
similarity index 93%
rename from www-apps/roundup/roundup-2.1.0.ebuild
rename to www-apps/roundup/roundup-2.1.0-r1.ebuild
index 4fce988711fc..46b7a8361e12 100644
--- a/www-apps/roundup/roundup-2.1.0.ebuild
+++ b/www-apps/roundup/roundup-2.1.0-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 MY_P=${P/_/}
@@ -22,7 +22,7 @@ RDEPEND="${DEPEND}
        tz? ( dev-python/pytz[$PYTHON_USEDEP] )
        sqlite? ( $(python_gen_impl_dep sqlite) )
        mysql? ( dev-python/mysqlclient[$PYTHON_USEDEP] )
-       postgres? ( >=dev-python/psycopg-2.8[$PYTHON_USEDEP] )
+       postgres? ( >=dev-python/psycopg-2.8:2[$PYTHON_USEDEP] )
        xapian? ( >=dev-libs/xapian-bindings-1.0.0[python,$PYTHON_USEDEP] )
        whoosh? ( >=dev-python/whoosh-2.5.7[$PYTHON_USEDEP] )
        ssl? ( dev-python/pyopenssl[$PYTHON_USEDEP] )

Reply via email to