summaryrefslogtreecommitdiffstats
path: root/recipes/python/python-pycodes_1.2.bb
blob: ce2cb17594ce7eb8c4c0e4390761880c3daab73c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "The pycodes package provides various extensions to Python for low density parity check (LDPC) codes \
(an extremely powerful class of error correcting codes)."
SECTION = "devel/python"
HOMEPAGE = "http://web.mit.edu/~emin/www/source_code/pycodes/index.html"
PRIORITY = "optional"
LICENSE = "PYCODES"
SRCNAME = "pycodes"
PR = "ml1"

SRC_URI = "http://web.mit.edu/~emin/www/source_code/pycodes/pycodes-1-2.tar.gz \
           file://no-docs.patch;patch=1"
S = "${WORKDIR}/${SRCNAME}"

inherit distutils