commit: 1448c9fd3abe9bfe4b8ca6332eb58e038a528f1f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 22 19:15:09 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 19:30:24 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1448c9fd
dev-python/APScheduler: Add PYPI_PN prior to rename
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/APScheduler/APScheduler-3.10.4.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/APScheduler/APScheduler-3.10.4.ebuild
b/dev-python/APScheduler/APScheduler-3.10.4.ebuild
index 09aa71d77828..81a1e4428801 100644
--- a/dev-python/APScheduler/APScheduler-3.10.4.ebuild
+++ b/dev-python/APScheduler/APScheduler-3.10.4.ebuild
@@ -1,10 +1,11 @@
-# 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
PYPI_NO_NORMALIZE=1
+PYPI_PN=APScheduler
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi