commit: 4b0605f60f8192f590df61fc6e025b10afaa6663 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Apr 14 14:51:18 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Apr 14 14:57:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b0605f6
dev-python/django_polymorphic: Enable py3.12 Closes: https://bugs.gentoo.org/929449 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../django_polymorphic/django_polymorphic-3.1-r1.ebuild | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/dev-python/django_polymorphic/django_polymorphic-3.1-r1.ebuild b/dev-python/django_polymorphic/django_polymorphic-3.1-r1.ebuild index 63c1444d7b25..1bda2e1202ed 100644 --- a/dev-python/django_polymorphic/django_polymorphic-3.1-r1.ebuild +++ b/dev-python/django_polymorphic/django_polymorphic-3.1-r1.ebuild @@ -1,17 +1,22 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) + inherit distutils-r1 DESCRIPTION="Seamless Polymorphic Inheritance for Django Models" -HOMEPAGE="https://pypi.org/project/django-polymorphic/" +HOMEPAGE=" + https://github.com/django-polymorphic/django-polymorphic/ + https://pypi.org/project/django-polymorphic/ +" SRC_URI=" https://github.com/django-polymorphic/django-polymorphic/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz" + -> ${P}.gh.tar.gz +" S="${WORKDIR}/${P//_/-}" LICENSE="BSD"
