summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-15 18:45:34 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 04:47:51 +0100
commitf8365430b9aca46b419b9397fa076988885c27ed (patch)
treeecefe50858b6a77668614fee14a378055aa78d5e /dev-python/flexmock
parentdev-python/fixtures: Use pypi.eclass (diff)
downloadgentoo-f8365430b9aca46b419b9397fa076988885c27ed.tar.gz
gentoo-f8365430b9aca46b419b9397fa076988885c27ed.tar.bz2
gentoo-f8365430b9aca46b419b9397fa076988885c27ed.zip
dev-python/flexmock: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/flexmock')
-rw-r--r--dev-python/flexmock/flexmock-0.11.3.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/flexmock/flexmock-0.11.3.ebuild b/dev-python/flexmock/flexmock-0.11.3.ebuild
index a51efbb65cd6..2eebd3e04ce6 100644
--- a/dev-python/flexmock/flexmock-0.11.3.ebuild
+++ b/dev-python/flexmock/flexmock-0.11.3.ebuild
@@ -6,11 +6,10 @@ EAPI=8
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{9..11} pypy3 )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Testing library to create mocks, stubs and fakes"
HOMEPAGE="https://flexmock.readthedocs.io/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"