[dev-python/pymongocrypt] clean up
This commit is contained in:
parent
a5027e1c9e
commit
44a9d02f87
@ -10,19 +10,11 @@
|
|||||||
<name>Python</name>
|
<name>Python</name>
|
||||||
</maintainer>
|
</maintainer>
|
||||||
<longdescription lang="en">
|
<longdescription lang="en">
|
||||||
PyMongo is a Python distribution containing tools for working
|
Python wrapper library for libmongocrypt that supports
|
||||||
with MongoDB, and is the recommended way to work with MongoDB
|
client side encryption in drivers.
|
||||||
from Python.
|
|
||||||
</longdescription>
|
</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>
|
<upstream>
|
||||||
<remote-id type="pypi">pymongo</remote-id>
|
<remote-id type="pypi">pymongocrypt</remote-id>
|
||||||
<remote-id type="github">mongodb/mongo-python-driver</remote-id>
|
<remote-id type="github">mongodb/libmongocrypt</remote-id>
|
||||||
</upstream>
|
</upstream>
|
||||||
</pkgmetadata>
|
</pkgmetadata>
|
||||||
|
@ -17,7 +17,7 @@ HOMEPAGE="
|
|||||||
|
|
||||||
LICENSE="Apache-2.0"
|
LICENSE="Apache-2.0"
|
||||||
SLOT="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="
|
RDEPEND="
|
||||||
dev-libs/libmongocrypt
|
dev-libs/libmongocrypt
|
||||||
@ -36,9 +36,9 @@ BDEPEND="
|
|||||||
)
|
)
|
||||||
"
|
"
|
||||||
|
|
||||||
# adjust after 1.9.3
|
# adjust after 1.9.2
|
||||||
PATCHES=(
|
PATCHES=(
|
||||||
"${FILESDIR}/${P}-hatch.patch"
|
"${FILESDIR}/${P}-hatchling.patch"
|
||||||
)
|
)
|
||||||
|
|
||||||
distutils_enable_tests pytest
|
distutils_enable_tests pytest
|
||||||
|
Loading…
Reference in New Issue
Block a user