public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/testfixtures/
Date: Sat, 25 Sep 2021 22:14:30 +0000 (UTC)	[thread overview]
Message-ID: <1632607788.b4155b164f6d9903c530f1e43efe70859feff2d4.mgorny@gentoo> (raw)

commit:     b4155b164f6d9903c530f1e43efe70859feff2d4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 25 22:09:48 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 25 22:09:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4155b16

dev-python/testfixtures: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/testfixtures/Manifest                   |  2 -
 dev-python/testfixtures/testfixtures-6.18.0.ebuild | 41 -------------------
 dev-python/testfixtures/testfixtures-6.18.1.ebuild | 46 ----------------------
 3 files changed, 89 deletions(-)

diff --git a/dev-python/testfixtures/Manifest b/dev-python/testfixtures/Manifest
index 81c73c03501..03d59c94e95 100644
--- a/dev-python/testfixtures/Manifest
+++ b/dev-python/testfixtures/Manifest
@@ -1,3 +1 @@
-DIST testfixtures-6.18.0.tar.gz 121584 BLAKE2B abf90012fe79d148c44d72a8aaa5277c95a33933c7b753eecdcaeb11279b4439ad9ea394270e440d9681c22789a17738d367b66adf3d04cf6e6289713c1ead59 SHA512 e6552e6b1837ae4ee4754ce3675bdbf2a68d8e46b892382bd8320290050f2c296348ef6310ce3ff46962bf1978c351fe2cdb853a73c9f800f68818f81d5caec9
-DIST testfixtures-6.18.1.tar.gz 121731 BLAKE2B c31873d3ebbe47d5d3035d6aaaf674472efb32b061080df711ee558bf91d1b01d417ded4eaebf7436132fd7b9233437e735fa60dee47777d032fc1b610fd1de3 SHA512 088c6480eecc9862e91a0188ab45620be3d8f8898ebb284dc932155fffbd9f75ebbab9425fe4db8dee75ee8fcf82d8c27b950a3f9298e9f7ca420744c65edd91
 DIST testfixtures-6.18.2.tar.gz 122026 BLAKE2B 2b30c03ae71a300883ace52dc80e06c6b6610283687fa8df4ded1678991a47e8186de57060458a2fe98fc8eeb8fae8299081697a6471bdedcca2772405c91c6d SHA512 ee27d9944e8e8ec770199b115a50274f7167e9d3d3d866b0d0bbe7fec8a939b25a469ecac0158aaa486b129e078077c5822e7500ad473f98ba59862424413e15

diff --git a/dev-python/testfixtures/testfixtures-6.18.0.ebuild b/dev-python/testfixtures/testfixtures-6.18.0.ebuild
deleted file mode 100644
index c8e5d0dc146..00000000000
--- a/dev-python/testfixtures/testfixtures-6.18.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..9} )
-inherit distutils-r1
-
-DESCRIPTION="A collection of helpers and mock objects for unit tests and doc tests"
-HOMEPAGE="https://pypi.org/project/testfixtures/ https://github.com/Simplistix/testfixtures"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86 ~amd64-linux ~x86-linux"
-
-BDEPEND="
-	test? (
-		$(python_gen_impl_dep sqlite)
-		dev-python/django[${PYTHON_USEDEP}]
-		dev-python/pytest-django[${PYTHON_USEDEP}]
-		dev-python/sybil[${PYTHON_USEDEP}]
-		>=dev-python/twisted-18[${PYTHON_USEDEP}]
-		dev-python/zope-component[${PYTHON_USEDEP}]
-	)"
-
-distutils_enable_sphinx docs
-distutils_enable_tests pytest
-
-python_prepare_all() {
-	# kill weird way of declaring build deps
-	sed -e '/build=/d' -i setup.py || die
-
-	distutils-r1_python_prepare_all
-}
-
-python_test() {
-	local -x PYTHONPATH="."
-	local -x DJANGO_SETTINGS_MODULE=testfixtures.tests.test_django.settings
-	epytest -Wignore::DeprecationWarning
-}

diff --git a/dev-python/testfixtures/testfixtures-6.18.1.ebuild b/dev-python/testfixtures/testfixtures-6.18.1.ebuild
deleted file mode 100644
index 09d57b662b8..00000000000
--- a/dev-python/testfixtures/testfixtures-6.18.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="A collection of helpers and mock objects for unit tests and doc tests"
-HOMEPAGE="https://pypi.org/project/testfixtures/ https://github.com/Simplistix/testfixtures"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86 ~amd64-linux ~x86-linux"
-
-BDEPEND="
-	test? (
-		$(python_gen_impl_dep sqlite)
-		dev-python/django[${PYTHON_USEDEP}]
-		dev-python/pytest-django[${PYTHON_USEDEP}]
-		dev-python/sybil[${PYTHON_USEDEP}]
-		>=dev-python/twisted-18[${PYTHON_USEDEP}]
-		dev-python/zope-component[${PYTHON_USEDEP}]
-	)"
-
-distutils_enable_sphinx docs
-distutils_enable_tests pytest
-
-PATCHES=(
-	# https://github.com/Simplistix/testfixtures/commit/8fb2122eea0f1d0de1ccca7a3a0f5426bc6d4964
-	"${FILESDIR}/${P}-py3.10.patch"
-)
-
-python_prepare_all() {
-	# kill weird way of declaring build deps
-	sed -e '/build=/d' -i setup.py || die
-
-	distutils-r1_python_prepare_all
-}
-
-python_test() {
-	local -x PYTHONPATH="."
-	local -x DJANGO_SETTINGS_MODULE=testfixtures.tests.test_django.settings
-	epytest -Wignore::DeprecationWarning
-}


             reply	other threads:[~2021-09-25 22:14 UTC|newest]

