Files @ c4e8e1038bfb
Branch filter:

Location: portage-overlay.git/dev-python/cairoplot-gnome15/cairoplot-gnome15-1.1b-r2.ebuild

c4e8e1038bfb 409 B application/vnd.gentoo.ebuild Show Annotation Show as Raw Download as Raw
chain
sys-kernel/openvz-sources: add last rited versions from portage
EAPI=5

PYTHON_COMPAT=( python{2_6,2_7} )
PYTHON_MODULE="cairoplot"

inherit distutils-r1

DESCRIPTION="Python module to plot graphics in an easy and intuitive way"
HOMEPAGE="http://www.russo79.com/gnome15"
SRC_URI="https://projects.russo79.com/attachments/download/78/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""

RDEPEND="dev-python/pycairo
		!dev-python/Cairoplot"
DEPEND="${RDEPEND}"