diff options
Diffstat (limited to 'dev-python/brython')
-rw-r--r-- | dev-python/brython/Manifest | 8 | ||||
-rw-r--r-- | dev-python/brython/brython-3.7.0.ebuild | 36 | ||||
-rw-r--r-- | dev-python/brython/brython-3.7.1.ebuild | 36 | ||||
-rw-r--r-- | dev-python/brython/brython-3.7.2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/brython/metadata.xml | 4 |
5 files changed, 5 insertions, 83 deletions
diff --git a/dev-python/brython/Manifest b/dev-python/brython/Manifest index e0bbcf4fdf2f..46877fe92753 100644 --- a/dev-python/brython/Manifest +++ b/dev-python/brython/Manifest @@ -1,7 +1,3 @@ -DIST brython-3.7.0.tar.gz 10334976 BLAKE2B cbbd3b77c1ef4cb5459621e33456ea7e1999428c0aaf2e52f60f4c1a3c737c84649880dc7e06d9f5b19fd4a172982ee3c1bd8df4f2e264818d6e5cac0908bdb1 SHA512 38f42c5c4399317c9a75af3159776d15047d6c09fd89b3f4d244f9077684cdcb3aec2a33304b6fe0005c129291b2b1ecfb0274f766da6005c0ff215751660df0 -DIST brython-3.7.1.tar.gz 9898874 BLAKE2B 2fbdfae401662878138c5315fc821de77125476d1567dcc395b018891282ca3880ec63e377d9ab8381060e54b6d4947f036f75a518ef363b2549d29a12eace78 SHA512 0ab073cd12ae5f2c45a205b37d20d68a996d6ba7247e8a3b8e461158147070294bebba46368c6618771b6bcac11d5a253d63be02cbab1241c11d74ae56d0fd17 DIST brython-3.7.2.tar.gz 10403203 BLAKE2B 1fb7778a961c68a873033321fdf7a5b24f422d52195ff1f0606384c76007ab87a1949ead2ffcd7b660b544a9833acf90b254a542ea8856510579bacd0be8477d SHA512 76bdbc005832b4980e38ff4bf2fd705291eb06ee6b9f0c4b25a90df9ab4e6da6638990abb37ebf526d064f54823a9b4ff387edd919db69b1eb3bfc8ed27d6290 -EBUILD brython-3.7.0.ebuild 737 BLAKE2B 388ec69293a20ca8ee9129a7e607a9be66fffb389f83c9afd46395fc926d89a1a7fbb0fd6548fb65fc34f4714166113c230dee79d98a718deadca6f02316db97 SHA512 9b1a57bb0cc4e0c1517fa1aeef31a6ff2874ff8242e3ffbb423128f9d38ec7939d77b6e64e27d2728111e7ad370ede61d9c90a515140477e22cb21e474974c95 -EBUILD brython-3.7.1.ebuild 741 BLAKE2B 48eaff3ade0815638ffa2993fa919ff9d3cd956849035fd79fa2799e9b898b9f37ee365aa58e5e71681bc3f94f8292f8f8f05cf81175082b45387720574fa0c7 SHA512 8013d341e474f2ebc39f5b6d47a70c669ee59176ac905e7943dc2c5555f2cc9599fb5e50fc6fe1282a60d96a7f5b93c3dfded839d15f3ebcf3257ec360938793 -EBUILD brython-3.7.2.ebuild 741 BLAKE2B 48eaff3ade0815638ffa2993fa919ff9d3cd956849035fd79fa2799e9b898b9f37ee365aa58e5e71681bc3f94f8292f8f8f05cf81175082b45387720574fa0c7 SHA512 8013d341e474f2ebc39f5b6d47a70c669ee59176ac905e7943dc2c5555f2cc9599fb5e50fc6fe1282a60d96a7f5b93c3dfded839d15f3ebcf3257ec360938793 -MISC metadata.xml 467 BLAKE2B 06e617c5b2362ad41950d7d90d2f3ef25a2858f6c4b88df6edfd6ee01aeb32d1988d30bb66c0d9b0f3c5ed771596678f03aa5c707f016dd1d01259d11f1acced SHA512 a9c3c34e617cc5a3ea80f30c8de8964712af694d8048197662ce2c68d521279761751824a55c68bde5b75444495f176cbcc7d867c46924729391d3488fc3100a +EBUILD brython-3.7.2.ebuild 763 BLAKE2B 66644fd554fa874e2418ed7abf84a65ad0910ee6b5a1a8a6e992e30a5889a05d4af1feeae9faea69b5b8f100e5e33022884215e617fe3ee7abeb2686517dc01b SHA512 bd6d15c121077acdfbb37138cea0d5f685994d9dc7227061d6cd55126d3a4acc41d9aba8f03799d7121d5a6ef08038c1298cf1e164757e9fc035f343bfd38163 +MISC metadata.xml 345 BLAKE2B ab7c78390c35a156fed3a3507ab979347fef95259f4083a28ba2c925356907158a0e7249cc4e6e46cc9117e418a07a3f91a67ba34163aa5be657ca37bf11b318 SHA512 ff1357bc421a8f96fe10ddc253035271616da444fb6cca11d3b263629c12abfbfc17324d06e744c95c319fe525763ff752db69aa3439edaa3fdc3e7e56c5bb05 diff --git a/dev-python/brython/brython-3.7.0.ebuild b/dev-python/brython/brython-3.7.0.ebuild deleted file mode 100644 index d035d0287952..000000000000 --- a/dev-python/brython/brython-3.7.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,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}.tar.gz -> ${P}.tar.gz" - -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.7.1.ebuild b/dev-python/brython/brython-3.7.1.ebuild deleted file mode 100644 index 447c9b9ba91f..000000000000 --- a/dev-python/brython/brython-3.7.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,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}.tar.gz -> ${P}.tar.gz" - -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.7.2.ebuild b/dev-python/brython/brython-3.7.2.ebuild index 447c9b9ba91f..29277fb2ae96 100644 --- a/dev-python/brython/brython-3.7.2.ebuild +++ b/dev-python/brython/brython-3.7.2.ebuild @@ -12,10 +12,12 @@ HOMEPAGE="http://www.brython.info" SRC_URI="https://github.com/${PN}-dev/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ppc ppc64 x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" +RDEPEND="${PYTHON_DEPS}" + need_httpd_cgi pkg_setup() { diff --git a/dev-python/brython/metadata.xml b/dev-python/brython/metadata.xml index cd18966fc62c..36e30a512a19 100644 --- a/dev-python/brython/metadata.xml +++ b/dev-python/brython/metadata.xml @@ -1,10 +1,6 @@ <?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Gentoo Python Project</name> - </maintainer> <maintainer type="person"> <email>monsieurp@gentoo.org</email> <name>Patrice Clement</name> |