From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyhamcrest/
Date: Thu, 30 Jul 2020 20:46:34 +0000 (UTC) [thread overview]
Message-ID: <1596141990.c89876eb36c1c4d0ab77550b1564f03c715e2e1e.mgorny@gentoo> (raw)
commit: c89876eb36c1c4d0ab77550b1564f03c715e2e1e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 30 20:43:48 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul 30 20:46:30 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c89876eb
dev-python/pyhamcrest: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pyhamcrest/Manifest | 1 -
dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild | 60 ------------------------
2 files changed, 61 deletions(-)
diff --git a/dev-python/pyhamcrest/Manifest b/dev-python/pyhamcrest/Manifest
index 935a77e4c4a..deaea02caa3 100644
--- a/dev-python/pyhamcrest/Manifest
+++ b/dev-python/pyhamcrest/Manifest
@@ -1,3 +1,2 @@
DIST PyHamcrest-1.10.1.gh.tar.gz 59019 BLAKE2B 1a090533ea8fe2dff9ad232b2e6dbf82841c38f3699e57750e2309b06a46e70ae5a9c7d087baf06de53e17323a5e36edee1a01d7a4442374d15b76a7723c2031 SHA512 f7e79f7d26c4c6add042052e451898bbf5adf21b05a234cc62bce890d68f5997693b042a9daf136f7026040a8ab7bf28b829288417b947973dcb959bf613a37b
-DIST PyHamcrest-1.9.0.gh.tar.gz 57650 BLAKE2B c497688f03ec3b072d8ab076fc096a442d5cbbd94493eae57779879ccb6f281477aeeb7f7a67e539442010e60194f9f04a6deddd1d2267e9743742b45433f124 SHA512 3a878637ed5138365416c170871a63640f089047b723c7ec8db893dd716c0b1cdad16a98584700405693b954af7d4868a8543d1a3fc58ded22b493c8c61661b4
DIST PyHamcrest-2.0.2.gh.tar.gz 55491 BLAKE2B 749f227b8cb1180a64e24cdbf97b6f610b9871b21215a761642d19fdd43ad8e175718b12cfb0de2cdb5c6ae8c3c5271e04b7c3b489e01ac689769e24202ece56 SHA512 d6e510ca1e6533b425b424d411e23c4ee2a6bad2d635695e4e68f991fbdc57269c3a433361e431cb5dda7891278951d5de7a05f5c1c167714eecdaf74644d1c8
diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
deleted file mode 100644
index 6c7080cb324..00000000000
--- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{6..9} )
-
-inherit distutils-r1
-
-MY_PN="PyHamcrest"
-
-DESCRIPTION="Hamcrest framework for matcher objects"
-HOMEPAGE="https://github.com/hamcrest/PyHamcrest"
-SRC_URI="https://github.com/hamcrest/PyHamcrest/archive/V${PV}.tar.gz -> ${MY_PN}-${PV}.gh.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="examples test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-python/six-1.4[${PYTHON_USEDEP}]"
-DEPEND="
- test? (
- ${RDEPEND}
- >=dev-python/pytest-2.6[${PYTHON_USEDEP}]
- dev-python/mock[${PYTHON_USEDEP}]
- )"
-
-distutils_enable_sphinx doc \
- dev-python/sphinx_rtd_theme
-
-python_prepare_all() {
- # enables coverage testing which we don't want
- rm pytest.ini || die
-
- # Known test failures. Remove them for now.
- rm tests/hamcrest_unit_test/base_description_test.py || die "removing test #1 failed"
- rm tests/hamcrest_unit_test/core/is_test.py || die "removing test #2 failed"
- rm tests/hamcrest_unit_test/core/isinstanceof_test.py || die "removing test #3 failed"
-
- # These fail on HPPA. Drop them too.
- if use hppa; then
- rm tests/hamcrest_unit_test/base_matcher_test.py || die "removing test #4 failed"
- rm tests/hamcrest_unit_test/core/described_as_test.py || die "removing test #5 failed"
- fi
-
- distutils-r1_python_prepare_all
-}
-
-python_test() {
- pytest -vv || die "Tests failed under ${EPYTHON}"
- "${EPYTHON}" tests/object_import.py || die "Tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
- use examples && dodoc -r examples
- distutils-r1_python_install_all
-}
next reply other threads:[~2020-07-30 20:46 UTC|newest]
Thread overview: 62+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-30 20:46 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-18 12:50 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyhamcrest/ Michał Górny
2025-02-18 12:50 Michał Górny
2024-05-12 16:30 Michał Górny
2023-11-22 11:59 Michał Górny
2023-11-22 11:11 Sam James
2023-10-22 19:14 Michał Górny
2023-05-29 12:26 Michał Górny
2022-09-11 5:29 Michał Górny
2022-09-10 22:37 Jakov Smolić
2022-08-11 9:59 Michał Górny
2022-06-13 8:25 Michał Górny
2022-06-13 7:07 Agostino Sarubbo
2022-05-12 13:36 Michał Górny
2022-05-12 13:36 Michał Górny
2022-01-27 22:56 James Le Cuirot
2022-01-26 21:31 Michał Górny
2022-01-13 21:53 Michał Górny
2022-01-13 19:26 Arthur Zamarin
2021-12-13 8:09 Michał Górny
2021-05-10 21:56 Michał Górny
2020-11-28 11:39 Sam James
2020-08-04 12:01 Michał Górny
2020-07-13 16:18 Sam James
2020-07-13 16:16 Sam James
2020-07-09 13:42 Michał Górny
2020-07-09 13:42 Michał Górny
2020-05-27 12:26 Michał Górny
2020-05-27 12:26 Michał Górny
2020-05-27 12:26 Michał Górny
2020-05-27 9:18 Michał Górny
2020-05-06 18:45 Mikle Kolyada
2020-05-06 18:43 Mikle Kolyada
2020-05-06 14:28 Mikle Kolyada
2020-05-03 21:55 Sergei Trofimovich
2020-04-06 17:54 Sergei Trofimovich
2020-04-05 21:53 Sergei Trofimovich
2020-03-25 6:08 Georgy Yakovlev
2020-03-25 5:40 Michał Górny
2020-03-18 7:27 Michał Górny
2020-02-24 12:00 Agostino Sarubbo
2020-02-23 12:12 Mikle Kolyada
2020-02-22 20:22 Andreas Sturmlechner
2020-01-22 23:40 Thomas Deutschmann
2020-01-02 9:58 Sergei Trofimovich
2019-12-07 23:07 Matt Turner
2019-12-03 3:02 Aaron Bauman
2019-11-29 23:33 David Seifert
2019-11-29 21:43 Aaron Bauman
2019-11-29 20:58 Aaron Bauman
2019-11-29 20:35 Aaron Bauman
2019-06-25 12:09 Michael Haubenwallner
2019-05-02 22:02 Mikle Kolyada
2019-03-20 10:31 Fabian Groffen
2019-01-17 20:45 Mikle Kolyada
2018-12-03 14:12 Mikle Kolyada
2018-07-16 20:38 Michał Górny
2018-07-16 19:57 Michał Górny
2018-07-16 14:05 Michał Górny
2018-03-30 18:35 Aaron Bauman
2017-05-11 3:17 Zac Medico
2016-09-09 13:05 Tiziano Müller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1596141990.c89876eb36c1c4d0ab77550b1564f03c715e2e1e.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox