diff options
author | Sam James <sam@gentoo.org> | 2021-03-16 18:48:01 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-16 19:22:42 +0000 |
commit | fd0a80a6de27a651d4631f190ec1e78cf519e2b3 (patch) | |
tree | b298a66491db2d86312a5bf82c8371693300dc5b /dev-python | |
parent | dev-util/bcpp: drop 20150811-r1 (diff) | |
download | gentoo-fd0a80a6de27a651d4631f190ec1e78cf519e2b3.tar.gz gentoo-fd0a80a6de27a651d4631f190ec1e78cf519e2b3.tar.bz2 gentoo-fd0a80a6de27a651d4631f190ec1e78cf519e2b3.zip |
dev-python/httmock: drop 1.2.5
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/httmock/Manifest | 1 | ||||
-rw-r--r-- | dev-python/httmock/httmock-1.2.5.ebuild | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/httmock/Manifest b/dev-python/httmock/Manifest index 51efc2cced99..ab823700c00c 100644 --- a/dev-python/httmock/Manifest +++ b/dev-python/httmock/Manifest @@ -1,2 +1 @@ -DIST httmock-1.2.5.tar.gz 5409 BLAKE2B 06ea90b6553b2d97b72944a05587e07c4c6ffa9282a81dd976c8f875ae92fbeded10dde0c060b2c9883bf2827d7233cde337f3d995e30d9057119632a49ee9cd SHA512 1dc3bd506f76f2e57db5268201faeb7038b9a62873f0113590023c7b889903428fc3c796db4accf74f53cae60a258160c3698dd9cef71024183f0c6f05040b80 DIST httmock-1.4.0.tar.gz 6439 BLAKE2B 68136f0dd3f1adb7f431893ade8037ce98de3870c5da094ec8a4dfde3eba07667989b71b957673e969548d7d5115455d02af2bcbb1eeb59dc0891e2ffac2c1ff SHA512 49dec760da7dc57a3fb0392c121ddbf9a430fa64c2a6f923ca62da2e697805a61941cde5cf35fc8af30de199227edd72d7f1985745ebd427b1f5d74807e3862c diff --git a/dev-python/httmock/httmock-1.2.5.ebuild b/dev-python/httmock/httmock-1.2.5.ebuild deleted file mode 100644 index 58f0ae3fc225..000000000000 --- a/dev-python/httmock/httmock-1.2.5.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) - -inherit distutils-r1 - -DESCRIPTION="A mocking library for requests" -HOMEPAGE="https://github.com/patrys/httmock" -SRC_URI="https://github.com/patrys/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=">=dev-python/requests-1.0.0[${PYTHON_USEDEP}]" - -distutils_enable_tests setup.py |