From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3535515801B for ; Tue, 22 Aug 2023 20:01:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69FC22BC07E; Tue, 22 Aug 2023 20:01:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 536C42BC07E for ; Tue, 22 Aug 2023 20:01:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 97FEC3412AB for ; Tue, 22 Aug 2023 20:01:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95604106E for ; Tue, 22 Aug 2023 20:01:34 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1692734452.03bcb1c9d44539cdc02d545db26e2d65ad301a17.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pymongo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pymongo/Manifest dev-python/pymongo/metadata.xml dev-python/pymongo/pymongo-4.5.0.ebuild X-VCS-Directories: dev-python/pymongo/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 03bcb1c9d44539cdc02d545db26e2d65ad301a17 X-VCS-Branch: master Date: Tue, 22 Aug 2023 20:01:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d4e2b283-98c7-42d9-a828-547a865a6b90 X-Archives-Hash: e48d01c4def86bfd1a40390a675a4cdf commit: 03bcb1c9d44539cdc02d545db26e2d65ad301a17 Author: Michał Górny gentoo org> AuthorDate: Tue Aug 22 18:35:54 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Aug 22 20:00:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03bcb1c9 dev-python/pymongo: Bump to 4.5.0 Signed-off-by: Michał Górny gentoo.org> dev-python/pymongo/Manifest | 1 + dev-python/pymongo/metadata.xml | 9 +- dev-python/pymongo/pymongo-4.5.0.ebuild | 152 ++++++++++++++++++++++++++++++++ 3 files changed, 159 insertions(+), 3 deletions(-) diff --git a/dev-python/pymongo/Manifest b/dev-python/pymongo/Manifest index 9b007d9eae42..be835a0daa2c 100644 --- a/dev-python/pymongo/Manifest +++ b/dev-python/pymongo/Manifest @@ -1 +1,2 @@ DIST mongo-python-driver-4.4.1.gh.tar.gz 1461820 BLAKE2B 42b2f5663bbc632205ebc1e979c6434122d797043cc545b3ff5b02956acd4d8d2b3a6b4a0308ca041fbb82aa3f530b305f4d21d42954c15b0c3ace3da6e1efd8 SHA512 fbdc6bd60eefbd554cadbea2173340e89e3cbec3377c97a592789750bb86ec68818d40f43b020c68023ff6c415bb4ceb36e7fb169d72b3e9c218880c6bfaf339 +DIST mongo-python-driver-4.5.0.gh.tar.gz 1481970 BLAKE2B fcb019042b6447093e1cfb9d66514954c31a26322060842b3c8e93d865f74db356004c6d7090d1a535d1ce523513cbd9e7935c7ee7655cdd47691d1b7ede97f0 SHA512 eb607f692c28daacef436e7649b3265465f8f785a68b29eda16b5ab5d926d0fa4737bcc6974f54778794dfd7fbcd95c30478867d6479ea45d412f2404cb2aa30 diff --git a/dev-python/pymongo/metadata.xml b/dev-python/pymongo/metadata.xml index 49d5ee837cb8..dee6e50c5e66 100644 --- a/dev-python/pymongo/metadata.xml +++ b/dev-python/pymongo/metadata.xml @@ -9,10 +9,13 @@ python@gentoo.org Python - PyMongo is a Python distribution containing tools - for working with MongoDB, and is the recommended way to work - with MongoDB from Python. + + PyMongo is a Python distribution containing tools for working + with MongoDB, and is the recommended way to work with MongoDB + from Python. + + Compiles native C extensions Run test suite in full, including tests that run a local database instance. diff --git a/dev-python/pymongo/pymongo-4.5.0.ebuild b/dev-python/pymongo/pymongo-4.5.0.ebuild new file mode 100644 index 000000000000..0a82c759cf48 --- /dev/null +++ b/dev-python/pymongo/pymongo-4.5.0.ebuild @@ -0,0 +1,152 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_EXT=1 +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..11} ) + +inherit check-reqs distutils-r1 + +MY_P=mongo-python-driver-${PV} +DESCRIPTION="Python driver for MongoDB" +HOMEPAGE=" + https://github.com/mongodb/mongo-python-driver/ + https://pypi.org/project/pymongo/ +" +SRC_URI=" + https://github.com/mongodb/mongo-python-driver/archive/${PV}.tar.gz + -> ${MY_P}.gh.tar.gz +" +S=${WORKDIR}/${MY_P} + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +IUSE="doc kerberos +native-extensions +test-full" + +RDEPEND=" +