diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-06-10 17:44:25 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-06-10 17:44:25 +0000 |
| commit | 18336565ca1ec7d11104b99a38713290be4e2d00 (patch) | |
| tree | d044fe2f159a7d1c0c921f52128a87566931af22 /dev-python/signedjson | |
| parent | f49f44feafa5ea8d52b07b1fd3a7f97c5e496078 (diff) | |
| download | baldeagleos-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.ebuild | 5 |
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" |
