summaryrefslogtreecommitdiff
path: root/dev-python/brython/brython-3.3.4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/brython/brython-3.3.4.ebuild')
-rw-r--r--dev-python/brython/brython-3.3.4.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-python/brython/brython-3.3.4.ebuild b/dev-python/brython/brython-3.3.4.ebuild
deleted file mode 100644
index fe8fc801b10e..000000000000
--- a/dev-python/brython/brython-3.3.4.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit webapp python-single-r1
-
-DESCRIPTION="A Python 3 implementation for client-side web programming"
-HOMEPAGE="http://www.brython.info"
-SRC_URI="https://github.com/${PN}-dev/${PN}/archive/${PV}.zip -> ${P}.zip"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-need_httpd_cgi
-
-pkg_setup() {
- webapp_pkg_setup
- python-single-r1_pkg_setup
-}
-
-src_install() {
- dodoc LICENCE.txt README.md
- rm -v LICENCE.txt README.md bower.json .{git*,tra*} server.py || die
-
- webapp_src_preinst
-
- insinto "${MY_HTDOCSDIR}"
- doins -r .
-
- webapp_src_install
-}