summaryrefslogtreecommitdiff
path: root/python/python-pyx_0.6.oe
blob: a3f454649d80761e0bd22f61b850fff164707fda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "PyX is a Python package for the creation of encapsulated PostScript figures. \
It provides both an abstraction of PostScript and a TeX/LaTeX interface. Complex tasks like \
2d and 3d plots in publication-ready quality are built out of these primitives."
SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core"
DEPENDS = "kpsewhich-native"
SRCNAME = "PyX"

SRC_URI = "${SOURCEFORGE_MIRROR}/pyx/${SRCNAME}-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"

inherit distutils
edded-core.git/commit/oe-init-build-env?h=2015-4&id=f0aa69296f4c1d4214f9dbea236b0ed330b8154b'>oe-init-build-env: Make it use the correct $OEROOT with zshPeter Kjellerstedt1 2012-03-26Various typoes fixed, all comments or output strings.Robert P. J. Day1 2011-08-02oe-init-build-env, scripts/oe-buildenv-internal: add error detecting for $BDIRDexuan Cui1 2011-04-21Further cleanup of various poky referencesRichard Purdie1 2011-04-20poky-setup-builddir: Rename to oe-setup-builddir and clean up POKY variable r...Richard Purdie1 2011-04-20oe-init-build-env: Fix typoRichard Purdie1 2011-04-20Rename poky-init-build-env to oe-init-build-envRichard Purdie1