diff --git a/Python2-2.6.8-1.bee b/Python2-2.6.8-1.bee deleted file mode 100755 index 0b3f99ddc..000000000 --- a/Python2-2.6.8-1.bee +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://www.python.org/ftp/python/${PKGVERSION}/Python-${PKGVERSION}.tar.bz2" - -PATCHURL[0]="http://www.linuxfromscratch.org/patches/blfs/svn/Python-2.6.4-bdb_4.8-1.patch" - -# EXCLUDE="" - -mee_patch_pre() { - sed -i "s/ndbm_libs = \[\]/ndbm_libs = ['gdbm', 'gdbm_compat']/" setup.py -} - -mee_configure() { - bee_configure --enable-shared -} - -mee_install_post() { - chmod -v 755 ${D}${LIBDIR}/libpython2.6.so.1.0 - rm -v ${D}${BINDIR}/2to3 -} - diff --git a/Python2-2.7.11-0.bee b/Python2-2.7.11-0.bee deleted file mode 100755 index 70e5fb3b5..000000000 --- a/Python2-2.7.11-0.bee +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://www.python.org/ftp/python/${PKGVERSION}/Python-${PKGVERSION}.tar.xz" - -# EXCLUDE="" - -mee_patch_pre() { - sed -i "s/ndbm_libs = \[\]/ndbm_libs = ['gdbm', 'gdbm_compat']/" setup.py -} - -mee_configure() { - bee_configure --enable-shared -} - -mee_install_post() { - rm -v ${D}${BINDIR}/2to3 -} -