Files @ c5064d653531
Branch filter:

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

c5064d653531 409 B application/vnd.gentoo.ebuild Show Source Show as Raw Download as Raw
chain
net-fs/nfs-utils: fix copmpilation with -fno-common or gcc10, fixes bug #707624
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}"