summaryrefslogtreecommitdiff
path: root/dev-python/pytest-param-files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-04-05 11:25:00 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-04-05 11:25:00 +0100
commitad77dc19e91d2c023f80e11e8974536d80e3a743 (patch)
tree42bb312ab0eb61fd94103e3eddb65b134f6be5a4 /dev-python/pytest-param-files
parent6de28447d66e6c47ee682740b840cdb67244d4b1 (diff)
gentoo auto-resync : 05:04:2023 - 11:25:00
Diffstat (limited to 'dev-python/pytest-param-files')
-rw-r--r--dev-python/pytest-param-files/Manifest4
-rw-r--r--dev-python/pytest-param-files/pytest-param-files-0.3.4.ebuild29
-rw-r--r--dev-python/pytest-param-files/pytest-param-files-0.3.5.ebuild2
3 files changed, 2 insertions, 33 deletions
diff --git a/dev-python/pytest-param-files/Manifest b/dev-python/pytest-param-files/Manifest
index 64d5bbc48ef5..b78dd45b6f0e 100644
--- a/dev-python/pytest-param-files/Manifest
+++ b/dev-python/pytest-param-files/Manifest
@@ -1,5 +1,3 @@
-DIST pytest-param-files-0.3.4.gh.tar.gz 6882 BLAKE2B e2e96bd2cf7b8676f92eeb7821ef76f1f82bb066210170ed4d04a16a7fb3ce346bcd63688ef9d46118c03fd74812fd821fff0414565befb8c558d03d15af2945 SHA512 2df6fe798aab743fdbf892b88ee1d09c554119429167e85bccb87e4ae9d487f8ab5a66c4157827500e8a5d2930277c7490348f6c38f23243e421d5449bde2df5
DIST pytest-param-files-0.3.5.gh.tar.gz 7245 BLAKE2B 2a67c5ee30d6efb6b7ca7e3272c19c05dda460167cb1709693560ffe06b0ae39ae1b93fc5d6375f4e9cda21e3e02051424789afee55d201cfe070be8a05642ec SHA512 e80eddba2934fe5a6b68645cae243afa936ea3362a29d0b8a8ae4e11229ffb877f1ace9f41ac96d182d5787740fa76af8b106069feb95a7cab1ecc6f8d1088f9
-EBUILD pytest-param-files-0.3.4.ebuild 674 BLAKE2B 6c10eac3ffef597a424c9d16346ddc8c5a4861715176f8683441e805e2b3ee23eab7677a7688a1fca2b07200b25bb5217baa41e1956c45ddd0fdb11f5f8fbe56 SHA512 e2fa76b6c6b70d9d57ed8a4d30db91f4a5bb5711093526e38872dbe73f8bbe670dbc394de43a867d41c0fec94a3f4691569465fc04647bdeb75f80549079a8b0
-EBUILD pytest-param-files-0.3.5.ebuild 688 BLAKE2B 0ebeead47aa19361f681ae282d2bc19e7caf4e1df24dfa794ff3ed0c81120632b9d4e8c5510af4b9982972ceea4ef247345afc5f999ce7169464e1c9ae76dfd1 SHA512 2b059f2f67e394db17035aa5459489361a9d2926237617077bce49f2031817742c19dcdfa78dc7556c3842702a21a2f98e227fbe2c3601b27564f5dd8f464bc3
+EBUILD pytest-param-files-0.3.5.ebuild 680 BLAKE2B b742129273f828e2c8979d4db21ae21d226fcdfdcae6a4c0a0360853babeb10f41424ab1a7544c3822cc60b7dee210175cb3a77f885068f0422d41ea687a664f SHA512 6cbe992e68839946fc558123dc730f815dd6da4eca2419c991dbe67b48a68ccacfef61b8ef8521efb61684d582acff5b313ddfd18c2c9aa1e131f61cbf5f88a0
MISC metadata.xml 417 BLAKE2B 94bde89ae7cf0181aba1215f8a406889a4473736c37cc325c57635f590f72369402e54f8e54f0b528c9757229b4fdf8608b292a15cc6fa83a997aeb53a64b4ea SHA512 f5b341a0619f750edc6e3f22fc3cfb0c5204d2ce19a756df0f5b282f97fe133f8891105c48b532711bba826ef4cca935eeed4fbb0703da5213cbc3074b7229c2
diff --git a/dev-python/pytest-param-files/pytest-param-files-0.3.4.ebuild b/dev-python/pytest-param-files/pytest-param-files-0.3.4.ebuild
deleted file mode 100644
index 7df2c8ecb9ea..000000000000
--- a/dev-python/pytest-param-files/pytest-param-files-0.3.4.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Pytest parametrize decorators from external files."
-HOMEPAGE="
- https://github.com/chrisjsewell/pytest-param-files/
- https://pypi.org/project/pytest_param_files/
-"
-SRC_URI="
- https://github.com/chrisjsewell/pytest-param-files/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
- dev-python/pytest[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
diff --git a/dev-python/pytest-param-files/pytest-param-files-0.3.5.ebuild b/dev-python/pytest-param-files/pytest-param-files-0.3.5.ebuild
index 6e7768649ec6..e659cafe5e0d 100644
--- a/dev-python/pytest-param-files/pytest-param-files-0.3.5.ebuild
+++ b/dev-python/pytest-param-files/pytest-param-files-0.3.5.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]