Merge bk://openembedded@openembedded.bkbits.net/packages
[vuplus_openembedded] / python / python-pyx_0.6.oe
1 DESCRIPTION = "PyX is a Python package for the creation of encapsulated PostScript figures. \
2 It provides both an abstraction of PostScript and a TeX/LaTeX interface. Complex tasks like \
3 2d and 3d plots in publication-ready quality are built out of these primitives."
4 SECTION = "devel/python"
5 PRIORITY = "optional"
6 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
7 RDEPENDS = "python-core"
8 DEPENDS = "kpsewhich-native"
9 SRCNAME = "PyX"
10
11 SRC_URI = "${SOURCEFORGE_MIRROR}/pyx/${SRCNAME}-${PV}.tar.gz"
12 S = "${WORKDIR}/${SRCNAME}-${PV}"
13
14 inherit distutils