diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-05-12 00:01:15 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-05-12 00:01:15 +0100 |
commit | d72a987a342949e200b5e9decbd71f246da53788 (patch) | |
tree | ea9d3f4ec74bd6ab18582852d7958d3f3176dfea /dev-python/jaraco-path | |
parent | c035b2b83f0e94c4b2e82184f00bcef874e6276b (diff) |
gentoo auto-resync : 12:05:2024 - 00:01:15
Diffstat (limited to 'dev-python/jaraco-path')
-rw-r--r-- | dev-python/jaraco-path/Manifest | 2 | ||||
-rw-r--r-- | dev-python/jaraco-path/jaraco-path-3.7.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/jaraco-path/Manifest b/dev-python/jaraco-path/Manifest index 88aed0484bc4..ea0bf74a60dc 100644 --- a/dev-python/jaraco-path/Manifest +++ b/dev-python/jaraco-path/Manifest @@ -1,3 +1,3 @@ DIST jaraco.path-3.7.0.tar.gz 11039 BLAKE2B d861cf9af9723d0dd59dff61242c7a5e7de439d0156e4fcc024c30c5cde2773ca0b501527fbade2cae84cc236f74d0e242179a4f51775dbde92cc0c9bed5b267 SHA512 22eba78273da9b354153bb45b2d62d9ba35466f78ad2bf728f4c284d19572443e7267c39008b3fd43b975c9dc258cddf3a3287adddd243e1031d182e6562072a -EBUILD jaraco-path-3.7.0.ebuild 642 BLAKE2B 1767ae9e4f044c65bd0efc82443792db5d698e04e4efb4a253ce85c9182ea8ed5c9c2ff500bedcf6bc28e0fcd37a4ba827ac0b56d2ff282f567c32389e5bd99e SHA512 a66324dfa1ddf74617e83047200a821041ebe667881b9e5ac04f4fff467a54e0eafdebc1edc295970d8969caa1f127817e815c544cdc676384a64e5895e69609 +EBUILD jaraco-path-3.7.0.ebuild 642 BLAKE2B 05f33123d663e99677c3d5f64d03d2233104dc31542fedff520f81397c8cd07a3d47c886b19f54ab92fc2a6a71b1842852c4c5903277cf9a91f29713d915179a SHA512 d71e2c723eecae1e6e1466da24908409cae3028d71069cb7c3c7a7cbe9a1274a394c15e7459e0591eb4d24cd75c1eb897a929f668c6d8a9f6aa23173b9d13482 MISC metadata.xml 397 BLAKE2B 899056eaa6d393d9c624e20ff93a644bd93f39505f701a085f22d4216154a3c1b19bb879bcbe45f077fba7d91ad5e34617283b10f535305b322c580712df10fc SHA512 104c1a8d8a2613ed4355b6537ce0733b36e915d98ad69204d2a7763dd6e7bbdf74c2cc2e66f34000426e04e79f19a84ca1d8a57e504c62adaa4386f372d34dda diff --git a/dev-python/jaraco-path/jaraco-path-3.7.0.ebuild b/dev-python/jaraco-path/jaraco-path-3.7.0.ebuild index 47bb3cf8e848..b0fdda03077b 100644 --- a/dev-python/jaraco-path/jaraco-path-3.7.0.ebuild +++ b/dev-python/jaraco-path/jaraco-path-3.7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 PYPI_PN=${PN/-/.} -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 pypi |