summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-05-02 15:37:39 +0200
committerMichał Górny <mgorny@gentoo.org>2017-05-02 16:02:10 +0200
commit825096ebd3b675da9be6a06df6d027a2f48093f4 (patch)
tree2b6973cf404c0af6b7bf61005f1e2ff7ccd189e2 /dev-python/flexx/flexx-0.3.ebuild
parentdev-python/QtPy: Clean old versions up (diff)
downloadgentoo-825096ebd3b675da9be6a06df6d027a2f48093f4.tar.gz
gentoo-825096ebd3b675da9be6a06df6d027a2f48093f4.tar.bz2
gentoo-825096ebd3b675da9be6a06df6d027a2f48093f4.zip
dev-python/flexx: Clean old versions up
Diffstat (limited to 'dev-python/flexx/flexx-0.3.ebuild')
-rw-r--r--dev-python/flexx/flexx-0.3.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/flexx/flexx-0.3.ebuild b/dev-python/flexx/flexx-0.3.ebuild
deleted file mode 100644
index 93a44210c7c6..000000000000
--- a/dev-python/flexx/flexx-0.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_{4,5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Pure Python toolkit for creating GUI's using web technology"
-HOMEPAGE="
- http://flexx.readthedocs.org
- https://github.com/zoofio/flexx
- http://pypi.python.org/pypi/flexx"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
-"