From 50d40069f660e6fad1422e09254545ba9f09c132 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Mon, 25 Aug 2014 22:43:16 +0200 Subject: Cleanup old flask- ebuilds --- dev-python/flask-login/Manifest | 1 - dev-python/flask-login/flask-login-0.2.7.ebuild | 26 ---------- dev-python/flask-restless/Manifest | 1 - dev-python/flask-restless/files/docbuild.patch | 57 -------------------- .../flask-restless/flask-restless-0.12.0.ebuild | 60 ---------------------- dev-python/flask-sqlalchemy/Manifest | 1 - .../flask-sqlalchemy/flask-sqlalchemy-1.0.ebuild | 32 ------------ dev-python/passlib/Manifest | 1 - dev-python/passlib/passlib-1.6.1.ebuild | 30 ----------- dev-python/wtforms/Manifest | 1 - dev-python/wtforms/wtforms-1.0.5.ebuild | 47 ----------------- 11 files changed, 257 deletions(-) delete mode 100644 dev-python/flask-login/Manifest delete mode 100644 dev-python/flask-login/flask-login-0.2.7.ebuild delete mode 100644 dev-python/flask-restless/Manifest delete mode 100644 dev-python/flask-restless/files/docbuild.patch delete mode 100644 dev-python/flask-restless/flask-restless-0.12.0.ebuild delete mode 100644 dev-python/flask-sqlalchemy/Manifest delete mode 100644 dev-python/flask-sqlalchemy/flask-sqlalchemy-1.0.ebuild delete mode 100644 dev-python/passlib/Manifest delete mode 100644 dev-python/passlib/passlib-1.6.1.ebuild delete mode 100644 dev-python/wtforms/Manifest delete mode 100644 dev-python/wtforms/wtforms-1.0.5.ebuild diff --git a/dev-python/flask-login/Manifest b/dev-python/flask-login/Manifest deleted file mode 100644 index 776c8ef..0000000 --- a/dev-python/flask-login/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST Flask-Login-0.2.7.tar.gz 10199 SHA256 756f5010b3dc9a4b50dd84856fad404d773bcca354993b6e2641b0c7ddb0f636 SHA512 8860908d4dc6e4f9e6336598f676d3fa9b1e68855b10d045fadca9e7fe042f428bcc02f61237c515050af5d79ca23666780b75450e7a17c650e764d6afaf2919 WHIRLPOOL 411ee15364c21948bd553c1db1b1ccef13e51c61838b6fd8e4191da2c252123c73718bc8b633de445fe360e343c43cb1caa22353ac8e337b8da6d5debf1ab64b diff --git a/dev-python/flask-login/flask-login-0.2.7.ebuild b/dev-python/flask-login/flask-login-0.2.7.ebuild deleted file mode 100644 index c4d51b1..0000000 --- a/dev-python/flask-login/flask-login-0.2.7.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-login/flask-login-0.2.7.ebuild,v 1.1 2013/09/02 03:49:55 patrick Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_3} ) - -inherit distutils-r1 - -MY_PN="Flask-Login" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Login session support for Flask" -HOMEPAGE="http://pypi.python.org/pypi/Flask-Login" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-python/flask-0.10[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -S="${WORKDIR}/${MY_P}" diff --git a/dev-python/flask-restless/Manifest b/dev-python/flask-restless/Manifest deleted file mode 100644 index e3bfb6e..0000000 --- a/dev-python/flask-restless/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST flask-restless-0.12.0.tar.gz 502639 SHA256 440e20d97fc75b51339c653f3b741de7fda092ea41d5c3b2c7aea40387fb42e6 SHA512 576ecc36f6eb79c9f27ee146f755de0e0abac8ec46556b4ddc7a4e4dc9b410d31a9998512666c14edf4f4fe7e0d31d29cea28629d3c0a8174ba544aa47d86543 WHIRLPOOL bc205d6ab32210da64549321a8a550029406d62e8be92526c22acf07020b027d05b244c3756f00ce7e187d916ed267bf1cab5d5306bc3cd230e1711ea1b158e3 diff --git a/dev-python/flask-restless/files/docbuild.patch b/dev-python/flask-restless/files/docbuild.patch deleted file mode 100644 index 7e4c655..0000000 --- a/dev-python/flask-restless/files/docbuild.patch +++ /dev/null @@ -1,57 +0,0 @@ -A number of these settings are simply unworkable in gentoo -diff -ur flask-restless-0.11.0.orig/docs/conf.py flask-restless-0.11.0/docs/conf.py ---- docs/conf.py 2013-05-19 01:50:21.000000000 +0800 -+++ docs/conf.py 2013-06-10 23:39:05.741199580 +0800 -@@ -99,7 +99,6 @@ - - # The name of the Pygments (syntax highlighting) style to use. - #pygments_style = 'sphinx' --pygments_style = 'flask_theme_support.FlaskyStyle' - - # A list of ignored prefixes for module index sorting. - #modindex_common_prefix = [] -@@ -110,14 +110,11 @@ - # The theme to use for HTML and HTML Help pages. See the documentation for - # a list of builtin themes. - #html_theme = 'default' --html_theme = 'flask' -+#html_theme = 'flask' - - # Theme options are theme-specific and customize the look and feel of a theme - # further. For a list of options available for each theme, see the - # documentation. --html_theme_options = { -- 'index_logo': 'flask-restless.png' --} - - # Add any paths that contain custom themes here, relative to this directory. - html_theme_path = ['_themes'] -@@ -253,25 +250,12 @@ - [u'Jeffrey Finkelstein'], 1) - ] - -- --# Example configuration for intersphinx: refer to the Python standard library. --intersphinx_mapping = {'python': ('http://docs.python.org/', None), -- 'flask': ('http://flask.pocoo.org/docs', None), -- 'sqlalchemy': ('http://sqlalchemy.org/docs', None), -- 'flasksqlalchemy': -- ('http://packages.python.org/Flask-SQLAlchemy', -- None)} -- - # fall back if theme is not there - try: -- __import__('flask_theme_support') -+ from flaskext import themes -+ themes.html_theme = 'flask' - except ImportError, e: -- print '-' * 74 -- print 'Warning: Flask themes unavailable. Building with default theme' -- print 'If you want the Flask themes, run this command and build again:' -- print -- print ' git submodule update --init' -- print '-' * 74 -+ print 'flask theme unavailable' - - pygments_style = 'tango' - html_theme = 'default' diff --git a/dev-python/flask-restless/flask-restless-0.12.0.ebuild b/dev-python/flask-restless/flask-restless-0.12.0.ebuild deleted file mode 100644 index 28993ae..0000000 --- a/dev-python/flask-restless/flask-restless-0.12.0.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-restless/flask-restless-0.11.0-r1.ebuild,v 1.4 2013/08/25 03:13:48 floppym Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) - -inherit distutils-r1 - -DESCRIPTION="Flask extension for easy ReSTful API generation" -HOMEPAGE="http://packages.python.org/Flask-Restless/" -SRC_URI="https://github.com/jfinkels/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="|| ( AGPL-3 BSD )" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="doc examples test" - -RDEPEND=">=dev-python/flask-0.7[${PYTHON_USEDEP}] - dev-python/flask-sqlalchemy[${PYTHON_USEDEP}] - dev-python/sqlalchemy[${PYTHON_USEDEP}] - dev-python/python-dateutil:0[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( virtual/python-unittest2[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] ) - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] - >=dev-python/sphinxcontrib-httpdomain-1.1.7[${PYTHON_USEDEP}] - >=dev-python/sphinxcontrib-issuetracker-0.11[${PYTHON_USEDEP}] - dev-python/flask-themes[${PYTHON_USEDEP}] )" - -PATCHES=( "${FILESDIR}"/docbuild.patch ) - -python_compile_all() { - if use doc; then - if ! "${PYTHON}" -c "import flask_restless"; then - eerror "flask-restless is not installed. Building of the docs" - eerror "requires flask-restless to already be installed." - eerror "Firstly emerge without USE=doc, then re-emerge with USE=doc" - eerror "" - die - fi - # Changes connect to read issues @ github - rm -f docs/changelog.rst - einfo "Generating html docs for ${PN}" - PYTHONPATH=${PYTHONPATH}"${S}"/docs emake -C docs html \ - || die "Generating html docs for ${PN} failed" - fi -} - -python_test() { - nosetests tests/test_*.py || die "Tests failed under ${EPYTHON}" -} - -python_install_all() { - use doc && local HTML_DOCS=( docs/_build/html/. ) - use examples && local EXAMPLES=( examples/. ) - distutils-r1_python_install_all -} diff --git a/dev-python/flask-sqlalchemy/Manifest b/dev-python/flask-sqlalchemy/Manifest deleted file mode 100644 index 76de581..0000000 --- a/dev-python/flask-sqlalchemy/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST Flask-SQLAlchemy-1.0.tar.gz 92063 SHA256 7f0e218fa9066b34b73fdc470386a37ee117b8a862db98c1bca8236d8cffe7a1 SHA512 0ab84f4f5a0709c25d6177431787898f13543bd5a97fc67da9a376be66bfb27d1d7437d28a73e5052b5d20cab237b22a16add91159efaabdd133ca2f546fa5b4 WHIRLPOOL b0b394354975943d216d9fd690012cfd32c3b263ade0d85d92ebee856905fddbb523b3db5e6ec74574ddff0de57ec3162884db6e1563f9a5b71b1223279a7b0e diff --git a/dev-python/flask-sqlalchemy/flask-sqlalchemy-1.0.ebuild b/dev-python/flask-sqlalchemy/flask-sqlalchemy-1.0.ebuild deleted file mode 100644 index f5de061..0000000 --- a/dev-python/flask-sqlalchemy/flask-sqlalchemy-1.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-sqlalchemy/flask-sqlalchemy-1.0.ebuild,v 1.1 2013/07/25 06:25:35 patrick Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_3} ) - -inherit distutils-r1 - -MY_PN="Flask-SQLAlchemy" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="SQLAlchemy support for Flask applications" -HOMEPAGE="http://pypi.python.org/pypi/Flask-SQLAlchemy" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-python/flask-0.10[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/sqlalchemy[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${MY_P}" - -python_test() { - #https://github.com/mitsuhiko/flask-sqlalchemy/issues/128 - nosetests || die "Tests failed under ${EPYTHON}" -} diff --git a/dev-python/passlib/Manifest b/dev-python/passlib/Manifest deleted file mode 100644 index 34f7ddc..0000000 --- a/dev-python/passlib/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST passlib-1.6.1.tar.gz 395855 SHA256 00cfb564feb2d97ebaf6b28acdc9277a0c73c3c1df7b2a7b65605c76e724177b SHA512 93c047dc0a06f19a20e5da97db43c5c76e06d69baeac15cc932ef0306ae22dac5c1a3925889a140fd181ab4e00ac513ec829951e15babf5aad89bd2d08dc9907 WHIRLPOOL b0840a1fd903000db06c1739d902e01c3cc4fb9f63692b0316fd60bd3393fa5be134037476da135306cc258fe38853269ebbb424d13f45edda9dd1c1b370d957 diff --git a/dev-python/passlib/passlib-1.6.1.ebuild b/dev-python/passlib/passlib-1.6.1.ebuild deleted file mode 100644 index f6f14cb..0000000 --- a/dev-python/passlib/passlib-1.6.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/passlib/passlib-1.6.1.ebuild,v 1.4 2013/09/05 18:46:43 mgorny Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) - -inherit distutils-r1 - -DESCRIPTION="Password hashing framework supporting over 20 schemes" -HOMEPAGE="http://code.google.com/p/passlib/" -SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz" - -LICENSE="BSD-2" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="test doc" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[${PYTHON_USEDEP}] )" -RDEPEND="" - -python_test() { - nosetests -w "${BUILD_DIR}"/lib || die "Tests fail with ${EPYTHON}" -} - -python_install_all() { - distutils-r1_python_install_all - use doc && dodoc docs/{*.rst,requirements.txt,lib/*.rst} -} diff --git a/dev-python/wtforms/Manifest b/dev-python/wtforms/Manifest deleted file mode 100644 index fe2c665..0000000 --- a/dev-python/wtforms/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST WTForms-1.0.5.zip 355186 SHA256 b36b06e230403927c5e679ba84834053e9df380a0c0414bf70bca4ba1f672227 SHA512 cf6a3fe3ec28c49beb1d382a4ac0b8c1bf86949a547d216874f858b423b866b7d1bf2ceff203c201e518504a811d9d0a72515aaec014410d2c696f1d83415cfe WHIRLPOOL e28d4fcbe7b63cd92c4b54359d48e42ec9cfbd75e88b64d3cab601a601395bc48f7463432bcec5c5288ae7e1c1430f9d735e4351c46aa97b59f019b6af972cdf diff --git a/dev-python/wtforms/wtforms-1.0.5.ebuild b/dev-python/wtforms/wtforms-1.0.5.ebuild deleted file mode 100644 index f15fc76..0000000 --- a/dev-python/wtforms/wtforms-1.0.5.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/wtforms-1.0.4.ebuild,v 1.4 2013/09/05 18:46:09 mgorny Exp $ - -EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) - -inherit distutils-r1 - -MY_PN="WTForms" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Flexible forms validation and rendering library for python web development" -HOMEPAGE="http://wtforms.simplecodes.com/ http://pypi.python.org/pypi/WTForms" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -S="${WORKDIR}/${MY_P}" - -DEPEND="app-arch/unzip - dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( >=dev-python/sphinx-0.6[${PYTHON_USEDEP}] )" -RDEPEND="" - -DOCS="AUTHORS.txt CHANGES.txt README.txt" - -python_test() { - esetup.py test || die "Tests failed for ${EPYTHON}" -} - -python_compile_all() { - if use doc; then - einfo "Generation of documentation" - cd docs - PYTHONPATH=".." emake html || die "Building of documentation failed" - fi -} - -python_install_all() { - if use doc; then - dohtml -r docs/_build/html/* || die "Installation of documentation failed" - fi -} -- cgit v1.2.3