blob: 400ce32620227bbbb333acd85b5e1b37a0398133 (
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"
FILE_PR = "ml0"
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
|