20 lines
424 B
Bash
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}"
|