summaryrefslogtreecommitdiff
path: root/packages/python/python-pycodes_1.1.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-08-15 23:03:05 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-08-15 23:03:05 +0000
commit7b416778337822cb65f4510e8122ff3b0bf2fd16 (patch)
tree0f4292f8ac52a8619cf76bf14ec62fec6f07f9e5 /packages/python/python-pycodes_1.1.bb
parent17b4e6b62b19a69dda47eee528391b5ac84af67d (diff)
parent1c712ee28e5fb57b8bcd154ad3453f15972f79c5 (diff)
merge of '669bdfc0ca89598b9e5d56d8c2a7df2ad055c0b2'
and '91d8f0c9c1e51e85470236a1a95ad046ba02f569'
Diffstat (limited to 'packages/python/python-pycodes_1.1.bb')
-rw-r--r--packages/python/python-pycodes_1.1.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/packages/python/python-pycodes_1.1.bb b/packages/python/python-pycodes_1.1.bb
deleted file mode 100644
index f238dcd6af..0000000000
--- a/packages/python/python-pycodes_1.1.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-DESCRIPTION = "The pycodes package provides various extensions to Python for low density parity check (LDPC) codes \
-(an extremely powerful class of error correcting codes). LDPC codes can be used for physical layer error correction \
-in wireless, telephone, DSL, or cable modems; packet loss correction in multicast and distribution of bulk data over \
-the Internet; and even data compression. A variety of decoding/quantization algorithms are provided including standard\
-things like sum-product as well as linear programming relaxations."
-SECTION = "devel/python"
-PRIORITY = "optional"
-LICENSE = "PYCODES"
-SRCNAME = "pycodes"
-
-SRC_URI = "http://web.mit.edu/~emin/www/source_code/pycodes/pycodes-1-1.tar.gz \
- file://no-docs.patch;patch=1"
-S = "${WORKDIR}/${SRCNAME}"
-
-inherit distutils