Thread overview: 91+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-25 22:14 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-12 15:05 [gentoo-commits] repo/gentoo:master commit in: dev-python/testfixtures/ Sam James
2024-08-29  6:34 Jakov Smolić
2024-08-29  6:34 Jakov Smolić
2024-08-29  5:10 Jakov Smolić
2024-06-30 14:11 Michał Górny
2024-06-22 15:01 Michał Górny
2024-06-22 13:48 Arthur Zamarin
2024-06-19 17:21 Michał Górny
2024-06-08  5:06 Michał Górny
2024-05-17  9:49 Michał Górny
2024-05-17  8:31 Arthur Zamarin
2024-05-02  2:00 Michał Górny
2024-04-19  6:39 Ionen Wolkens
2024-04-18 16:17 Arthur Zamarin
2024-04-18 16:17 Arthur Zamarin
2024-04-18 16:16 Arthur Zamarin
2024-03-30 14:14 Michał Górny
2024-03-30 13:59 Michał Górny
2024-03-15 13:15 Michał Górny
2024-03-15 13:15 Michał Górny
2024-03-02 11:44 Michał Górny
2024-03-02  9:59 Arthur Zamarin
2024-03-01 18:33 Michał Górny
2024-02-17  6:10 Michał Górny
2023-11-22 12:03 Michał Górny
2023-11-22 11:11 Sam James
2023-10-20 12:26 Michał Górny
2023-10-18 15:50 Michał Górny
2023-10-18  9:02 Sam James
2023-09-15 10:11 Michał Górny
2023-07-23 18:34 Michał Górny
2023-07-23 15:14 Michał Górny
2023-03-11 10:02 Michał Górny
2023-03-11  9:03 Arthur Zamarin
2023-02-08 17:36 Michał Górny
2022-12-10  9:09 Michał Górny
2022-12-10  9:05 Arthur Zamarin
2022-11-09  6:53 Sam James
2022-11-05 14:43 Arthur Zamarin
2022-11-04  8:39 Arthur Zamarin
2022-08-09  6:31 Michał Górny
2022-08-09  4:00 Arthur Zamarin
2022-07-06 19:18 Arthur Zamarin
2022-03-31 13:55 Jakov Smolić
2022-03-09 20:29 Arthur Zamarin
2022-02-25 23:41 Michał Górny
2021-10-31 20:09 Arthur Zamarin
2021-10-31 17:55 Sam James
2021-09-29 21:59 Michał Górny
2021-09-25 19:56 Sam James
2021-09-21 19:11 Michał Górny
2021-08-21  8:01 Michał Górny
2021-08-16  6:19 Michał Górny
2021-08-16  5:13 Agostino Sarubbo
2021-07-16  6:12 Michał Górny
2021-07-15 17:50 Michał Górny
2021-06-22 19:11 Marek Szuba
2021-03-05 19:26 Sam James
2021-03-02  8:53 Michał Górny
2021-03-02  4:39 Sam James
2021-02-22 13:28 Sam James
2021-01-18 19:13 Michał Górny
2021-01-18 17:43 Sam James
2021-01-14 21:30 Michał Górny
2021-01-13 20:16 Michał Górny
2021-01-13 19:34 Sam James
2020-12-16 17:18 Michał Górny
2020-12-11 21:55 Sam James
2020-11-18  9:12 Michał Górny
2020-10-21 22:51 Michał Górny
2020-10-09  7:15 Michał Górny
2020-09-05  6:08 Michał Górny
2020-07-07 15:30 Michał Górny
2020-07-06 19:15 Michał Górny
2020-05-11 17:48 Michał Górny
2020-05-04 13:58 Michał Górny
2020-05-04 12:24 Michał Górny
2020-04-21  8:08 Michał Górny
2020-03-29 10:13 Michał Górny
2020-03-08 14:29 Michał Górny
2020-01-25 20:54 Michał Górny
2019-05-08 14:41 Virgil Dupras
2018-06-24 17:24 Pacho Ramos
2016-10-11 17:09 Patrice Clement
2016-05-29 14:19 Pacho Ramos
2016-02-24  9:23 Justin Lecher
2015-12-13 14:05 Justin Lecher
2015-12-05 16:41 Justin Lecher
2015-11-03 17:21 Justin Lecher
2015-09-20  9:33 Justin Lecher

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=1632607788.b4155b164f6d9903c530f1e43efe70859feff2d4.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