commit: dda24aa9da2ad03129d9141d8d90b88a2fc944a1 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Mar 2 08:34:03 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Mar 2 08:43:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dda24aa9
dev-python/mongomock: Remove old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/mongomock/Manifest | 2 -- dev-python/mongomock/mongomock-3.21.0.ebuild | 31 ---------------------------- dev-python/mongomock/mongomock-3.22.0.ebuild | 31 ---------------------------- 3 files changed, 64 deletions(-) diff --git a/dev-python/mongomock/Manifest b/dev-python/mongomock/Manifest index 1ec0678fcff..87ef267e362 100644 --- a/dev-python/mongomock/Manifest +++ b/dev-python/mongomock/Manifest @@ -1,3 +1 @@ -DIST mongomock-3.21.0.tar.gz 116340 BLAKE2B 5f6ff23bce50e2104a7772dd692e6341398b2fe4b8be07391285074e680661228ec50368e437fec201fb62eaafb5fa588c2cf27f9554602403fea3cf0eaabc55 SHA512 777d5eb7a4ffb2caa569149c600c0eb3bde2737d734f0f934787ee10af571771be201c9cb44b3464ef550e48c035de3ed31cabb2ddac9c0cb864516256cf5c2f -DIST mongomock-3.22.0.tar.gz 118915 BLAKE2B 98c90684a58e582601acdb2f112a4d1fbfe043f979b9b07b12649a2928fc813c0d11c8a51851b0fa87c5fdc8615c0b923b36d2557e82bcd8f668a3cfdc03a2e1 SHA512 1033d95620a5a212a698f8f0f90679a1cae7c7fca97448ab7cff223db2cf45a230d4d5c863aecd20445bc9ab189ede188ee756b13f108eef81e088c622385d61 DIST mongomock-3.22.1.tar.gz 121742 BLAKE2B b325fd917f27712d1fdd35564dd27e02a69a417b40c975b447d1d553a170fb45978303b47878e094c6360930b0293f7353552522b54c9228f8083ea88e672510 SHA512 efd8e46986076fb1b6aa2d68d17b136191bcb90408da305a860a99a86ce06c8377ea5f684902761ceb38b5e914b75f7307e9a73477a3297b502241d7517fc143 diff --git a/dev-python/mongomock/mongomock-3.21.0.ebuild b/dev-python/mongomock/mongomock-3.21.0.ebuild deleted file mode 100644 index d7fe97d04d2..00000000000 --- a/dev-python/mongomock/mongomock-3.21.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) - -inherit distutils-r1 - -DESCRIPTION="Library to help testing Python code that interacts with MongoDB via Pymongo" -HOMEPAGE="https://github.com/mongomock/mongomock https://pypi.org/project/mongomock/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" - -BDEPEND=">=dev-python/pbr-5.1.1[${PYTHON_USEDEP}]" - -RDEPEND=" - >=dev-python/pymongo-3.10.1[${PYTHON_USEDEP}] - >=dev-python/sentinels-1.0.0[${PYTHON_USEDEP}] - >=dev-python/six-1.14.0[${PYTHON_USEDEP}]" - -src_test() { - # Use NO_LOCAL_MONGO to disable tests that need a MongoDB instance. - # TZ=UTC needed for date/time tests to pass - TZ=UTC NO_LOCAL_MONGO=1 distutils-r1_src_test -} - -distutils_enable_tests pytest diff --git a/dev-python/mongomock/mongomock-3.22.0.ebuild b/dev-python/mongomock/mongomock-3.22.0.ebuild deleted file mode 100644 index 4e567ca5556..00000000000 --- a/dev-python/mongomock/mongomock-3.22.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) - -inherit distutils-r1 - -DESCRIPTION="Library to help testing Python code that interacts with MongoDB via Pymongo" -HOMEPAGE="https://github.com/mongomock/mongomock https://pypi.org/project/mongomock/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -BDEPEND=">=dev-python/pbr-5.1.1[${PYTHON_USEDEP}]" - -RDEPEND=" - >=dev-python/pymongo-3.10.1[${PYTHON_USEDEP}] - >=dev-python/sentinels-1.0.0[${PYTHON_USEDEP}] - >=dev-python/six-1.14.0[${PYTHON_USEDEP}]" - -src_test() { - # Use NO_LOCAL_MONGO to disable tests that need a MongoDB instance. - # TZ=UTC needed for date/time tests to pass - TZ=UTC NO_LOCAL_MONGO=1 distutils-r1_src_test -} - -distutils_enable_tests pytest