diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-01-03 23:29:16 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-01-04 00:35:12 +0100 |
commit | 4569a66b79eba9717aedc2afbce365ecf565a92c (patch) | |
tree | e647f9b592fc46b0d7a87251618cef40d53ea969 /dev-python/flask-migrate | |
parent | dev-python/flask-babel: Clean old up (diff) | |
download | gentoo-4569a66b79eba9717aedc2afbce365ecf565a92c.tar.gz gentoo-4569a66b79eba9717aedc2afbce365ecf565a92c.tar.bz2 gentoo-4569a66b79eba9717aedc2afbce365ecf565a92c.zip |
dev-python/flask-migrate: Clean old up
Diffstat (limited to 'dev-python/flask-migrate')
-rw-r--r-- | dev-python/flask-migrate/Manifest | 2 | ||||
-rw-r--r-- | dev-python/flask-migrate/flask-migrate-1.3.0.ebuild | 33 | ||||
-rw-r--r-- | dev-python/flask-migrate/flask-migrate-2.0.0.ebuild | 33 |
3 files changed, 0 insertions, 68 deletions
diff --git a/dev-python/flask-migrate/Manifest b/dev-python/flask-migrate/Manifest index 052817f60041..a69e1757febf 100644 --- a/dev-python/flask-migrate/Manifest +++ b/dev-python/flask-migrate/Manifest @@ -1,3 +1 @@ -DIST Flask-Migrate-1.3.0.tar.gz 8400 BLAKE2B 929599d18558cdc8bdc152c18f10ce76654b00507ae71a564e573dbc644300f2c77f4fdd0a8657a67ad6ef2ca34629a14cafcfa154fec13bb7be8438a031f225 SHA512 dbec7fee9027f9446c57a3d24b171a59dcde1e7023e20efc7eb578f41b7c5228a6704edf2cf7afec5e2fc5f8c37a76abeae5a1b9cf0d95c132e7e834f31f7b14 -DIST Flask-Migrate-2.0.0.tar.gz 10774 BLAKE2B 5e70af28727aafd961fc87a71f12470c53e5aaebdc0f88b16074e2849d92a2a5259cff374196dd43d79c6f80b5ee5523b27642c3f96f84862ce8fd8a38e43049 SHA512 7a4118ba5089bb9f7660ec64407793c5bf9436ac21dc5d8f406294b08bade175f385e2e5eab35f33480df730aee6b580cd181f2a970b2cd7c9072dec4e7bb55e DIST Flask-Migrate-2.1.1.tar.gz 15034 BLAKE2B b9cbf7bd15bd9dc8bba27e0c79800ec283b58e4fa9980a01f028e73225af1392b6271be0cd94a79de2cfc69fae1ea75e4ea1166b2a12cb7b398a6775f0f31583 SHA512 b5bf6b1b15dfa969e645640d14077fd4755f0db9279a75045fbc3ac685ff32ec19b3207b3d937e341e3546ba5c5c34e509c3964cc63d0e864f200c706b73d851 diff --git a/dev-python/flask-migrate/flask-migrate-1.3.0.ebuild b/dev-python/flask-migrate/flask-migrate-1.3.0.ebuild deleted file mode 100644 index 6987c1f86b5a..000000000000 --- a/dev-python/flask-migrate/flask-migrate-1.3.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -MY_PN="Flask-Migrate" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="SQLAlchemy database migrations for Flask applications using Alembic" -HOMEPAGE="https://pypi.python.org/pypi/Flask-Migrate" -SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" - -RDEPEND="dev-python/flask[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/alembic[${PYTHON_USEDEP}] - dev-python/flask-sqlalchemy[${PYTHON_USEDEP}] - dev-python/flask-script[${PYTHON_USEDEP}] - " - -S="${WORKDIR}/${MY_P}" - -python_test() { - nosetests || die "Testing failed with ${EPYTHON}" -} diff --git a/dev-python/flask-migrate/flask-migrate-2.0.0.ebuild b/dev-python/flask-migrate/flask-migrate-2.0.0.ebuild deleted file mode 100644 index a97b5fcfafe3..000000000000 --- a/dev-python/flask-migrate/flask-migrate-2.0.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) - -inherit distutils-r1 - -MY_PN="Flask-Migrate" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="SQLAlchemy database migrations for Flask applications using Alembic" -HOMEPAGE="https://pypi.python.org/pypi/Flask-Migrate" -SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=">=dev-python/flask-0.9[${PYTHON_USEDEP}] - >=dev-python/alembic-0.6[${PYTHON_USEDEP}] - >=dev-python/flask-sqlalchemy-1.0[${PYTHON_USEDEP}] - >=dev-python/flask-script-0.6[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[${PYTHON_USEDEP}] )" - -S="${WORKDIR}/${MY_P}" - -python_test() { - nosetests -v || die "Testing failed with ${EPYTHON}" -} |