diff options
| author | Michał Górny <mgorny@gentoo.org> | 2023-10-08 19:06:20 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2023-10-08 19:47:57 +0200 |
| commit | ee769e1c6bbd2fe1242c490bcb22ed6e3aa0ac52 (patch) | |
| tree | 4bd1251c41519b2dbb65f4e8b0e24b5ad74bdf45 /dev-python/pyupgrade/pyupgrade-3.15.0.ebuild | |
| parent | c7196fa31e667e1370ef81fd77cdf400a34789db (diff) | |
| download | gentoo-ee769e1c6bbd2fe1242c490bcb22ed6e3aa0ac52.tar.gz gentoo-ee769e1c6bbd2fe1242c490bcb22ed6e3aa0ac52.tar.bz2 gentoo-ee769e1c6bbd2fe1242c490bcb22ed6e3aa0ac52.zip | |
dev-python/pyupgrade: Bump to 3.15.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyupgrade/pyupgrade-3.15.0.ebuild')
| -rw-r--r-- | dev-python/pyupgrade/pyupgrade-3.15.0.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-python/pyupgrade/pyupgrade-3.15.0.ebuild b/dev-python/pyupgrade/pyupgrade-3.15.0.ebuild new file mode 100644 index 000000000000..19a841ef7eff --- /dev/null +++ b/dev-python/pyupgrade/pyupgrade-3.15.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 + +DESCRIPTION="Tool + pre-commit hook to automatically upgrade syntax for newer Pythons" +HOMEPAGE=" + https://github.com/asottile/pyupgrade/ + https://pypi.org/project/pyupgrade/ +" +# no tests in sdist, as of 3.3.2 +SRC_URI=" + https://github.com/asottile/pyupgrade/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64" + +RDEPEND=" + >=dev-python/tokenize-rt-5.2.0[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest |
