blob: 7a23d5b4b0608f255b0493d3b1cd4a1b61e4d8d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<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="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>
<origin>srcux</origin>
</pkgmetadata>
|