diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-12-29 06:30:44 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-12-29 06:30:44 +0000 |
commit | 0e12f8e53cdddba84b0eb27dca59153e2cf52309 (patch) | |
tree | 8dec970370295a71970b82457ae1db36dbbbd07c /dev-python/path | |
parent | 72fd2b48b7154274a1d2009cdaab54e7f49fb3aa (diff) |
gentoo auto-resync : 29:12:2024 - 06:30:44
Diffstat (limited to 'dev-python/path')
-rw-r--r-- | dev-python/path/Manifest | 2 | ||||
-rw-r--r-- | dev-python/path/path-17.1.0.ebuild | 37 |
2 files changed, 39 insertions, 0 deletions
diff --git a/dev-python/path/Manifest b/dev-python/path/Manifest index 638a85c259a7..eb0229dc2ec6 100644 --- a/dev-python/path/Manifest +++ b/dev-python/path/Manifest @@ -1,3 +1,5 @@ DIST path-17.0.0.tar.gz 49721 BLAKE2B eb25e41c5fd5a269023dbdf331a1abb4228707f8b2ca8e4523fabd749fe7c76dc564ea18dd1d9ee4af085bfe72a47400c2bd21c8235af8654998bbefbeb87512 SHA512 9e2e6d51f32f6380d944006fc618d41fb6136d878b758a10a81b3cee5b3e11e5330fba3cc88b0f185c4244aa38f338a32f49685da733539e2cf1cd281ed65412 +DIST path-17.1.0.tar.gz 50081 BLAKE2B ed3c87658cd65ff84e6283967d3d91c19f81bc462452592410fef6c86b576cba25584e55c02243dcad36a36ba5bfbe3086b8c427591f94fa32dcfcaab3e98ec0 SHA512 af369767442780c69ae73006f4a18aa2ca15a67718a482190bf0035352473ac2fdae7aa6dd017c9fec075cdd916f42768db16f8f40ebcd68861baaa47f115305 EBUILD path-17.0.0.ebuild 840 BLAKE2B cf958a0e6abdf8a36af9d40048f16e0997c462ed44ba7c9be0e4d55783bd24cd47a48a6429179773b07d47f9f24a30195b69083a91fb280ee0dd65e6a73bf014 SHA512 3167800b7da11a85981f1f41a56b0def019370025aec2dc2375e35ca2c66db105809e75b9fefc77b3c18ee7cbe1c01f61d274a8bf76c6ff7c04d2f72afdf1436 +EBUILD path-17.1.0.ebuild 848 BLAKE2B 33199056a23801681e106cf1e10e48ae6b55232eb40509f624a408ede264c499541f3c1085302857a2de5a82db937f8cfa0aad7af328aac4c319bd9fa1a4b9b5 SHA512 07c945345e2b60dee11e7283e96725da9000a9839097c4701c18b8d0149a0683ce00bfd4d20ad2ca4a683933581c5943f5db100276b9a855ce9e8efd95510a01 MISC metadata.xml 383 BLAKE2B 30f12776bf4f9c1995774d7dc68cd8d9a85b74d514e8239ba76af336e6b08979e496ddaffce999bf0a3557f88ced148335024628b61f765b5bd08bf90b453c5a SHA512 aaceff1caa2714c0b8b3f7373c8721358e63833cfac824e3feda8a34fd1d6a961a27805c012a1125cad1f76d8bf7b1a92d7719480d90b344e5b4d0260ccf0547 diff --git a/dev-python/path/path-17.1.0.ebuild b/dev-python/path/path-17.1.0.ebuild new file mode 100644 index 000000000000..72968c7f7bdb --- /dev/null +++ b/dev-python/path/path-17.1.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..13} pypy3 ) + +inherit distutils-r1 pypi + +DESCRIPTION="A module wrapper for os.path" +HOMEPAGE=" + https://github.com/jaraco/path/ + https://pypi.org/project/path/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos" + +RDEPEND=" + dev-python/appdirs[${PYTHON_USEDEP}] +" +BDEPEND=" + dev-python/setuptools-scm[${PYTHON_USEDEP}] + test? ( + dev-python/more-itertools[${PYTHON_USEDEP}] + dev-python/packaging[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +EPYTEST_DESELECT=( + # unreliable, not really meaningful for end users + test_path.py::TestPerformance +) |