summaryrefslogtreecommitdiff
path: root/dev-python/pyhamcrest
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-09-14 11:10:11 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-09-14 11:10:11 +0100
commit81b8f20732954c4508baf2f77472b5435e3f851f (patch)
tree4180177cb7ba85eab50159ce96218c2419fb24a6 /dev-python/pyhamcrest
parent946859e0e36904cffb3e0ccbccb6b7b1347c1cc8 (diff)
gentoo auto-resync : 14:09:2022 - 11:10:10
Diffstat (limited to 'dev-python/pyhamcrest')
-rw-r--r--dev-python/pyhamcrest/Manifest4
-rw-r--r--dev-python/pyhamcrest/pyhamcrest-2.0.3-r1.ebuild35
-rw-r--r--dev-python/pyhamcrest/pyhamcrest-2.0.4.ebuild2
3 files changed, 2 insertions, 39 deletions
diff --git a/dev-python/pyhamcrest/Manifest b/dev-python/pyhamcrest/Manifest
index bc693932ed59..d0a29782e7bf 100644
--- a/dev-python/pyhamcrest/Manifest
+++ b/dev-python/pyhamcrest/Manifest
@@ -1,5 +1,3 @@
-DIST PyHamcrest-2.0.3.gh.tar.gz 59353 BLAKE2B b393f250f1a5f3f2d3014ae8a6e20ec659e034d8e681fcbb16f4e9fbe69ba7a94ce342a79584cfc99dff6af57e1d9763efd5ff8b5d891951289d9047cab4270c SHA512 4a28c0ae04db11a86c44dff001e919a5bb6b820af8ffd60b1a1f2846f257d79daac76fbdeac4a0039d149e643043258a0685382a3a4b52c6d4586b8be95e1657
DIST PyHamcrest-2.0.4.gh.tar.gz 59952 BLAKE2B 76d8bbe2581c178f26cabac5207b6f26f0e86d66848a51fb24d313fdafffc75d40a02f02a73462358ca55a6b50941f849c542340b854aed83a37cef5876d90e4 SHA512 6ee558fe04dce839d5d5d20b90ecf82fed96570e1c5b3a827fce19dba167bf4702ea707560b19e2d6e82be20913deb6cf17fa7e140733899a92abb28e9f2aa56
-EBUILD pyhamcrest-2.0.3-r1.ebuild 853 BLAKE2B 0046909958a999de992568caf452b34ae5c1e36df60571eb8f0b99db41a9742f51b67b5b20d1e28dbe4d24910aab3025f321f50502a146947de54e3302796268 SHA512 100e7ed81dc4a1e1284ee42f120057ee4c05a1e2fc9674f709d2b795e195e2b4b097f82bcf42b3f76345030ff7e523294db122ed131011e54caf1eb815e3c1e3
-EBUILD pyhamcrest-2.0.4.ebuild 958 BLAKE2B 16b4e58eb987b3a223d1a16d8bbd144d62cac3f3ada59af9b0100a465897545da324c5f7c82f3b0f83872951c9a04023dcedfaa2b490e3dd366f8f525c13229d SHA512 002bbb3ce2799882a5fc016762dbee5f4da37f37d74e89148b3da540e5783539a5126f89b66844fffd9e4ac965c126b0a2b22aed74687c75413ee74e68f805c5
+EBUILD pyhamcrest-2.0.4.ebuild 950 BLAKE2B e993fa172bdf73a1728d30c8594d32c587a318cd6c1ce6887c6763ba7704a8d1ec991c05d689572ff4144f57a8571fbb58bbba2f7a76e5638d1e168070872998 SHA512 bec9823f07d41caca5f89319d56d7e55ef67e4d40c51dfb9712e90b9038235ae4cfa1273b8cf0697b97213e6c74f8ca592ec2a5186a5c6ceea8efb71ab30b076
MISC metadata.xml 397 BLAKE2B cfdb950c34749dd9fa17d822df0194a8f35e477902947cf568f76aed96588c0e5a903ea5448f9772faef06ddc66df3c3c971978c6f4431861bf3586702d610db SHA512 024f24f466f0212a7ac599638bcd42b858e2cc786b7bf2641d0e0d4cc3df5dc97c958d4d85930cbd1c32e023f755f844a2675e2c820839729c54ad5e8fb40cd6
diff --git a/dev-python/pyhamcrest/pyhamcrest-2.0.3-r1.ebuild b/dev-python/pyhamcrest/pyhamcrest-2.0.3-r1.ebuild
deleted file mode 100644
index 0e053987b9b9..000000000000
--- a/dev-python/pyhamcrest/pyhamcrest-2.0.3-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..11} )
-
-inherit distutils-r1
-
-MY_P="PyHamcrest-${PV}"
-DESCRIPTION="Hamcrest framework for matcher objects"
-HOMEPAGE="
- https://github.com/hamcrest/PyHamcrest/
- https://pypi.org/project/PyHamcrest/
-"
-SRC_URI="
- https://github.com/hamcrest/PyHamcrest/archive/V${PV}.tar.gz
- -> ${MY_P}.gh.tar.gz
-"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="examples"
-
-distutils_enable_sphinx doc \
- dev-python/sphinx_rtd_theme
-distutils_enable_tests pytest
-
-python_install_all() {
- use examples && dodoc -r examples
- distutils-r1_python_install_all
-}
diff --git a/dev-python/pyhamcrest/pyhamcrest-2.0.4.ebuild b/dev-python/pyhamcrest/pyhamcrest-2.0.4.ebuild
index 821699b69fbc..9545031f4e59 100644
--- a/dev-python/pyhamcrest/pyhamcrest-2.0.4.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-2.0.4.ebuild
@@ -22,7 +22,7 @@ S="${WORKDIR}/${MY_P}"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
IUSE="examples"
BDEPEND="