dev-python/line_profiler
This commit is contained in:
19
dev-python/line_profiler/line_profiler-1.0.ebuild
Normal file
19
dev-python/line_profiler/line_profiler-1.0.ebuild
Normal file
@@ -0,0 +1,19 @@
|
||||
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}"
|
||||
Reference in New Issue
Block a user