diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-01-02 23:36:28 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-01-03 10:11:07 +0100 |
commit | 68c3461ef7404b853ed3ac19cd366dc9ec644c38 (patch) | |
tree | e9e0ad516b760c19726f7d3c3f073b5edaaa8b5a /dev-python/brython | |
parent | dev-python/bpython: Clean old up (diff) | |
download | gentoo-68c3461ef7404b853ed3ac19cd366dc9ec644c38.tar.gz gentoo-68c3461ef7404b853ed3ac19cd366dc9ec644c38.tar.bz2 gentoo-68c3461ef7404b853ed3ac19cd366dc9ec644c38.zip |
dev-python/brython: Clean old up
Diffstat (limited to 'dev-python/brython')
-rw-r--r-- | dev-python/brython/Manifest | 1 | ||||
-rw-r--r-- | dev-python/brython/brython-3.3.2-r1.ebuild | 36 | ||||
-rw-r--r-- | dev-python/brython/brython-3.3.2.ebuild | 30 |
3 files changed, 0 insertions, 67 deletions
diff --git a/dev-python/brython/Manifest b/dev-python/brython/Manifest index 2410571bea9f..d0ae6ec1eaba 100644 --- a/dev-python/brython/Manifest +++ b/dev-python/brython/Manifest @@ -1,2 +1 @@ -DIST brython-3.3.2.zip 10140819 BLAKE2B e47279378f5c391ee48849738cf5079f039a2158a96c4d3b5f2b10b39cffd541e81c8b6b86ef91c739ab17a130718b72e43e2703d31efb18a47e266c2781bde8 SHA512 bfe93b238805de90a4421a3a0c210ed5bc863cf4609949252813d61b96bd1b52aa927eeac621932bec68ac8b23be793adee53327be387bae6a95db7ea89b5155 DIST brython-3.3.3.zip 10040987 BLAKE2B a6a238ac6189e9170653c1987db46f2e0735f25deccaf0318ebc669b48dce1330acf333ef27300f1061e7e18044cfa24fadc02265d0fe3a83d0aa8b97f4de684 SHA512 e182a6c859cd18b90b205f751260b0b5c8d250746e48844c59cd61608dfdaf0fd6f0f25b8061de9505b7c5d094ac68fe57536c52cb31adb48f04c2cc5624e249 diff --git a/dev-python/brython/brython-3.3.2-r1.ebuild b/dev-python/brython/brython-3.3.2-r1.ebuild deleted file mode 100644 index ca62031b60cc..000000000000 --- a/dev-python/brython/brython-3.3.2-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2017 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 -} diff --git a/dev-python/brython/brython-3.3.2.ebuild b/dev-python/brython/brython-3.3.2.ebuild deleted file mode 100644 index 230fd50c5231..000000000000 --- a/dev-python/brython/brython-3.3.2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit webapp - -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" - -RDEPEND="dev-lang/python:*" -DEPEND="${RDEPEND}" - -need_httpd_cgi - -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 -} |