diff --git a/dev-python/motor/Manifest b/dev-python/motor/Manifest index e25a4c95ec..9dfbb702e9 100644 --- a/dev-python/motor/Manifest +++ b/dev-python/motor/Manifest @@ -1 +1,2 @@ DIST motor-3.7.0.tar.gz 279745 BLAKE2B 11aa2d279fcccfd9bc2a67866fc3028cb933fc07529cc64ed7c66799830700edd94abdc8b21a93fef02e3b11886f93c11fc02bd234db93c7674ff29ccb8885e0 SHA512 1aeb09b2ca0f40f5324e52b81291c3e4a0d80e664c9065f69c230a279de81040d1048d4566d3a67dcb228c933864abec77d47ec91540db25e96ae1f40143b03a +DIST motor-3.7.1.tar.gz 280997 BLAKE2B 847ca40e99135b9550124e03b9cf964483f8480b5f6440922eb7d02da3f745deceec569b0cc96ea221d293fb65be30b91a70fd563ee1c305d94cc05ce2e25f13 SHA512 7212e961e877f99b2dc2086a9c20a6f308ba7ec3297328f6f6df74cf636aff3848fffff548b582b26c900b0e07b5683c0716e9363eb631ae06e29d2c9d7c2718 diff --git a/dev-python/motor/motor-3.7.1.ebuild b/dev-python/motor/motor-3.7.1.ebuild new file mode 100644 index 0000000000..2fa55f5244 --- /dev/null +++ b/dev-python/motor/motor-3.7.1.ebuild @@ -0,0 +1,21 @@ +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3+ ) +DISTUTILS_USE_PEP517="hatchling" +inherit distutils-r1 + +DESCRIPTION="Non-blocking MongoDB driver for Tornado or asyncio" +HOMEPAGE="None https://pypi.org/project/motor/" +SRC_URI="https://files.pythonhosted.org/packages/93/ae/96b88362d6a84cb372f7977750ac2a8aed7b2053eed260615df08d5c84f4/motor-3.7.1.tar.gz -> motor-3.7.1.tar.gz" + +DEPEND="dev-python/hatch-requirements-txt[${PYTHON_USEDEP}]" +RDEPEND=" + !=dev-python/pymongo-4.1[${PYTHON_USEDEP}]" +IUSE="" +SLOT="0" +LICENSE="Apache-2.0" +KEYWORDS="*" +S="${WORKDIR}/motor-3.7.1" \ No newline at end of file