summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-04-05 09:24:41 +0200
committerMichał Górny <mgorny@gentoo.org>2017-04-05 10:15:57 +0200
commit28f82e7cf599a04e4334ed05960b2d8866e0efef (patch)
tree066dc403372585e2f5c56b6bf883bc19cf97d1ba /dev-python/schemabot/schemabot-0.1.0_alpha4.ebuild
parentx11-misc/cairo-dock: Remove (revdep of cairo-dock-plugins, to be rmed) (diff)
downloadsunrise-28f82e7cf599a04e4334ed05960b2d8866e0efef.tar.gz
sunrise-28f82e7cf599a04e4334ed05960b2d8866e0efef.tar.bz2
sunrise-28f82e7cf599a04e4334ed05960b2d8866e0efef.zip
Remove packages using old python eclasses
Diffstat (limited to 'dev-python/schemabot/schemabot-0.1.0_alpha4.ebuild')
-rw-r--r--dev-python/schemabot/schemabot-0.1.0_alpha4.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/schemabot/schemabot-0.1.0_alpha4.ebuild b/dev-python/schemabot/schemabot-0.1.0_alpha4.ebuild
deleted file mode 100644
index 9acbab030..000000000
--- a/dev-python/schemabot/schemabot-0.1.0_alpha4.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils
-
-MY_PN="SchemaBot"
-MY_P="${MY_PN}-${PV/_alpha/a}"
-
-DESCRIPTION="Automatically manage database schema version control when using SQLAlchemy"
-HOMEPAGE="http://bitbucket.org/chrismiles/schemabot/wiki/Home"
-SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-DEPEND="dev-python/setuptools
- test? ( dev-python/nose )"
-RDEPEND=""
-RESTRICT_PYTHON_ABIS="3.*"
-
-S="${WORKDIR}/${MY_P}"
-
-src_test() {
- testing() {
- PYTHONPATH="build-${PYTHON_ABI}/lib" LC_ALL="C" nosetests-${PYTHON_ABI}
- }
- python_execute_function testing
-}