summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-16 18:48:01 +0000
committerSam James <sam@gentoo.org>2021-03-16 19:22:42 +0000
commitfd0a80a6de27a651d4631f190ec1e78cf519e2b3 (patch)
treeb298a66491db2d86312a5bf82c8371693300dc5b /dev-python/httmock/httmock-1.2.5.ebuild
parentdev-util/bcpp: drop 20150811-r1 (diff)
downloadgentoo-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/httmock/httmock-1.2.5.ebuild')
-rw-r--r--dev-python/httmock/httmock-1.2.5.ebuild20
1 files changed, 0 insertions, 20 deletions
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