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/responses/
Date: Sun, 18 Apr 2021 07:05:57 +0000 (UTC)	[thread overview]
Message-ID: <1618729542.8dcec47965091312be8ae1f047b99f1b919ab66e.mgorny@gentoo> (raw)

commit:     8dcec47965091312be8ae1f047b99f1b919ab66e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 18 06:51:20 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 18 07:05:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dcec479

dev-python/responses: Remove old

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

 dev-python/responses/Manifest                |  2 --
 dev-python/responses/responses-0.12.1.ebuild | 32 ----------------------------
 dev-python/responses/responses-0.13.0.ebuild | 30 --------------------------
 3 files changed, 64 deletions(-)

diff --git a/dev-python/responses/Manifest b/dev-python/responses/Manifest
index b4cb69a8731..058065606b6 100644
--- a/dev-python/responses/Manifest
+++ b/dev-python/responses/Manifest
@@ -1,4 +1,2 @@
-DIST responses-0.12.1.tar.gz 27123 BLAKE2B 2c77e3ac48e7430e2c91321a946c09746953b3aa2a93aff1ad277f849bc57fe8033d405cd0c391111ba31e523ecb2dfa5bc475519fb1224dff5247925eb54616 SHA512 cc840920895c5ab02b546d6441636197e93c4dc7346a801a14d663a30a761d78a0be73e820cdd5963e52d882958d9ea7873df6fcd6c032d99a230109b5c0ddb8
-DIST responses-0.13.0.tar.gz 30265 BLAKE2B fdf111b143fb47cb9d175a3718dabe1d23199e02719ece741a6416d25dc8ecf5fc67243c9f8d982b758524db45145d494131aa3f3659f04ff60c147da0fd9947 SHA512 84a542a4d1faccb3d530357db6e1edcf666c82a2eb3bfd86a5478fa96878bd42f82ffdec358f68e954838f5dd7dfa4aa6acf3dad7e0d1881fb8816a422b0e755
 DIST responses-0.13.1.tar.gz 30290 BLAKE2B 823ef6e9e6d760d4516770255c96a8ccd326be8a1b864eb176497b613f9ec97bc0916e8f80e32275859f91129cd1b7a90ee9c8620721ea6ee03440bc4e7500cd SHA512 b6628c5890a9034c003fe1e7ea656474fa553c56fe29e025645f28d524368d4f4e65268ccb384fd514f620fc5f5d008937697161868efefb0760d56a9174e1d6
 DIST responses-0.13.2.tar.gz 30302 BLAKE2B d90059e12518841af0276777a77c28aa96ffa5fcdea9ff1ce2d7a5b0c7e225b1b6253bc38bce534b8447de43365e7315b3ee667e6d845206a9a7a3c3c0d27227 SHA512 cac338cd2c2b3c0193de779ef47830471ed17f2df7d94c30acea0117dfe508550a1dec471fbf249320637125322a5a40273be568b330989a272870afaea0bd04

