blob: 02dc346eb1d3b3d554b2d63ae6cc76e1197ff0f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit python-single-r1
DESCRIPTION="Needleman-Wunsch global sequence alignment in python/cython"
HOMEPAGE="https://pypi.python.org/pypi/nwalign"
SRC_URI="mirror://pypi/n/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
|