summaryrefslogtreecommitdiff
path: root/dev-python/pymongo/metadata.xml
blob: 49d5ee837cb882348de3cf5c87140a6f4a698e72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?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>