move setup.py files out of source tree

This commit is contained in:
Christophe Benz 2010-07-06 14:28:09 +02:00
commit 00110189c9
23 changed files with 416 additions and 209 deletions

View file

@ -1,46 +0,0 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright(C) 2010 Christophe Benz
#
# This program 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, version 3 of the License.
#
# This program 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 this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
from setuptools import setup
import os
setup(
name='weboob-boobank',
version='0.1',
description='Boobank, the Weboob bank-accounts swiss-knife',
long_description='List your bank accounts and get info about them',
author='Christophe Benz, Romain Bignon',
author_email='weboob@lists.symlink.me',
license='GPLv3',
url='http://weboob.org/Boobank',
namespace_packages = ['weboob', 'weboob.applications'],
packages=[
'weboob',
'weboob.applications',
'weboob.applications.boobank',
],
scripts=[
'scripts/boobank',
],
install_requires=[
'weboob-bank-backends',
],
)

View file

@ -1,46 +0,0 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright(C) 2010 Christophe Benz
#
# This program 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, version 3 of the License.
#
# This program 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 this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
from setuptools import setup
import os
setup(
name='weboob-masstransit',
version='0.1',
description='Masstransit, the Weboob travel swiss-knife, Hildon version (Maemo OS)',
long_description='Search for train stations and departure timegrids',
author='Julien Hébert',
author_email='weboob@lists.symlink.me',
license='GPLv3',
url='http://weboob.org/Masstransit',
namespace_packages = ['weboob', 'weboob.applications'],
packages=[
'weboob',
'weboob.applications',
'weboob.applications.masstransit',
],
scripts=[
'scripts/masstransit',
],
install_requires=[
'weboob-travel-backends',
],
)

View file

@ -1,45 +0,0 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright(C) 2010 Christophe Benz
#
# This program 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, version 3 of the License.
#
# This program 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 this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
from setuptools import setup
import os
setup(
name='weboob-monboob',
version='0.1',
description='Monboob, the Weboob e-mail swiss-knife',
author='Romain Bignon',
author_email='weboob@lists.symlink.me',
license='GPLv3',
url='http://weboob.org/Monboob',
namespace_packages = ['weboob', 'weboob.applications'],
packages=[
'weboob',
'weboob.applications',
'weboob.applications.monboob',
],
scripts=[
'scripts/monboob',
],
install_requires=[
'weboob-messages-backends',
],
)

View file

@ -1,48 +0,0 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright(C) 2010 Christophe Benz
#
# This program 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, version 3 of the License.
#
# This program 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 this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
from setuptools import setup
import os
os.system('make -C %s/ui' % os.path.dirname(__file__))
setup(
name='weboob-qboobmsg',
version='0.1',
description='QBoobMsg, the Weboob e-mail swiss-knife, Qt version',
author='Romain Bignon',
author_email='weboob@lists.symlink.me',
license='GPLv3',
url='http://weboob.org/QBoobMsg',
namespace_packages = ['weboob', 'weboob.applications'],
packages=[
'weboob',
'weboob.applications',
'weboob.applications.qboobmsg',
'weboob.applications.qboobmsg.ui',
],
scripts=[
'scripts/qboobmsg',
],
install_requires=[
'weboob-messages-backends',
],
)

View file

@ -1,49 +0,0 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright(C) 2010 Christophe Benz
#
# This program 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, version 3 of the License.
#
# This program 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 this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
from setuptools import setup
import os
os.system('make -C %s/ui' % os.path.dirname(__file__))
setup(
name='weboob-qhavesex',
version='0.1',
description='QHaveSex, the Weboob sexual life swiss-knife, Qt version',
long_description='Optimize your probabilities to have sex on dating websites',
author='Romain Bignon',
author_email='weboob@lists.symlink.me',
license='GPLv3',
url='http://weboob.org/QHaveSex',
namespace_packages = ['weboob', 'weboob.applications'],
packages=[
'weboob',
'weboob.applications',
'weboob.applications.qhavesex',
'weboob.applications.qhavesex.ui',
],
scripts=[
'scripts/qhavesex',
],
install_requires=[
'weboob-dating-backends',
],
)

View file

