From 91fed2042acbb125ff5b019c8e428149fff17077 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Wed, 15 Aug 2007 23:00:13 +0000 Subject: python-pycodes: update to 1.2 --- packages/python/python-pycodes-1.1/.mtn2git_empty | 0 packages/python/python-pycodes-1.1/no-docs.patch | 18 ------------------ packages/python/python-pycodes/.mtn2git_empty | 0 packages/python/python-pycodes/no-docs.patch | 18 ++++++++++++++++++ packages/python/python-pycodes_1.1.bb | 15 --------------- packages/python/python-pycodes_1.2.bb | 14 ++++++++++++++ packages/python/python-vorbis_1.3.bb | 1 - 7 files changed, 32 insertions(+), 34 deletions(-) delete mode 100644 packages/python/python-pycodes-1.1/.mtn2git_empty delete mode 100644 packages/python/python-pycodes-1.1/no-docs.patch create mode 100644 packages/python/python-pycodes/.mtn2git_empty create mode 100644 packages/python/python-pycodes/no-docs.patch delete mode 100644 packages/python/python-pycodes_1.1.bb create mode 100644 packages/python/python-pycodes_1.2.bb (limited to 'packages/python') diff --git a/packages/python/python-pycodes-1.1/.mtn2git_empty b/packages/python/python-pycodes-1.1/.mtn2git_empty deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/packages/python/python-pycodes-1.1/no-docs.patch b/packages/python/python-pycodes-1.1/no-docs.patch deleted file mode 100644 index 5d41e8c03f..0000000000 --- a/packages/python/python-pycodes-1.1/no-docs.patch +++ /dev/null @@ -1,18 +0,0 @@ - -# -# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher -# - ---- pycodes/setup.py~no-docs 2004-01-25 01:01:33.000000000 +0100 -+++ pycodes/setup.py 2004-04-04 03:24:53.000000000 +0200 -@@ -43,9 +43,7 @@ - 'pycodes.tests.quantization', - 'pycodes.tests.quantization.BSC', - 'pycodes.tests.quantization.BEC'], -- data_files=([('doc', -- map(lambda x: os.path.join('doc',x), -- ['pycodes.html','pycodes.info']))]), -+ data_files=(), - ext_modules = [ - Extension('pycodes.pyLDPC', - map(lambda x: os.path.join(pyLDPCdir,x),pyLDPCsrc) + diff --git a/packages/python/python-pycodes/.mtn2git_empty b/packages/python/python-pycodes/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/python/python-pycodes/no-docs.patch b/packages/python/python-pycodes/no-docs.patch new file mode 100644 index 0000000000..5d41e8c03f --- /dev/null +++ b/packages/python/python-pycodes/no-docs.patch @@ -0,0 +1,18 @@ + +# +# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher +# + +--- pycodes/setup.py~no-docs 2004-01-25 01:01:33.000000000 +0100 ++++ pycodes/setup.py 2004-04-04 03:24:53.000000000 +0200 +@@ -43,9 +43,7 @@ + 'pycodes.tests.quantization', + 'pycodes.tests.quantization.BSC', + 'pycodes.tests.quantization.BEC'], +- data_files=([('doc', +- map(lambda x: os.path.join('doc',x), +- ['pycodes.html','pycodes.info']))]), ++ data_files=(), + ext_modules = [ + Extension('pycodes.pyLDPC', + map(lambda x: os.path.join(pyLDPCdir,x),pyLDPCsrc) + 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 diff --git a/packages/python/python-pycodes_1.2.bb b/packages/python/python-pycodes_1.2.bb new file mode 100644 index 0000000000..6cf94a6902 --- /dev/null +++ b/packages/python/python-pycodes_1.2.bb @@ -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 diff --git a/packages/python/python-vorbis_1.3.bb b/packages/python/python-vorbis_1.3.bb index 7e839d1af4..dd4b115709 100644 --- a/packages/python/python-vorbis_1.3.bb +++ b/packages/python/python-vorbis_1.3.bb @@ -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" -- cgit v1.2.3