python-pycodes: update to 1.2
authorMichael Lauer <mickey@vanille-media.de>
Wed, 15 Aug 2007 23:00:13 +0000 (23:00 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Wed, 15 Aug 2007 23:00:13 +0000 (23:00 +0000)
packages/python/python-pycodes/.mtn2git_empty [moved from packages/python/python-pycodes-1.1/.mtn2git_empty with 100% similarity]
packages/python/python-pycodes/no-docs.patch [moved from packages/python/python-pycodes-1.1/no-docs.patch with 100% similarity]
packages/python/python-pycodes_1.1.bb [deleted file]
packages/python/python-pycodes_1.2.bb [new file with mode: 0644]
packages/python/python-vorbis_1.3.bb

diff --git a/packages/python/python-pycodes_1.1.bb b/packages/python/python-pycodes_1.1.bb
deleted file mode 100644 (file)
index f238dcd..0000000
+++ /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
diff --git a/packages/python/python-pycodes_1.2.bb b/packages/python/python-pycodes_1.2.bb
new file mode 100644 (file)
index 0000000..6cf94a6
--- /dev/null
@@ -0,0 +1,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 = "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
index 7e839d1..dd4b115 100644 (file)
@@ -2,7 +2,6 @@ DESCRIPTION = "Python Vorbis Bindings"
 SECTION = "devel/python"
 PRIORITY = "optional"
 LICENSE = "LGPL"
-RDEPENDS = "python-core libvorbis python-ogg"
 DEPENDS = "libvorbis python-ogg"
 SRCNAME = "pyvorbis"