diff options
| author | Matthew Thode <prometheanfire@gentoo.org> | 2020-02-11 13:43:23 -0600 |
|---|---|---|
| committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-02-11 13:44:17 -0600 |
| commit | d8db8564ebb8a742124f360b957d06cf5f9ed0c3 (patch) | |
| tree | d7bd7d3b0780b2babc5e42c40569b6ab3d0eca5b /dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.9.2.ebuild | |
| parent | 805432647ca10f8b26ed0741e80d352e0ef2a0af (diff) | |
| download | gentoo-d8db8564ebb8a742124f360b957d06cf5f9ed0c3.tar.gz gentoo-d8db8564ebb8a742124f360b957d06cf5f9ed0c3.tar.bz2 gentoo-d8db8564ebb8a742124f360b957d06cf5f9ed0c3.zip | |
dev-python/sqlalchemy-migrate: cleanup
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.9.2.ebuild')
| -rw-r--r-- | dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.9.2.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.9.2.ebuild b/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.9.2.ebuild deleted file mode 100644 index 415e9bf7c5a0..000000000000 --- a/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.9.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -# py3 has a syntax errors. On testing it is underdone -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="SQLAlchemy Schema Migration Tools" -HOMEPAGE="https://pypi.org/project/sqlalchemy-migrate/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 sparc x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/pbr-0.5.21[${PYTHON_USEDEP}] - <dev-python/pbr-1.0[${PYTHON_USEDEP}] - >=dev-python/sqlalchemy-0.7.8[${PYTHON_USEDEP}] - dev-python/decorator[${PYTHON_USEDEP}] - >=dev-python/six-1.4.1[${PYTHON_USEDEP}] - >=dev-python/tempita-0.4[${PYTHON_USEDEP}] - dev-python/python-sqlparse[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" |
