Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/SQLAlchemy-Utils/
Date: Fri, 17 Mar 2023 13:11:00
Message-Id: 1679058373.fa3efd1767971234a98248fef3d535bb9dc8e7b6.cybertailor@gentoo
1 commit: fa3efd1767971234a98248fef3d535bb9dc8e7b6
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Fri Mar 17 13:06:13 2023 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Fri Mar 17 13:06:13 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fa3efd17
7
8 dev-python/SQLAlchemy-Utils: Use pypi.eclass
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.39.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.39.0.ebuild b/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.39.0.ebuild
16 index 0af0a2dfe..3946d89a8 100644
17 --- a/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.39.0.ebuild
18 +++ b/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.39.0.ebuild
19 @@ -5,14 +5,14 @@ EAPI=8
20
21 PYTHON_COMPAT=( python3_{9..10} )
22 DISTUTILS_USE_PEP517=setuptools
23 -inherit distutils-r1
24 +PYPI_NO_NORMALIZE=1
25 +inherit distutils-r1 pypi
26
27 DESCRIPTION="Various utility functions and datatypes for SQLAlchemy"
28 HOMEPAGE="
29 https://github.com/kvesteri/sqlalchemy-utils
30 https://pypi.org/project/SQLAlchemy-Utils/
31 "
32 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33
34 SLOT="0"
35 LICENSE="BSD"