Files @ 6a319f5d54a7
Branch filter:

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

6a319f5d54a7 409 B application/vnd.gentoo.ebuild Show Source Show as Raw Download as Raw
chain
add deleted net-analyzer/ndoutils-1.5.2
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}"