summaryrefslogtreecommitdiff
blob: d238bedf5ab21a28b888ca4c28b5d6a65c8dcb17 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://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="gtk2">Enable <pkg>x11-libs/gtk+</pkg>:2 support</flag>
		<flag name="gtk3">Enable <pkg>x11-libs/gtk+</pkg>:3 support</flag>
	</use>
	<upstream>
		<remote-id type="pypi">matplotlib</remote-id>
		<remote-id type="sourceforge">matplotlib</remote-id>
	</upstream>
</pkgmetadata>