diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-07-25 16:13:56 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-07-25 16:13:56 +0000 |
commit | 0211e5a685a8b0746ab56db8595fc4b56b7ce1c2 (patch) | |
tree | 221081a0083bc5d118034493c2e7e76b42038490 /dev-python/flask-sqlalchemy | |
parent | Stable on alpha, bug #329621 (diff) | |
download | gentoo-2-0211e5a685a8b0746ab56db8595fc4b56b7ce1c2.tar.gz gentoo-2-0211e5a685a8b0746ab56db8595fc4b56b7ce1c2.tar.bz2 gentoo-2-0211e5a685a8b0746ab56db8595fc4b56b7ce1c2.zip |
Delete older ebuild.
Diffstat (limited to 'dev-python/flask-sqlalchemy')
-rw-r--r-- | dev-python/flask-sqlalchemy/flask-sqlalchemy-0.6.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/flask-sqlalchemy/flask-sqlalchemy-0.6.ebuild b/dev-python/flask-sqlalchemy/flask-sqlalchemy-0.6.ebuild deleted file mode 100644 index ade59bba27dc..000000000000 --- a/dev-python/flask-sqlalchemy/flask-sqlalchemy-0.6.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-sqlalchemy/flask-sqlalchemy-0.6.ebuild,v 1.1 2010/07/15 17:43:36 robbat2 Exp $ - -EAPI=3 -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -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="http://pypi.python.org/packages/source/F/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - dev-python/setuptools - dev-python/flask" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/${MY_P} |