aboutsummaryrefslogtreecommitdiff
blob: 174d3085018af3d218fba83f0d3923f7834d1fb9 (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
# $Header: $

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}"