Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyhamcrest/
Date: Thu, 13 Jan 2022 21:53:41
Message-Id: 1642110725.2e0af8c79d695cd8036b1fa781106c54fa0edfa3.mgorny@gentoo
1 commit: 2e0af8c79d695cd8036b1fa781106c54fa0edfa3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 13 21:52:05 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 13 21:52:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e0af8c7
7
8 dev-python/pyhamcrest: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pyhamcrest/Manifest | 1 -
13 dev-python/pyhamcrest/pyhamcrest-2.0.2.ebuild | 29 ---------------------------
14 2 files changed, 30 deletions(-)
15
16 diff --git a/dev-python/pyhamcrest/Manifest b/dev-python/pyhamcrest/Manifest
17 index a39a9730da15..4ab9c06d2890 100644
18 --- a/dev-python/pyhamcrest/Manifest
19 +++ b/dev-python/pyhamcrest/Manifest
20 @@ -1,2 +1 @@
21 -DIST PyHamcrest-2.0.2.gh.tar.gz 55491 BLAKE2B 749f227b8cb1180a64e24cdbf97b6f610b9871b21215a761642d19fdd43ad8e175718b12cfb0de2cdb5c6ae8c3c5271e04b7c3b489e01ac689769e24202ece56 SHA512 d6e510ca1e6533b425b424d411e23c4ee2a6bad2d635695e4e68f991fbdc57269c3a433361e431cb5dda7891278951d5de7a05f5c1c167714eecdaf74644d1c8
22 DIST PyHamcrest-2.0.3.gh.tar.gz 59353 BLAKE2B b393f250f1a5f3f2d3014ae8a6e20ec659e034d8e681fcbb16f4e9fbe69ba7a94ce342a79584cfc99dff6af57e1d9763efd5ff8b5d891951289d9047cab4270c SHA512 4a28c0ae04db11a86c44dff001e919a5bb6b820af8ffd60b1a1f2846f257d79daac76fbdeac4a0039d149e643043258a0685382a3a4b52c6d4586b8be95e1657
23
24 diff --git a/dev-python/pyhamcrest/pyhamcrest-2.0.2.ebuild b/dev-python/pyhamcrest/pyhamcrest-2.0.2.ebuild
25 deleted file mode 100644
26 index 95693a93178d..000000000000
27 --- a/dev-python/pyhamcrest/pyhamcrest-2.0.2.ebuild
28 +++ /dev/null
29 @@ -1,29 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{7..10} )
36 -
37 -inherit distutils-r1
38 -
39 -MY_PN="PyHamcrest"
40 -
41 -DESCRIPTION="Hamcrest framework for matcher objects"
42 -HOMEPAGE="https://github.com/hamcrest/PyHamcrest"
43 -SRC_URI="https://github.com/hamcrest/PyHamcrest/archive/V${PV}.tar.gz -> ${MY_PN}-${PV}.gh.tar.gz"
44 -S="${WORKDIR}/${MY_PN}-${PV}"
45 -
46 -LICENSE="BSD"
47 -SLOT="0"
48 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
49 -IUSE="examples"
50 -
51 -distutils_enable_sphinx doc \
52 - dev-python/sphinx_rtd_theme
53 -distutils_enable_tests pytest
54 -
55 -python_install_all() {
56 - use examples && dodoc -r examples
57 - distutils-r1_python_install_all
58 -}