summaryrefslogtreecommitdiff
path: root/dev-python/brython
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-11-09 03:03:12 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-11-09 03:03:12 +0000
commit2be329ae14bbf99f0fc4de7567e2386bbb529fdc (patch)
tree99e1d21f40429392d5eb255ec008fdd96e4fa284 /dev-python/brython
parent2cd9ff612e84f0c1ef63c9e9e13be53fe576cc2b (diff)
gentoo auto-resync : 09:11:2024 - 03:03:12
Diffstat (limited to 'dev-python/brython')
-rw-r--r--dev-python/brython/Manifest7
-rw-r--r--dev-python/brython/brython-3.10.5.ebuild38
-rw-r--r--dev-python/brython/brython-3.11.2.ebuild41
-rw-r--r--dev-python/brython/brython-3.11.ebuild41
-rw-r--r--dev-python/brython/metadata.xml9
5 files changed, 0 insertions, 136 deletions
diff --git a/dev-python/brython/Manifest b/dev-python/brython/Manifest
deleted file mode 100644
index 39308b2ff13b..000000000000
--- a/dev-python/brython/Manifest
+++ /dev/null
@@ -1,7 +0,0 @@
-DIST brython-3.10.5.tar.gz 11106672 BLAKE2B 4219bdb99efd666e37ee08283e58f288e06dac52454931f72bcb4f3bf61a380fb1e01d724f49e598f6d7a95260609767d4536b5f04531939daaf93db6cdb23ad SHA512 7d2f50f94c9762d6587a9b0ed76805b14a5c2c89c0d27c7e181a3e3abdcdd28c9691fb80cd472f635f5bc6c36c884becd9a5625da4825d551b57b6b0779d3529
-DIST brython-3.11.2.gh.tar.gz 11827073 BLAKE2B d1f40eae0b42f1c7a4ea086de8d83baf23dafae9333faa25578e38d4dd34e80b471ae5ad73ce107fd26a014984f92ce2b6ef399e92da7c15b9a1374794d91011 SHA512 1f0d06ae6d6523fb8f99a4ff407783b677063e99f278e1a860a422535695d2f67d98d9ccea02968dd15a52998bd34620dd54f758d5f7f4a4668e9bc621680172
-DIST brython-3.11.gh.tar.gz 11684005 BLAKE2B d2ec61082787bbb571fa3a7239bad4e5d633e20f392684c532477d23ab7480dc0c3cd30a837c32fae57c88fa1779afec71bc7adb63bb4abd8f6d2d78717d55ef SHA512 98ee9c8cf1b3f8103310cf08b639fcea6675d178aedde5f425d3b44eac74552e569a8abca8cb6935cfcfc43a009ea73abbc646557a2bda916e5328a8933bea0d
-EBUILD brython-3.10.5.ebuild 792 BLAKE2B 1f97abcf67368ffb8d18c8c6565a5b9c0fefe503bcb1c2819f8698d55d35d00bea9404cce83f21d98155f9ad2488b09e29d994005259c0fe755cba54835a57f1 SHA512 5f6601545f99501f0ecf1984ba2fea942e06d0e5b91c42a0bb27685227f1312eb8b7f899c50791d9fb2f67c472df1a975454a75d739cecb39cec5b8472d4a2b5
-EBUILD brython-3.11.2.ebuild 800 BLAKE2B 12c93031335d700b902f1603ab488c4cd3e5367c0ec772a4033710c553c6bf439d5743276c5fc9bd6f7c7a01b32a2dae2dbefb410d9bb2a68df4cd8ea0271719 SHA512 f90323126b9fb539e9611265379d7cd4717565b717f285d8a58ab708652f92e8ab2e98bc2498c5d1184b4414e1e33e974246dc7309cc4b99831829589cd8a1eb
-EBUILD brython-3.11.ebuild 800 BLAKE2B b44de61e75391345127ebb9b4085df44804befea4b7212b0b1361d2f20f837f7183c36918c448c0b51af5d6f936500f5251a646abe3bcbaf8d1dea33e5de643e SHA512 3285f34ef85dfdcd59b322e2c79e8b201f3cda18214c92cae602d9d607240b6145ccdf6f3ded34d60412d5df1740b752d0b5266fcb3f8ae8c4a09e98ca74b16a
-MISC metadata.xml 297 BLAKE2B 1b0c7109bb0a1fa1282ea8197a9afe69b1dc8b790dd916d19fd4e2f0c501dd3003c3ca50d6b91a475bd22453d07be50b33fb0e23bfe416aafee647bd1fb55511 SHA512 2994b2b93c22b5faf647de7f95aedaf6c0069429d0a42334d95fa4c39d40e559f6b04553b0e47d9beee604aff498da85411efb33f8f08ff5eff932e8ce6c1705
diff --git a/dev-python/brython/brython-3.10.5.ebuild b/dev-python/brython/brython-3.10.5.ebuild
deleted file mode 100644
index 47a5cff01c53..000000000000
--- a/dev-python/brython/brython-3.10.5.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
-inherit webapp python-single-r1
-
-DESCRIPTION="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}"
-
-RDEPEND="${PYTHON_DEPS}"
-
-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.11.2.ebuild b/dev-python/brython/brython-3.11.2.ebuild
deleted file mode 100644
index b069ff4db898..000000000000
--- a/dev-python/brython/brython-3.11.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-inherit webapp python-single-r1
-
-DESCRIPTION="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}.gh.tar.gz
-"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}"
-
-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.11.ebuild b/dev-python/brython/brython-3.11.ebuild
deleted file mode 100644
index 795b8ca9a91d..000000000000
--- a/dev-python/brython/brython-3.11.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
-inherit webapp python-single-r1
-
-DESCRIPTION="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}.gh.tar.gz
-"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}"
-
-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/metadata.xml b/dev-python/brython/metadata.xml
deleted file mode 100644
index f02e21450691..000000000000
--- a/dev-python/brython/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="github">brython-dev/brython</remote-id>
- <remote-id type="pypi">brython</remote-id>
- </upstream>
-</pkgmetadata>