summaryrefslogtreecommitdiff
path: root/dev-python/signedjson
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-06-10 17:44:25 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-06-10 17:44:25 +0000
commit18336565ca1ec7d11104b99a38713290be4e2d00 (patch)
treed044fe2f159a7d1c0c921f52128a87566931af22 /dev-python/signedjson
parentf49f44feafa5ea8d52b07b1fd3a7f97c5e496078 (diff)
downloadbaldeagleos-repo-18336565ca1ec7d11104b99a38713290be4e2d00.tar.gz
baldeagleos-repo-18336565ca1ec7d11104b99a38713290be4e2d00.tar.xz
baldeagleos-repo-18336565ca1ec7d11104b99a38713290be4e2d00.zip
Adding metadata
Diffstat (limited to 'dev-python/signedjson')
-rw-r--r--dev-python/signedjson/signedjson-1.1.4.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/signedjson/signedjson-1.1.4.ebuild b/dev-python/signedjson/signedjson-1.1.4.ebuild
index ec0d110c28cb..f6a79d84903d 100644
--- a/dev-python/signedjson/signedjson-1.1.4.ebuild
+++ b/dev-python/signedjson/signedjson-1.1.4.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2022-2024 Gentoo Authors
+# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9,10,11,12,13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1
@@ -14,7 +14,6 @@ HOMEPAGE="
https://pypi.org/project/signedjson/
"
SRC_URI="https://github.com/matrix-org/python-signedjson/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
S="${WORKDIR}/python-${P}"
LICENSE="Apache-2.0"