diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-11-22 20:15:09 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-11-22 20:30:24 +0100 |
commit | 1448c9fd3abe9bfe4b8ca6332eb58e038a528f1f (patch) | |
tree | 3db9c912358148dee293c84e18b59164680dad01 /dev-python/APScheduler | |
parent | toolchain.eclass: filter -fdiagnostics-set-output=text:experimental-nesting=y... (diff) | |
download | gentoo-1448c9fd3abe9bfe4b8ca6332eb58e038a528f1f.tar.gz gentoo-1448c9fd3abe9bfe4b8ca6332eb58e038a528f1f.tar.bz2 gentoo-1448c9fd3abe9bfe4b8ca6332eb58e038a528f1f.zip |
dev-python/APScheduler: Add PYPI_PN prior to rename
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/APScheduler')
-rw-r--r-- | dev-python/APScheduler/APScheduler-3.10.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 |