summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-03-25 18:01:37 +0100
committerMichał Górny <mgorny@gentoo.org>2024-04-01 11:36:31 +0200
commit095b98f29e55a63eab429ab71af6338b18d1d928 (patch)
treed51e3a1627f87851995ce5cf0ff731bb71894cdf /dev-python/jsonref
parentdistutils-r1.eclass: Run pdm.pep517.api via pdm-backend (diff)
downloadgentoo-095b98f29e55a63eab429ab71af6338b18d1d928.tar.gz
gentoo-095b98f29e55a63eab429ab71af6338b18d1d928.tar.bz2
gentoo-095b98f29e55a63eab429ab71af6338b18d1d928.zip
dev-python/jsonref: Use pdm-backend
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jsonref')
-rw-r--r--dev-python/jsonref/jsonref-1.1.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/jsonref/jsonref-1.1.0.ebuild b/dev-python/jsonref/jsonref-1.1.0.ebuild
index 59041a7158cf..6233424f0523 100644
--- a/dev-python/jsonref/jsonref-1.1.0.ebuild
+++ b/dev-python/jsonref/jsonref-1.1.0.ebuild
@@ -1,9 +1,9 @@
-# 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=pdm
+DISTUTILS_USE_PEP517=pdm-backend
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1