@ -1,49 +0,0 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright(C) 2010 Christophe Benz
#
# This program 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, version 3 of the License.
#
# This program 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 this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
from setuptools import setup
import os
os.system('make -C %s/ui' % os.path.dirname(__file__))
setup(
name='weboob-qvideoob',
version='0.1',
description='QVideoob, the Weboob video swiss-knife, Qt version',
long_description='Search for videos on many websites, and get info about them',
author='Romain Bignon',
author_email='weboob@lists.symlink.me',
license='GPLv3',
url='http://weboob.org/QVideoob',
namespace_packages = ['weboob', 'weboob.applications'],
packages=[
'weboob',
'weboob.applications',
'weboob.applications.qvideoob',
'weboob.applications.qvideoob.ui',
],
scripts=[
'scripts/qvideoob',
],
install_requires=[
'weboob-video-backends',
],
)

View file

@ -1,46 +0,0 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright(C) 2010 Christophe Benz
#
# This program 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, version 3 of the License.
#
# This program 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 this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
from setuptools import setup
import os
setup(
name='weboob-travel',
version='0.1',
description='The Weboob travel swiss-knife',
long_description='Search for train stations and departure timegrids',
author='Romain Bignon',
author_email='weboob@lists.symlink.me',
license='GPLv3',
url='http://weboob.org/Travel',
namespace_packages = ['weboob', 'weboob.applications'],
packages=[
'weboob',
'weboob.applications',
'weboob.applications.travel',
],
scripts=[
'scripts/travel',
],
install_requires=[
'weboob-travel-backends',
],
)

View file

@ -1,46 +0,0 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright(C) 2010 Christophe Benz
#
# This program 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, version 3 of the License.
#
# This program 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 this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
from setuptools import setup
import os
setup(
name='weboob-videoob',
version='0.1',
description='Videoob, the Weboob video swiss-knife',
long_description='Search for videos on many websites, and get info about them',
author='Christophe Benz',
author_email='weboob@lists.symlink.me',
license='GPLv3',
url='http://weboob.org/Videoob',
namespace_packages = ['weboob', 'weboob.applications'],
packages=[
'weboob',
'weboob.applications',
'weboob.applications.videoob',
],
scripts=[
'scripts/videoob',
],
install_requires=[
'weboob-video-backends',
],
)

View file

@ -1,48 +0,0 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright(C) 2010 Christophe Benz
#
# This program 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, version 3 of the License.
#
# This program 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 this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
from setuptools import setup
import os
setup(
name='weboob-videoob-web',
version='0.1',
description='Videoob-web, the Weboob video swiss-knife, web server version',
long_description='Search for videos on many websites, and get info about them',
author='Christophe Benz',
author_email='weboob@lists.symlink.me',
license='GPLv3',
url='http://weboob.org/VideoobWeb',
namespace_packages = ['weboob', 'weboob.applications'],
packages=[
'weboob',
'weboob.applications',
'weboob.applications.videoob_web',
'weboob.applications.videoob_web.public',
'weboob.applications.videoob_web.templates',
],
scripts=[
'scripts/videoob-web-server',
],
install_requires=[
'weboob-video-backends',
],
)

View file

@ -1,46 +0,0 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright(C) 2010 Christophe Benz
#
# This program 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, version 3 of the License.
#
# This program 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 this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
from setuptools import setup
import os
setup(
name='weboob-weboorrents',
version='0.1',
description='Weboorrents, the Weboob bittorrent swiss-knife',
long_description='Search for torrents on many websites, and get info about them',
author='Romain Bignon',
author_email='weboob@lists.symlink.me',
license='GPLv3',
url='http://weboob.org/Weboorrents',
namespace_packages = ['weboob', 'weboob.applications'],
packages=[
'weboob',
'weboob.applications',
'weboob.applications.weboorrents',
],
scripts=[
'scripts/weboorrents',
],
install_requires=[
'weboob-torrent-backends',
],
)

View file

@ -1,45 +0,0 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright(C) 2010 Christophe Benz
#
# This program 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, version 3 of the License.
#
# This program 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 this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
from setuptools import setup
import os
setup(
name='weboob-wetboobs',
version='0.1',
description='Wetboobs, the Weboob weather forecast swiss-knife',
author='Romain Bignon',
author_email='weboob@lists.symlink.me',
license='GPLv3',
url='http://weboob.org/Wetboobs',
namespace_packages = ['weboob', 'weboob.applications'],
packages=[
'weboob',
'weboob.applications',
'weboob.applications.wetboobs',
],
scripts=[
'scripts/wetboobs',
],
install_requires=[
'weboob-weather-backends',
],
)