Files
overlay/dev-python/line_profiler/line_profiler-1.0.ebuild
2015-08-31 10:40:28 +02:00

20 lines
424 B
Bash

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1
DESCRIPTION="Line-by-line profiling for python"
HOMEPAGE="https://github.com/rkern/line_profiler"
SRC_URI="https://github.com/rkern/line_profiler/archive/rel/${PV}.zip -> ${P}.zip"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/cython-0.10"
RDEPEND=""
S="${WORKDIR}/${PN}-rel-${PV}"