summaryrefslogtreecommitdiff
path: root/dev-python/matplotlib/metadata.xml
blob: 5792b1da5a0947b36318680dfac1e1f1c21980a2 (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
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>sci@gentoo.org</email>
		<name>Gentoo Science Project</name>
	</maintainer>
	<maintainer type="project">
		<email>python@gentoo.org</email>
		<name>Python</name>
	</maintainer>
	<longdescription lang="en">
	matplotlib is an interactive library for plotting and doing basic
	data analysis in python with a syntax similar to matlab. It provides a
	variety of backends and hard copy formats for almost ready
	publication plots.
	</longdescription>
	<use>
		<flag name="excel">Pull <pkg>dev-python/xlwt</pkg> for the exceltools toolkit</flag>
		<flag name="gtk3">Enable <pkg>x11-libs/gtk+</pkg>:3 support</flag>
		<flag name="webagg">Enable webagg backend that uses <pkg>dev-python/tornado</pkg></flag>
	</use>
	<upstream>
		<remote-id type="pypi">matplotlib</remote-id>
		<remote-id type="github">matplotlib/matplotlib</remote-id>
		<remote-id type="sourceforge">matplotlib</remote-id>
	</upstream>
</pkgmetadata>