From a0e652963f4d02b0e7c1148509f4ce3327c83808 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 13 May 2023 21:59:42 +0100 Subject: gentoo auto-resync : 13:05:2023 - 21:59:42 --- dev-python/jaraco-path/Manifest | 2 -- dev-python/jaraco-path/jaraco-path-3.4.1.ebuild | 31 ------------------------- 2 files changed, 33 deletions(-) delete mode 100644 dev-python/jaraco-path/jaraco-path-3.4.1.ebuild (limited to 'dev-python/jaraco-path') diff --git a/dev-python/jaraco-path/Manifest b/dev-python/jaraco-path/Manifest index e2e7c2faed71..93a8c283b802 100644 --- a/dev-python/jaraco-path/Manifest +++ b/dev-python/jaraco-path/Manifest @@ -1,5 +1,3 @@ -DIST jaraco.path-3.4.1.tar.gz 10612 BLAKE2B bfef9b86a37671533d2834351ddd4b95f4eeb0eca6c581c08824f8206b8e1512ee38eb9134970be315be116b889a70ff2539d8162530ab50bc2e684c6b2a4648 SHA512 a41d592120f584943f271f01f3b80e5d06563b849605124ee28d0bfde906037f6c180b19e562f321f6b21eea8542094ef8b499875b0eb2d544fe73adef9b11c4 DIST jaraco.path-3.5.0.tar.gz 11060 BLAKE2B 54048439d0339618a4a22289ade29144df9f821fd4bf46e037af5e89d3e50a0b6d6bbe76330d9d1e4671dc39c60516022ea436e69673dc000ed668165d9ffc84 SHA512 987391bada099d35050a9238e3420cb7815e0851178f33adfcba873b7a8cb56adcbb9d7d15b77404c2140682200960d46ace2031e8152de0866511120715fcfd -EBUILD jaraco-path-3.4.1.ebuild 641 BLAKE2B b0c90836e78c578fb87d4cc1ab682fb64eb8ecb93086dff593f7b087476e16255a70f4a938beebbf042a4d4bf2619845a5820f530176e08326e0646ad00d04b5 SHA512 a3af5dfc2d08ea38262febc6f62f086159fe4e43820f55c3b2d680615009f2788d160d5bc064d2cd5d03e4fe47c0dc5d3ff6c04e71772804018b12af43810f4a EBUILD jaraco-path-3.5.0.ebuild 641 BLAKE2B b0c90836e78c578fb87d4cc1ab682fb64eb8ecb93086dff593f7b087476e16255a70f4a938beebbf042a4d4bf2619845a5820f530176e08326e0646ad00d04b5 SHA512 a3af5dfc2d08ea38262febc6f62f086159fe4e43820f55c3b2d680615009f2788d160d5bc064d2cd5d03e4fe47c0dc5d3ff6c04e71772804018b12af43810f4a MISC metadata.xml 397 BLAKE2B 899056eaa6d393d9c624e20ff93a644bd93f39505f701a085f22d4216154a3c1b19bb879bcbe45f077fba7d91ad5e34617283b10f535305b322c580712df10fc SHA512 104c1a8d8a2613ed4355b6537ce0733b36e915d98ad69204d2a7763dd6e7bbdf74c2cc2e66f34000426e04e79f19a84ca1d8a57e504c62adaa4386f372d34dda diff --git a/dev-python/jaraco-path/jaraco-path-3.4.1.ebuild b/dev-python/jaraco-path/jaraco-path-3.4.1.ebuild deleted file mode 100644 index 48dee04dc6dd..000000000000 --- a/dev-python/jaraco-path/jaraco-path-3.4.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 -PYPI_PN=${PN/-/.} -PYTHON_COMPAT=( python3_{9..11} pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="Miscellaneous path functions" -HOMEPAGE=" - https://github.com/jaraco/jaraco.path/ - https://pypi.org/project/jaraco.path/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" - -BDEPEND=" - dev-python/setuptools-scm[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -python_test() { - epytest tests -} -- cgit v1.2.3