[dev-python/pymongocrypt] clean up

This commit is contained in:
Robert Förster 2024-06-23 18:10:33 +02:00
parent a5027e1c9e
commit 44a9d02f87
3 changed files with 7 additions and 15 deletions

View File

@ -10,19 +10,11 @@
<name>Python</name>
</maintainer>
<longdescription lang="en">
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.
</longdescription>
<use>
<flag name="native-extensions">Compiles native C extensions</flag>
<flag name="test-full">
Run test suite in full, including tests that run a local
database instance.
</flag>
</use>
<upstream>
<remote-id type="pypi">pymongo</remote-id>
<remote-id type="github">mongodb/mongo-python-driver</remote-id>
<remote-id type="pypi">pymongocrypt</remote-id>
<remote-id type="github">mongodb/libmongocrypt</remote-id>
</upstream>
</pkgmetadata>

View File

@ -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