From 44a9d02f870ed944e395c06c92ebc9377e2b5dae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20F=C3=B6rster?= Date: Sun, 23 Jun 2024 18:10:33 +0200 Subject: [PATCH] [dev-python/pymongocrypt] clean up --- ....patch => pymongocrypt-1.9.2-hatchling.patch} | 0 dev-python/pymongocrypt/metadata.xml | 16 ++++------------ .../pymongocrypt/pymongocrypt-1.9.2.ebuild | 6 +++--- 3 files changed, 7 insertions(+), 15 deletions(-) rename dev-python/pymongocrypt/files/{pymongocrypt-1.9.2-hatch.patch => pymongocrypt-1.9.2-hatchling.patch} (100%) diff --git a/dev-python/pymongocrypt/files/pymongocrypt-1.9.2-hatch.patch b/dev-python/pymongocrypt/files/pymongocrypt-1.9.2-hatchling.patch similarity index 100% rename from dev-python/pymongocrypt/files/pymongocrypt-1.9.2-hatch.patch rename to dev-python/pymongocrypt/files/pymongocrypt-1.9.2-hatchling.patch diff --git a/dev-python/pymongocrypt/metadata.xml b/dev-python/pymongocrypt/metadata.xml index dee6e50..7849ab8 100644 --- a/dev-python/pymongocrypt/metadata.xml +++ b/dev-python/pymongocrypt/metadata.xml @@ -10,19 +10,11 @@ Python - PyMongo is a Python distribution containing tools for working - with MongoDB, and is the recommended way to work with MongoDB - from Python. + Python wrapper library for libmongocrypt that supports + client side encryption in drivers. - - Compiles native C extensions - - Run test suite in full, including tests that run a local - database instance. - - - pymongo - mongodb/mongo-python-driver + pymongocrypt + mongodb/libmongocrypt diff --git a/dev-python/pymongocrypt/pymongocrypt-1.9.2.ebuild b/dev-python/pymongocrypt/pymongocrypt-1.9.2.ebuild index 03f9521..7381430 100644 --- a/dev-python/pymongocrypt/pymongocrypt-1.9.2.ebuild +++ b/dev-python/pymongocrypt/pymongocrypt-1.9.2.ebuild @@ -17,7 +17,7 @@ HOMEPAGE=" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" RDEPEND=" dev-libs/libmongocrypt @@ -36,9 +36,9 @@ BDEPEND=" ) " -# adjust after 1.9.3 +# adjust after 1.9.2 PATCHES=( - "${FILESDIR}/${P}-hatch.patch" + "${FILESDIR}/${P}-hatchling.patch" ) distutils_enable_tests pytest