From a9b47d44ca47c0b7ce031fd675604a3b67a4f1a3 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Sat, 1 Aug 2015 12:39:35 +0300 Subject: [PATCH 01/11] (cleanup) remove package: wokkel --- packages/python/web/wokkel/package.mk | 50 --------------------------- 1 file changed, 50 deletions(-) delete mode 100644 packages/python/web/wokkel/package.mk diff --git a/packages/python/web/wokkel/package.mk b/packages/python/web/wokkel/package.mk deleted file mode 100644 index e5f73fbf01..0000000000 --- a/packages/python/web/wokkel/package.mk +++ /dev/null @@ -1,50 +0,0 @@ -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv) -# -# OpenELEC is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, or -# (at your option) any later version. -# -# OpenELEC is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC. If not, see . -################################################################################ - -PKG_NAME="wokkel" -PKG_VERSION="0.6.3" -PKG_REV="1" -PKG_ARCH="any" -PKG_LICENSE="free" -PKG_SITE="http://wokkel.ik.nu/" -PKG_URL="http://wokkel.ik.nu/releases/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.gz" -PKG_DEPENDS_TARGET="toolchain Python distutilscross:host TwistedWords" -PKG_PRIORITY="optional" -PKG_SECTION="python/web" -PKG_SHORTDESC="wokkel: Wokkel is a Python module for experimenting with future enhancements to TwistedWords" -PKG_LONGDESC="Wokkel is collection of enhancements on top of the Twisted networking framework, written in Python. It mostly provides a testing ground for enhancements to the Jabber/XMPP protocol implementation as found in Twisted Words, that are meant to eventually move there." - -PKG_IS_ADDON="no" -PKG_AUTORECONF="no" - -pre_make_target() { - export PYTHONXCPREFIX="$SYSROOT_PREFIX/usr" -} - -make_target() { - python setup.py build --cross-compile -} - -makeinstall_target() { - python setup.py install --root=$INSTALL --prefix=/usr -} - -post_makeinstall_target() { - find $INSTALL/usr/lib -name "*.py" -exec rm -rf "{}" ";" - rm -rf $INSTALL/usr/lib/python*/site-packages/wokkel/test -} From 49267a0c1fd71089224a4c07a16e61e97b19b432 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Sat, 1 Aug 2015 12:39:36 +0300 Subject: [PATCH 02/11] (cleanup) remove package: TwistedConch --- packages/python/web/TwistedConch/package.mk | 54 --------------------- 1 file changed, 54 deletions(-) delete mode 100644 packages/python/web/TwistedConch/package.mk diff --git a/packages/python/web/TwistedConch/package.mk b/packages/python/web/TwistedConch/package.mk deleted file mode 100644 index c08175a1cd..0000000000 --- a/packages/python/web/TwistedConch/package.mk +++ /dev/null @@ -1,54 +0,0 @@ -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv) -# -# OpenELEC is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, or -# (at your option) any later version. -# -# OpenELEC is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC. If not, see . -################################################################################ - -PKG_NAME="TwistedConch" -PKG_VERSION="11.0.0" -PKG_REV="1" -PKG_ARCH="any" -PKG_LICENSE="MIT" -PKG_SITE="http://twistedmatrix.com/" -PKG_URL="http://twistedmatrix.com/Releases/Conch/11.0/$PKG_NAME-$PKG_VERSION.tar.bz2" -PKG_DEPENDS_TARGET="toolchain Python distutilscross:host TwistedCore pyasn1 pycrypto" -PKG_PRIORITY="optional" -PKG_SECTION="python/web" -PKG_SHORTDESC="TwistedConch: an SSHv2 implementation written in Python" -PKG_LONGDESC="TwistedConch is an SSHv2 implementation written in Python. SSH is a protocol designed to allow remote access to shells and commands, but it is generic enough to allow everything from TCP forwarding to generic filesystem access. Since conch is written in Python, it interfaces well with other Python projects, such as Imagination. Conch also includes a implementations of the telnet and vt102 protocols, as well as support for rudimentary line editing behaviors. A new implementation of Twisted's Manhole application is also included, featuring server-side input history and interactive syntax coloring." - -PKG_IS_ADDON="no" -PKG_AUTORECONF="no" - -pre_make_target() { - export PYTHONXCPREFIX="$SYSROOT_PREFIX/usr" -} - -make_target() { - python setup.py build --cross-compile -} - -makeinstall_target() { - python setup.py install --root=$INSTALL --prefix=/usr - -# install to toolchain because its needed for other twisted modules - python setup.py install --prefix $ROOT/$TOOLCHAIN -} - -post_makeinstall_target() { - rm -rf $INSTALL/usr/bin - find $INSTALL/usr/lib -name "*.py" -exec rm -rf "{}" ";" - rm -rf $INSTALL/usr/lib/python*/site-packages/twisted/conch/test -} From 933da05f794d450ca0c11ac1303a40e808dcf4f1 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Sat, 1 Aug 2015 12:39:37 +0300 Subject: [PATCH 03/11] (cleanup) remove package: TwistedWeb --- packages/python/web/TwistedWeb/package.mk | 54 ----------------------- 1 file changed, 54 deletions(-) delete mode 100644 packages/python/web/TwistedWeb/package.mk diff --git a/packages/python/web/TwistedWeb/package.mk b/packages/python/web/TwistedWeb/package.mk deleted file mode 100644 index 979b0b6f70..0000000000 --- a/packages/python/web/TwistedWeb/package.mk +++ /dev/null @@ -1,54 +0,0 @@ -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv) -# -# OpenELEC is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, or -# (at your option) any later version. -# -# OpenELEC is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC. If not, see . -################################################################################ - -PKG_NAME="TwistedWeb" -PKG_VERSION="11.0.0" -PKG_REV="1" -PKG_ARCH="any" -PKG_LICENSE="MIT" -PKG_SITE="http://twistedmatrix.com/" -PKG_URL="http://twistedmatrix.com/Releases/Web/11.0/$PKG_NAME-$PKG_VERSION.tar.bz2" -PKG_DEPENDS_TARGET="toolchain Python distutilscross:host TwistedCore" -PKG_PRIORITY="optional" -PKG_SECTION="python/web" -PKG_SHORTDESC="TwistedWeb: An event-based networking framework for Internet applications" -PKG_LONGDESC="Twisted is an event-based framework for Internet applications. It includes a Web server, an SMTP/POP3 server, a telnet server, an SSH server, an IRC server, a DNS server, a generic client/server pair for remote object access (Perspective Broker), and APIs for creating new protocols. It supports integration with GTK+, GTK+ 2, Qt, Tkinter, wxPython, Mac OS X (PyObjC) and Win32 event loops. It also supports TCP, SSL and TLS, UDP, Unix sockets, multicast, and serial ports. Supported protocols include HTTP, FTP, SMTP, POP3, IMAP, TOC, OSCAR (AIM and ICQ), SSH, DNS, IRC, NNTP, Jabber, SOCKSv4, Telnet, SIP (for VoIP), and XML-RPC and SOAP using external packages. Most protocols are supported as both servers and clients." - -PKG_IS_ADDON="no" -PKG_AUTORECONF="no" - -pre_make_target() { - export PYTHONXCPREFIX="$SYSROOT_PREFIX/usr" -} - -make_target() { - python setup.py build --cross-compile -} - -makeinstall_target() { - python setup.py install --root=$INSTALL --prefix=/usr - -# install to toolchain because its needed for other twisted modules - python setup.py install --prefix $ROOT/$TOOLCHAIN -} - -post_makeinstall_target() { - rm -rf $INSTALL/usr/bin - find $INSTALL/usr/lib -name "*.py" -exec rm -rf "{}" ";" - rm -rf $INSTALL/usr/lib/python*/site-packages/twisted/web/test -} From b729450c773cfcf2c69b32670a5a342f7b76ec09 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Sat, 1 Aug 2015 12:39:37 +0300 Subject: [PATCH 04/11] (cleanup) remove package: TwistedNames --- packages/python/web/TwistedNames/package.mk | 54 --------------------- 1 file changed, 54 deletions(-) delete mode 100644 packages/python/web/TwistedNames/package.mk diff --git a/packages/python/web/TwistedNames/package.mk b/packages/python/web/TwistedNames/package.mk deleted file mode 100644 index 03db3e2578..0000000000 --- a/packages/python/web/TwistedNames/package.mk +++ /dev/null @@ -1,54 +0,0 @@ -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv) -# -# OpenELEC is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, or -# (at your option) any later version. -# -# OpenELEC is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC. If not, see . -################################################################################ - -PKG_NAME="TwistedNames" -PKG_VERSION="11.0.0" -PKG_REV="1" -PKG_ARCH="any" -PKG_LICENSE="MIT" -PKG_SITE="http://twistedmatrix.com/" -PKG_URL="http://twistedmatrix.com/Releases/Names/11.0/$PKG_NAME-$PKG_VERSION.tar.bz2" -PKG_DEPENDS_TARGET="toolchain Python distutilscross:host TwistedCore" -PKG_PRIORITY="optional" -PKG_SECTION="python/web" -PKG_SHORTDESC="TwistedNames: Name resolution part of Twisted framework" -PKG_LONGDESC="Twisted is an event-based framework for Internet applications. It includes a Web server, an SMTP/POP3 server, a telnet server, an SSH server, an IRC server, a DNS server, a generic client/server pair for remote object access (Perspective Broker), and APIs for creating new protocols. It supports integration with GTK+, GTK+ 2, Qt, Tkinter, wxPython, Mac OS X (PyObjC) and Win32 event loops. It also supports TCP, SSL and TLS, UDP, Unix sockets, multicast, and serial ports. Supported protocols include HTTP, FTP, SMTP, POP3, IMAP, TOC, OSCAR (AIM and ICQ), SSH, DNS, IRC, NNTP, Jabber, SOCKSv4, Telnet, SIP (for VoIP), and XML-RPC and SOAP using external packages. Most protocols are supported as both servers and clients." - -PKG_IS_ADDON="no" -PKG_AUTORECONF="no" - -pre_make_target() { - export PYTHONXCPREFIX="$SYSROOT_PREFIX/usr" -} - -make_target() { - python setup.py build --cross-compile -} - -makeinstall_target() { - python setup.py install --root=$INSTALL --prefix=/usr - -# install to toolchain because its needed for other twisted modules - python setup.py install --prefix $ROOT/$TOOLCHAIN -} - -post_makeinstall_target() { - rm -rf $INSTALL/usr/bin - find $INSTALL/usr/lib -name "*.py" -exec rm -rf "{}" ";" - rm -rf $INSTALL/usr/lib/python*/site-packages/twisted/names/test -} From 219b187452bc80f674bbad6a77385d1f17663f2b Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Sat, 1 Aug 2015 12:39:38 +0300 Subject: [PATCH 05/11] (cleanup) remove package: TwistedWords --- packages/python/web/TwistedWords/package.mk | 54 --------------------- 1 file changed, 54 deletions(-) delete mode 100644 packages/python/web/TwistedWords/package.mk diff --git a/packages/python/web/TwistedWords/package.mk b/packages/python/web/TwistedWords/package.mk deleted file mode 100644 index ad484bf5f9..0000000000 --- a/packages/python/web/TwistedWords/package.mk +++ /dev/null @@ -1,54 +0,0 @@ -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv) -# -# OpenELEC is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, or -# (at your option) any later version. -# -# OpenELEC is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC. If not, see . -################################################################################ - -PKG_NAME="TwistedWords" -PKG_VERSION="11.0.0" -PKG_REV="1" -PKG_ARCH="any" -PKG_LICENSE="MIT" -PKG_SITE="http://twistedmatrix.com/" -PKG_URL="http://twistedmatrix.com/Releases/Words/11.0/$PKG_NAME-$PKG_VERSION.tar.bz2" -PKG_DEPENDS_TARGET="toolchain Python distutilscross:host TwistedCore" -PKG_PRIORITY="optional" -PKG_SECTION="python/web" -PKG_SHORTDESC="TwistedWords: An event-based networking framework for Internet applications" -PKG_LONGDESC="Twisted is an event-based framework for Internet applications. It includes a Web server, an SMTP/POP3 server, a telnet server, an SSH server, an IRC server, a DNS server, a generic client/server pair for remote object access (Perspective Broker), and APIs for creating new protocols. It supports integration with GTK+, GTK+ 2, Qt, Tkinter, wxPython, Mac OS X (PyObjC) and Win32 event loops. It also supports TCP, SSL and TLS, UDP, Unix sockets, multicast, and serial ports. Supported protocols include HTTP, FTP, SMTP, POP3, IMAP, TOC, OSCAR (AIM and ICQ), SSH, DNS, IRC, NNTP, Jabber, SOCKSv4, Telnet, SIP (for VoIP), and XML-RPC and SOAP using external packages. Most protocols are supported as both servers and clients." - -PKG_IS_ADDON="no" -PKG_AUTORECONF="no" - -pre_make_target() { - export PYTHONXCPREFIX="$SYSROOT_PREFIX/usr" -} - -make_target() { - python setup.py build --cross-compile -} - -makeinstall_target() { - python setup.py install --root=$INSTALL --prefix=/usr - -# install to toolchain because its needed for other twisted modules - python setup.py install --prefix $ROOT/$TOOLCHAIN -} - -post_makeinstall_target() { - rm -rf $INSTALL/usr/bin - find $INSTALL/usr/lib -name "*.py" -exec rm -rf "{}" ";" - rm -rf $INSTALL/usr/lib/python*/site-packages/twisted/words/test -} From 34a8bb03df2338fdf676fd41c57e214bcd68c37f Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Sat, 1 Aug 2015 12:39:38 +0300 Subject: [PATCH 06/11] (cleanup) remove package: TwistedCore --- packages/python/web/TwistedCore/package.mk | 56 ------------------- .../TwistedCore-11.0.0-setuptools.patch | 12 ---- 2 files changed, 68 deletions(-) delete mode 100644 packages/python/web/TwistedCore/package.mk delete mode 100644 packages/python/web/TwistedCore/patches/TwistedCore-11.0.0-setuptools.patch diff --git a/packages/python/web/TwistedCore/package.mk b/packages/python/web/TwistedCore/package.mk deleted file mode 100644 index 644ace44e6..0000000000 --- a/packages/python/web/TwistedCore/package.mk +++ /dev/null @@ -1,56 +0,0 @@ -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv) -# -# OpenELEC is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, or -# (at your option) any later version. -# -# OpenELEC is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC. If not, see . -################################################################################ - -PKG_NAME="TwistedCore" -PKG_VERSION="11.0.0" -PKG_REV="1" -PKG_ARCH="any" -PKG_LICENSE="MIT" -PKG_SITE="http://twistedmatrix.com/" -PKG_URL="http://twistedmatrix.com/Releases/Core/11.0/$PKG_NAME-$PKG_VERSION.tar.bz2" -PKG_DEPENDS_TARGET="toolchain Python distutilscross:host" -PKG_PRIORITY="optional" -PKG_SECTION="python/web" -PKG_SHORTDESC="TwistedCore: An event-based networking framework for Internet applications" -PKG_LONGDESC="Twisted is an event-based framework for Internet applications. It includes a Web server, an SMTP/POP3 server, a telnet server, an SSH server, an IRC server, a DNS server, a generic client/server pair for remote object access (Perspective Broker), and APIs for creating new protocols. It supports integration with GTK+, GTK+ 2, Qt, Tkinter, wxPython, Mac OS X (PyObjC) and Win32 event loops. It also supports TCP, SSL and TLS, UDP, Unix sockets, multicast, and serial ports. Supported protocols include HTTP, FTP, SMTP, POP3, IMAP, TOC, OSCAR (AIM and ICQ), SSH, DNS, IRC, NNTP, Jabber, SOCKSv4, Telnet, SIP (for VoIP), and XML-RPC and SOAP using external packages. Most protocols are supported as both servers and clients." - -PKG_IS_ADDON="no" -PKG_AUTORECONF="no" - -pre_make_target() { - export PYTHONXCPREFIX="$SYSROOT_PREFIX/usr" -} - -make_target() { - python setup.py build --cross-compile -} - -makeinstall_target() { - python setup.py install --root=$INSTALL --prefix=/usr - -# install to toolchain because its needed for other twisted modules - python setup.py install --prefix $ROOT/$TOOLCHAIN -} - -post_makeinstall_target() { - rm -rf $INSTALL/usr/bin - mkdir -p $INSTALL/usr/bin - cp bin/twistd $INSTALL/usr/bin - - find $INSTALL/usr/lib -name "*.py" -exec rm -rf "{}" ";" -} diff --git a/packages/python/web/TwistedCore/patches/TwistedCore-11.0.0-setuptools.patch b/packages/python/web/TwistedCore/patches/TwistedCore-11.0.0-setuptools.patch deleted file mode 100644 index e5b89f06c6..0000000000 --- a/packages/python/web/TwistedCore/patches/TwistedCore-11.0.0-setuptools.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur TwistedCore-10.1.0/twisted/python/dist.py TwistedCore-10.1.0.patch/twisted/python/dist.py ---- TwistedCore-10.1.0/twisted/python/dist.py 2009-04-14 14:03:09.000000000 +0200 -+++ TwistedCore-10.1.0.patch/twisted/python/dist.py 2010-10-19 00:46:32.896878949 +0200 -@@ -10,7 +10,7 @@ - from distutils.command import build_scripts, install_data, build_ext, build_py - from distutils.errors import CompileError - from distutils import core --from distutils.core import Extension -+from setuptools import Extension - - twisted_subprojects = ["conch", "lore", "mail", "names", - "news", "pair", "runner", "web", "web2", From 96a1fc7c8cf3d24acecf7686947b3fc2ea95f6d7 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Sat, 1 Aug 2015 12:39:39 +0300 Subject: [PATCH 07/11] (cleanup) remove package: zope.interface --- packages/python/web/zope.interface/package.mk | 52 ------------------- 1 file changed, 52 deletions(-) delete mode 100644 packages/python/web/zope.interface/package.mk diff --git a/packages/python/web/zope.interface/package.mk b/packages/python/web/zope.interface/package.mk deleted file mode 100644 index bb8ab82c61..0000000000 --- a/packages/python/web/zope.interface/package.mk +++ /dev/null @@ -1,52 +0,0 @@ -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv) -# -# OpenELEC is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, or -# (at your option) any later version. -# -# OpenELEC is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC. If not, see . -################################################################################ - -PKG_NAME="zope.interface" -PKG_VERSION="3.3.0" -PKG_REV="1" -PKG_ARCH="any" -PKG_LICENSE="OSS" -PKG_SITE="http://zope.org/Products/ZopeInterface/" -PKG_URL="http://www.zope.org/Products/ZopeInterface/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.gz" -PKG_DEPENDS_TARGET="toolchain Python distutilscross:host" -PKG_PRIORITY="optional" -PKG_SECTION="python/web" -PKG_SHORTDESC="zopeinterface: zope.interface package from Zope 3" -PKG_LONGDESC="This is a separate distribution of the zope.interface package used in Zope 3, along with the packages it depends on." - -PKG_IS_ADDON="no" -PKG_AUTORECONF="no" - -pre_make_target() { - export PYTHONXCPREFIX="$SYSROOT_PREFIX/usr" -} - -make_target() { - python setup.py build --cross-compile -} - -makeinstall_target() { - python setup.py install --root=$INSTALL --prefix=/usr - -# install to toolchain because its needed for other twisted modules - python setup.py install --prefix $ROOT/$TOOLCHAIN -} - -post_makeinstall_target() { - find $INSTALL/usr/lib -name "*.py" -exec rm -rf "{}" ";" -} From 8b85b51736f8f65d71e65b5ed759dc74a46ee183 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Sat, 1 Aug 2015 12:39:39 +0300 Subject: [PATCH 08/11] (cleanup) remove package: PyYAML --- packages/python/web/PyYAML/package.mk | 49 ------------------- .../patches/PyYAML-3.10-setuptools.patch | 15 ------ 2 files changed, 64 deletions(-) delete mode 100644 packages/python/web/PyYAML/package.mk delete mode 100644 packages/python/web/PyYAML/patches/PyYAML-3.10-setuptools.patch diff --git a/packages/python/web/PyYAML/package.mk b/packages/python/web/PyYAML/package.mk deleted file mode 100644 index 28b39ac853..0000000000 --- a/packages/python/web/PyYAML/package.mk +++ /dev/null @@ -1,49 +0,0 @@ -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv) -# -# OpenELEC is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, or -# (at your option) any later version. -# -# OpenELEC is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC. If not, see . -################################################################################ - -PKG_NAME="PyYAML" -PKG_VERSION="3.10" -PKG_REV="1" -PKG_ARCH="any" -PKG_LICENSE="OSS" -PKG_SITE="http://pyyaml.org/" -PKG_URL="http://pyyaml.org/download/pyyaml/$PKG_NAME-$PKG_VERSION.tar.gz" -PKG_DEPENDS_TARGET="toolchain Python distutilscross:host yaml" -PKG_PRIORITY="optional" -PKG_SECTION="python/web" -PKG_SHORTDESC="PyYAML: a next generation YAML parser and emitter for Python." -PKG_LONGDESC="PyYAML is the next generation YAML parser and emitter for Python." - -PKG_IS_ADDON="no" -PKG_AUTORECONF="no" - -pre_make_target() { - export PYTHONXCPREFIX="$SYSROOT_PREFIX/usr" -} - -make_target() { - python setup.py build --cross-compile -} - -makeinstall_target() { - python setup.py install --root=$INSTALL --prefix=/usr -} - -post_makeinstall_target() { - find $INSTALL/usr/lib -name "*.py" -exec rm -rf "{}" ";" -} diff --git a/packages/python/web/PyYAML/patches/PyYAML-3.10-setuptools.patch b/packages/python/web/PyYAML/patches/PyYAML-3.10-setuptools.patch deleted file mode 100644 index eb2ebfe276..0000000000 --- a/packages/python/web/PyYAML/patches/PyYAML-3.10-setuptools.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -Naur PyYAML-3.10/setup.py PyYAML-3.10.patch/setup.py ---- PyYAML-3.10/setup.py 2011-05-30 05:31:04.000000000 +0200 -+++ PyYAML-3.10.patch/setup.py 2011-07-17 17:49:50.360528344 +0200 -@@ -62,9 +62,10 @@ - import sys, os.path - - from distutils import log -+from setuptools import setup - from distutils.core import setup, Command - from distutils.core import Distribution as _Distribution --from distutils.core import Extension as _Extension -+from setuptools import Extension as _Extension - from distutils.dir_util import mkpath - from distutils.command.build_ext import build_ext as _build_ext - from distutils.command.bdist_rpm import bdist_rpm as _bdist_rpm From 9e1504c375f3a937c209ebe57e4802caaaa2b2bb Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Sat, 1 Aug 2015 12:39:40 +0300 Subject: [PATCH 09/11] (cleanup) remove package: yaml --- packages/web/yaml/package.mk | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 packages/web/yaml/package.mk diff --git a/packages/web/yaml/package.mk b/packages/web/yaml/package.mk deleted file mode 100644 index 65f8aeb6dc..0000000000 --- a/packages/web/yaml/package.mk +++ /dev/null @@ -1,33 +0,0 @@ -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv) -# -# OpenELEC is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, or -# (at your option) any later version. -# -# OpenELEC is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC. If not, see . -################################################################################ - -PKG_NAME="yaml" -PKG_VERSION="0.1.4" -PKG_REV="1" -PKG_ARCH="any" -PKG_LICENSE="OSS" -PKG_SITE="http://pyyaml.org" -PKG_URL="http://pyyaml.org/download/libyaml/$PKG_NAME-$PKG_VERSION.tar.gz" -PKG_DEPENDS_TARGET="toolchain" -PKG_PRIORITY="optional" -PKG_SECTION="web" -PKG_SHORTDESC="yaml: a next generation YAML parser and emitter." -PKG_LONGDESC="yaml is the next generation YAML parser and emitter." - -PKG_IS_ADDON="no" -PKG_AUTORECONF="yes" From f0d62fa981bc49aa3ddc164c0d72cb635cfb5418 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Sat, 1 Aug 2015 12:39:40 +0300 Subject: [PATCH 10/11] (cleanup) remove package: pyasn1-modules --- .../python/system/pyasn1-modules/package.mk | 49 ------------------- 1 file changed, 49 deletions(-) delete mode 100644 packages/python/system/pyasn1-modules/package.mk diff --git a/packages/python/system/pyasn1-modules/package.mk b/packages/python/system/pyasn1-modules/package.mk deleted file mode 100644 index 22b463b519..0000000000 --- a/packages/python/system/pyasn1-modules/package.mk +++ /dev/null @@ -1,49 +0,0 @@ -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv) -# -# OpenELEC is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, or -# (at your option) any later version. -# -# OpenELEC is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC. If not, see . -################################################################################ - -PKG_NAME="pyasn1-modules" -PKG_VERSION="0.0.1a" -PKG_REV="1" -PKG_ARCH="any" -PKG_LICENSE="BSD" -PKG_SITE="http://sourceforge.net/projects/pyasn1/" -PKG_URL="$SOURCEFORGE_SRC/pyasn1/pyasn1-modules/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.gz" -PKG_DEPENDS_TARGET="toolchain Python distutilscross:host pyasn1" -PKG_PRIORITY="optional" -PKG_SECTION="python/system" -PKG_SHORTDESC="pyasn1-modules: a collection of protocols modules written in ASN.1 language." -PKG_LONGDESC="pyasn1-modules is a collection of protocols modules written in ASN.1 language." - -PKG_IS_ADDON="no" -PKG_AUTORECONF="no" - -pre_make_target() { - export PYTHONXCPREFIX="$SYSROOT_PREFIX/usr" -} - -make_target() { - python setup.py build --cross-compile -} - -makeinstall_target() { - python setup.py install --root=$INSTALL --prefix=/usr -} - -post_makeinstall_target() { - find $INSTALL/usr/lib -name "*.py" -exec rm -rf "{}" ";" -} From 3db4430c5b1be0dadf39df692cac53bc2ed4beef Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Sat, 1 Aug 2015 12:39:40 +0300 Subject: [PATCH 11/11] (cleanup) remove package: pyasn1 --- packages/python/system/pyasn1/package.mk | 49 ------------------------ 1 file changed, 49 deletions(-) delete mode 100644 packages/python/system/pyasn1/package.mk diff --git a/packages/python/system/pyasn1/package.mk b/packages/python/system/pyasn1/package.mk deleted file mode 100644 index 313813bae7..0000000000 --- a/packages/python/system/pyasn1/package.mk +++ /dev/null @@ -1,49 +0,0 @@ -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv) -# -# OpenELEC is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, or -# (at your option) any later version. -# -# OpenELEC is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC. If not, see . -################################################################################ - -PKG_NAME="pyasn1" -PKG_VERSION="0.0.13b" -PKG_REV="1" -PKG_ARCH="any" -PKG_LICENSE="BSD" -PKG_SITE="http://sourceforge.net/projects/pyasn1/" -PKG_URL="$SOURCEFORGE_SRC/pyasn1/pyasn1-devel/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.gz" -PKG_DEPENDS_TARGET="toolchain Python distutilscross:host" -PKG_PRIORITY="optional" -PKG_SECTION="python/system" -PKG_SHORTDESC="pyasn1: ASN.1 types and codecs" -PKG_LONGDESC="pyasn1: ASN.1 types and codecs." - -PKG_IS_ADDON="no" -PKG_AUTORECONF="no" - -pre_make_target() { - export PYTHONXCPREFIX="$SYSROOT_PREFIX/usr" -} - -make_target() { - python setup.py build --cross-compile -} - -makeinstall_target() { - python setup.py install --root=$INSTALL --prefix=/usr -} - -post_makeinstall_target() { - find $INSTALL/usr/lib -name "*.py" -exec rm -rf "{}" ";" -}