Files @ 42f8aae82ad5
Branch filter:

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

42f8aae82ad5 409 B application/vnd.gentoo.ebuild Show Annotation Show as Raw Download as Raw
chain
fix Manifest
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}"