mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-11 14:38:07 -07:00
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>
26 lines
806 B
XML
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>
|