From 4d6e1311ded368813dc93f130293f64148e22c45 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 17 Aug 2024 12:23:44 +0100 Subject: gentoo auto-resync : 17:08:2024 - 12:23:44 --- dev-python/pytest-home/Manifest | 4 +--- dev-python/pytest-home/pytest-home-0.5.1.ebuild | 31 ------------------------- dev-python/pytest-home/pytest-home-0.6.0.ebuild | 2 +- 3 files changed, 2 insertions(+), 35 deletions(-) delete mode 100644 dev-python/pytest-home/pytest-home-0.5.1.ebuild (limited to 'dev-python/pytest-home') diff --git a/dev-python/pytest-home/Manifest b/dev-python/pytest-home/Manifest index 8e7d89813a4a..92044d932232 100644 --- a/dev-python/pytest-home/Manifest +++ b/dev-python/pytest-home/Manifest @@ -1,5 +1,3 @@ -DIST pytest-home-0.5.1.tar.gz 7596 BLAKE2B 3e0ac21a35bff15e652d710bab0c59855c9beda9a1aa32ca5e3aa9e659dabb5a09bc0e93c56f280e859a1d50159f6e56aaf69ec64ee5268a1a93871bca3b3a23 SHA512 6b3ab71f48135d7fe3e0279de598e8067bfeb1f3295d4ab947ff703e8c8c6b61d827ce30f86da15b854a09b813105e459eed02af19da22debd25df20759759b8 DIST pytest_home-0.6.0.tar.gz 8073 BLAKE2B 13760c97f2466eaf4d6b4cd5630bc7c1129d86049a9083b13fa389a8c8e47de62e2b7b71bafd6348cf6fde8a246b9fe32be6c03d45b7f0bcdef565a95b95fae6 SHA512 8abb4d3f5ff9c5b90ed5cea3b80c877899c68a53d424cc6785a5664b7df1fa7afcaf435c3f752ee74d911dc7ceb4c95e970d25dfad9225538737779ad0b9bcf8 -EBUILD pytest-home-0.5.1.ebuild 599 BLAKE2B d2ed6b4b169714bd1fcaf3809eb26128e5957a4b910d1fdbd6c1c7267802bb2b8f25d106c7665a8761cd314bc7d12d19b211db3232d521b42fefdc5d0769530e SHA512 0951eea6ab1cd2f697746a5c09058e7fd8ae039189dce6f27d9022bdf101194fe2b845d1036064efb82a94bedd123c5273455c2329ea7885a898e7ac9ffde914 -EBUILD pytest-home-0.6.0.ebuild 704 BLAKE2B 8c8287cfd45dde7ab0102d95fa1ced2aabf47b9d1df81967fe3ab74d56b1ef7f0fbad5cddf7eee6a512cab39c79f84f2fbf5746a1bb63ee861fccc2dca010763 SHA512 4d1e944cd2cb00fa0e24e2cfc491df4c10dcac5d753960ec4c4e7cb1993283f90ac410a7c96d14ed1fb5fde65a9b93e42a3fbf2ef0aae6ac0740261d91f100ca +EBUILD pytest-home-0.6.0.ebuild 696 BLAKE2B 3be2e83933b301306d75c0b41a3293e08d671abcf5a22f24f9f1556d5ce1ec4e5efabdbb84a736721f77b99f5bc5220ef5f43229b1075d393235da8c905438f1 SHA512 a91153f2f7504c7c506eb938efa2ce3c796f15c528c9dd4a57896d7db9af2debc945691e5ff3d54a8dbf5ef8bca004b40673f17d90dea45bb242f11e8d7fd329 MISC metadata.xml 428 BLAKE2B 9f9c0d72ec25e6f573f42709148169aa569a5862a16a43fd443f098ead7e84b621294f70222b0a69fb77d15ff2d98a2ad9418be11deb63f80d1bf83d92139e3c SHA512 be336bb81c2212038016fc5b7f5fc507ebf67e399048008472872450a4bea37e70a1242c62efad674366f2a9933b052c323cea5a1e4bd5c310bde1e50d583a4e diff --git a/dev-python/pytest-home/pytest-home-0.5.1.ebuild b/dev-python/pytest-home/pytest-home-0.5.1.ebuild deleted file mode 100644 index 98e822a8cf57..000000000000 --- a/dev-python/pytest-home/pytest-home-0.5.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( pypy3 python3_{10..13} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Home directory fixtures" -HOMEPAGE=" - https://github.com/jaraco/pytest-home/ - https://pypi.org/project/pytest-home/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -RDEPEND=" - dev-python/pytest[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-vcs/git - ) -" - -distutils_enable_tests pytest diff --git a/dev-python/pytest-home/pytest-home-0.6.0.ebuild b/dev-python/pytest-home/pytest-home-0.6.0.ebuild index 9b96b2c5bf9c..2a3551637af6 100644 --- a/dev-python/pytest-home/pytest-home-0.6.0.ebuild +++ b/dev-python/pytest-home/pytest-home-0.6.0.ebuild @@ -16,7 +16,7 @@ HOMEPAGE=" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" RDEPEND=" dev-python/pytest[${PYTHON_USEDEP}] -- cgit v1.2.3