Files
gentoo/dev-python/pymongo/metadata.xml
Michał Górny 2023049013 dev-python/pymongo: Support running the test suite without mongodb
Add IUSE=test-full and support running the test suite without a running
mongodb server when it is disabled.  This makes it possible to keyword
pymongo on architectures where the low quality mongodb software does
not build.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
2023-06-24 13:32:13 +02:00

26 lines
806 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>ultrabug@gentoo.org</email>
<name>Alexys Jacob</name>
</maintainer>
<maintainer type="project">
<email>python@gentoo.org</email>
<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.</longdescription>
<use>
<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>
</upstream>
</pkgmetadata>