diff --git a/dev-python/responses/responses-0.12.1.ebuild b/dev-python/responses/responses-0.12.1.ebuild
deleted file mode 100644
index f81ba3dd5bf..00000000000
--- a/dev-python/responses/responses-0.12.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Utility for mocking out the Python Requests library"
-HOMEPAGE="https://github.com/getsentry/responses"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="
-	>=dev-python/requests-2.0[${PYTHON_USEDEP}]
-	>=dev-python/urllib3-1.25.10[${PYTHON_USEDEP}]
-	dev-python/cookies[${PYTHON_USEDEP}]
-	dev-python/six[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-	test? (
-		${RDEPEND}
-		dev-python/pytest-localserver[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/responses/responses-0.13.0.ebuild b/dev-python/responses/responses-0.13.0.ebuild
deleted file mode 100644
index d3c967c158e..00000000000
--- a/dev-python/responses/responses-0.13.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Utility for mocking out the Python Requests library"
-HOMEPAGE="https://github.com/getsentry/responses"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-	>=dev-python/requests-2.0[${PYTHON_USEDEP}]
-	>=dev-python/urllib3-1.25.10[${PYTHON_USEDEP}]
-	dev-python/cookies[${PYTHON_USEDEP}]
-	dev-python/six[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-	test? (
-		dev-python/pytest-localserver[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest


             reply	other threads:[~2021-04-18  7:06 UTC|newest]

Thread overview: 124+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-18  7:05 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-06  9:42 [gentoo-commits] repo/gentoo:master commit in: dev-python/responses/ Arthur Zamarin
2024-06-29 16:58 Michał Górny
2024-06-29  7:57 Arthur Zamarin
2024-06-22 15:01 Michał Górny
2024-06-22 13:48 Arthur Zamarin
2024-06-15  4:22 Michał Górny
2024-06-07  1:59 Michał Górny
2024-05-29 23:32 Sam James
2024-05-25  3:53 Michał Górny
2024-03-02 11:44 Michał Górny
2024-03-02 11:06 Arthur Zamarin
2024-02-14  7:26 Michał Górny
2023-11-29 10:30 Michał Górny
2023-11-29 10:26 Michał Górny
2023-11-15  5:55 Michał Górny
2023-09-01 16:42 Michał Górny
2023-09-01 16:30 Arthur Zamarin
2023-08-02 16:37 Sam James
2023-08-01 14:59 Michał Górny
2023-07-26  6:03 Michał Górny
2023-05-29 12:26 Michał Górny
2023-04-11 18:39 Michał Górny
2023-04-11 18:16 Arthur Zamarin
2023-03-11  7:05 Michał Górny
2023-03-11  6:55 Michał Górny
2023-03-11  5:53 Michał Górny
2023-02-13  3:25 Matt Turner
2023-01-04 12:24 Michał Górny
2023-01-04 11:44 Arthur Zamarin
2022-12-27 23:26 Sam James
2022-12-25 20:20 Arthur Zamarin
2022-12-25 17:11 Arthur Zamarin
2022-12-25 17:03 Sam James
2022-12-25 17:03 Sam James
2022-12-25 17:03 Sam James
2022-12-25 16:50 Sam James
2022-12-25 16:42 Sam James
2022-11-30 10:18 WANG Xuerui
2022-11-27 14:48 James Le Cuirot
2022-11-18 12:01 Arthur Zamarin
2022-10-29 15:31 Michał Górny
2022-10-14  4:20 Arthur Zamarin
2022-10-14  4:20 Arthur Zamarin
2022-10-14  4:20 Arthur Zamarin
2022-10-14  4:19 Arthur Zamarin
2022-10-13  0:50 Yixun Lan
2022-10-12 18:56 Arthur Zamarin
2022-10-12 18:56 Arthur Zamarin
2022-10-12 18:56 Arthur Zamarin
2022-10-12 11:18 Michał Górny
2022-06-26 17:53 Michał Górny
2022-06-26 17:08 Arthur Zamarin
2022-05-26  8:07 Michał Górny
2022-05-14  3:16 Sam James
2022-04-09 18:39 Michał Górny
2022-04-09 16:46 Arthur Zamarin
2022-03-18 22:28 Michał Górny
2022-03-09 19:13 Arthur Zamarin
2022-02-13  9:33 Michał Górny
2022-02-13  7:55 Agostino Sarubbo
2022-02-02 23:21 Michał Górny
2022-01-10 20:00 Michał Górny
2021-11-26 20:32 Michał Górny
2021-11-26 20:25 Arthur Zamarin
2021-11-16 17:16 Michał Górny
2021-10-27  8:29 Michał Górny
2021-10-24  5:13 Arthur Zamarin
2021-10-24  0:19 Sam James
2021-09-21 22:29 James Le Cuirot
2021-09-12  7:44 Michał Górny
2021-09-12  7:09 Agostino Sarubbo
2021-09-11  6:53 Michał Górny
2021-08-10  5:57 Michał Górny
2021-05-24 19:42 Patrick McLean
2021-05-06 11:03 Michał Górny
2021-05-06  9:57 Sam James
2021-04-28  8:16 Michał Górny
2021-04-18  1:41 Sam James
2021-03-30  8:17 Michał Górny
2021-03-17 19:35 Michał Górny
2021-03-17  7:48 Michał Górny
2020-12-16 19:33 Michał Górny
2020-12-16 18:34 Sam James
2020-12-13 10:34 Sam James
2020-12-13  0:37 Sam James
2020-11-12  9:17 Michał Górny
2020-09-26  4:57 Matt Turner
2020-09-24 16:47 Andreas K. Hüttel
2020-09-24  6:46 Agostino Sarubbo
2020-09-21 18:53 Sergei Trofimovich
2020-09-18 23:53 Sam James
2020-09-18 15:43 Michał Górny
2020-09-18 15:09 Agostino Sarubbo
2020-09-18 15:07 Agostino Sarubbo
2020-09-18 10:17 Agostino Sarubbo
2020-09-18 10:07 Agostino Sarubbo
2020-09-07  7:31 Sergei Trofimovich
2020-09-02  6:33 Sergei Trofimovich
2020-08-30  5:15 Sam James
2020-08-30  3:36 Michał Górny
2020-08-28 19:10 Sergei Trofimovich
2020-08-27 22:10 Sergei Trofimovich
2020-08-24  6:35 Michał Górny
2020-08-18  5:28 Sam James
2020-08-11 13:43 Michał Górny
2020-08-05 15:18 Michał Górny
2020-07-11  8:22 Michał Górny
2020-07-11  8:22 Michał Górny
2020-06-12  6:45 Michał Górny
2020-06-10 19:13 Michał Górny
2020-06-02 18:15 Patrick McLean
2020-03-29  7:31 Michał Górny
2020-02-04 19:47 Michał Górny
2018-06-26  2:04 Aaron Bauman
2018-06-19 18:33 Louis Sautier
2018-06-19 18:25 Louis Sautier
2017-07-31 18:12 Sebastien Fabbro
2017-07-23 12:09 Manuel Rüger
2017-05-16 13:13 Manuel Rüger
2016-02-02 16:11 Manuel Rüger
2016-02-02 16:11 Manuel Rüger
2015-10-20 20:50 Manuel Rüger
2015-08-26  9:10 Manuel Rüger

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=1618729542.8dcec47965091312be8ae1f047b99f1b919ab66e.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