public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/restrictedpython/
@ 2023-02-06  8:21 Viorel Munteanu
  0 siblings, 0 replies; 4+ messages in thread
From: Viorel Munteanu @ 2023-02-06  8:21 UTC (permalink / raw
  To: gentoo-commits

commit:     c0e7a62c35bd820a258f606c29fefce5b970ac2c
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sun Feb  5 01:21:06 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sun Feb  5 01:21:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c0e7a62c

dev-python/restrictedpython: new package, add 6.0

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/restrictedpython/Manifest               |  1 +
 dev-python/restrictedpython/metadata.xml           | 22 ++++++++++++++++++
 .../restrictedpython/restrictedpython-6.0.ebuild   | 27 ++++++++++++++++++++++
 3 files changed, 50 insertions(+)

diff --git a/dev-python/restrictedpython/Manifest b/dev-python/restrictedpython/Manifest
new file mode 100644
index 000000000..ac455349e
--- /dev/null
+++ b/dev-python/restrictedpython/Manifest
@@ -0,0 +1 @@
+DIST restrictedpython-6.0.gh.tar.gz 441665 BLAKE2B 3b3c27c6aa86e7301299fa32eafa571381637ac16551c48c2faf48815fc6d054df94ddfaccacb243e55300358f1c5f726d17342630137c326387db946d00bdf0 SHA512 8f9b53542c0784ac0c9169c4c4252d22f95419c6903ca0e786f44f6fee9303251f3e78ec099f343068c0a7ea7712de52e884aa132dda63ed813e8a17ffe55798

diff --git a/dev-python/restrictedpython/metadata.xml b/dev-python/restrictedpython/metadata.xml
new file mode 100644
index 000000000..bcedbcaa7
--- /dev/null
+++ b/dev-python/restrictedpython/metadata.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<name>Julien Roy</name>
+		<email>julien@jroy.ca</email>
+	</maintainer>
+	<longdescription>
+		RestrictedPython is a tool that helps to define a subset of the Python language which allows to provide a program input into a trusted environment. RestrictedPython is not a sandbox system or a secured environment, but it helps to define a trusted environment and execute untrusted code inside of it.
+	</longdescription>
+	<upstream>
+		<maintainer>
+			<name>Zope Foundation and Contributors</name>
+			<email>zope-dev@zope.org</email>
+		</maintainer>
+		<bugs-to>https://github.com/zopefoundation/RestrictedPython/issues</bugs-to>
+		<changelog>https://github.com/zopefoundation/RestrictedPython/blob/master/CHANGES.rst</changelog>
+		<doc>http://restrictedpython.readthedocs.io</doc>
+		<remote-id type="github">zopefoundation/RestrictedPython</remote-id>
+		<remote-id type="pypi">RestrictedPython</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/restrictedpython/restrictedpython-6.0.ebuild b/dev-python/restrictedpython/restrictedpython-6.0.ebuild
new file mode 100644
index 000000000..e8d2e5d83
--- /dev/null
+++ b/dev-python/restrictedpython/restrictedpython-6.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 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 distutils-r1
+
+DESCRIPTION="A restricted execution environment for Python to run untrusted code"
+HOMEPAGE="https://github.com/zopefoundation/RestrictedPython"
+SRC_URI="https://github.com/zopefoundation/RestrictedPython/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
+S="${WORKDIR}/RestrictedPython-${PV}"
+
+LICENSE="ZPL"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	doc? ( dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}] )
+	test? ( dev-python/pytest-mock[${PYTHON_USEDEP}] )
+"
+DEPEND="${RDEPEND}"
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/restrictedpython/
@ 2023-11-18  9:53 Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2023-11-18  9:53 UTC (permalink / raw
  To: gentoo-commits

commit:     9c6532a770a44f7efe38626089e161d8d8e1a9fb
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Fri Nov 17 20:21:27 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Nov 17 20:21:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9c6532a7

dev-python/restrictedpython: drop 6.1

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/restrictedpython/Manifest               |  1 -
 .../restrictedpython/restrictedpython-6.1.ebuild   | 27 ----------------------
 2 files changed, 28 deletions(-)

diff --git a/dev-python/restrictedpython/Manifest b/dev-python/restrictedpython/Manifest
index 34ef24370c..959d4c633a 100644
--- a/dev-python/restrictedpython/Manifest
+++ b/dev-python/restrictedpython/Manifest
@@ -1,3 +1,2 @@
-DIST restrictedpython-6.1.gh.tar.gz 442293 BLAKE2B 8425c371e84a698f1591735cfa0c77ea716c2b7859addc6a7fb97e68ffd239e1b3aaeb359739ec1dfff551a361a8bd8fd2738007ba5d2557debe9592a144c144 SHA512 fec5bbe301b64236863a72e4b7a9997d04483da6ae5b384ef73a729092b2fc271f6016586a21558cb30f1c2cc9c9f57b8ee2c6c851873bd493b95fd50dccd1f8
 DIST restrictedpython-6.2.gh.tar.gz 442788 BLAKE2B cac63465192d425dc2b18a787fe4e75749f19768bbcb3be921512ccf0558e30f8ab3f8a89c36b77d370ae2c160b5aba4e9481ad66c36909b7189559c20a532fe SHA512 a9947830b66e449881b7d22e4716adb863f20726a6e1f61f4f84396ae88b2c461c084f56ca78c3aa072953c53ba776788aa41ec8415714ba02b1b4c8370bf6fb
 DIST restrictedpython-7.0.gh.tar.gz 440788 BLAKE2B c71a70ce4f71b92d87e2bdab157cba4327227da6f1be226df573c25268cbd1afbde608ffcc5d8deb6cbe063244d7611bc8792c6e17ce495c50c5812527674e2e SHA512 844614071e5bdbdd2646160207d4f5452305620930e0b260a1ba9c39f76672f26a16b7ce16f21186d9cfddc12f367758bec09c4cac40f4f4fc8f9164278631e9

diff --git a/dev-python/restrictedpython/restrictedpython-6.1.ebuild b/dev-python/restrictedpython/restrictedpython-6.1.ebuild
deleted file mode 100644
index 2f057f27b5..0000000000
--- a/dev-python/restrictedpython/restrictedpython-6.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="A restricted execution environment for Python to run untrusted code"
-HOMEPAGE="https://github.com/zopefoundation/RestrictedPython"
-SRC_URI="https://github.com/zopefoundation/RestrictedPython/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
-S="${WORKDIR}/RestrictedPython-${PV}"
-
-LICENSE="ZPL"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	doc? ( dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}] )
-	test? ( dev-python/pytest-mock[${PYTHON_USEDEP}] )
-"
-DEPEND="${RDEPEND}"
-
-distutils_enable_sphinx docs
-distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/restrictedpython/
@ 2023-11-18  9:53 Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2023-11-18  9:53 UTC (permalink / raw
  To: gentoo-commits

commit:     2860ae3f7c0f3783a1efaa08b0b9535ca3917317
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Fri Nov 17 20:21:17 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Nov 17 20:21:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2860ae3f

dev-python/restrictedpython: add 7.0

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/restrictedpython/Manifest               |  1 +
 .../restrictedpython/restrictedpython-7.0.ebuild   | 27 ++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/restrictedpython/Manifest b/dev-python/restrictedpython/Manifest
index c486aee241..34ef24370c 100644
--- a/dev-python/restrictedpython/Manifest
+++ b/dev-python/restrictedpython/Manifest
@@ -1,2 +1,3 @@
 DIST restrictedpython-6.1.gh.tar.gz 442293 BLAKE2B 8425c371e84a698f1591735cfa0c77ea716c2b7859addc6a7fb97e68ffd239e1b3aaeb359739ec1dfff551a361a8bd8fd2738007ba5d2557debe9592a144c144 SHA512 fec5bbe301b64236863a72e4b7a9997d04483da6ae5b384ef73a729092b2fc271f6016586a21558cb30f1c2cc9c9f57b8ee2c6c851873bd493b95fd50dccd1f8
 DIST restrictedpython-6.2.gh.tar.gz 442788 BLAKE2B cac63465192d425dc2b18a787fe4e75749f19768bbcb3be921512ccf0558e30f8ab3f8a89c36b77d370ae2c160b5aba4e9481ad66c36909b7189559c20a532fe SHA512 a9947830b66e449881b7d22e4716adb863f20726a6e1f61f4f84396ae88b2c461c084f56ca78c3aa072953c53ba776788aa41ec8415714ba02b1b4c8370bf6fb
+DIST restrictedpython-7.0.gh.tar.gz 440788 BLAKE2B c71a70ce4f71b92d87e2bdab157cba4327227da6f1be226df573c25268cbd1afbde608ffcc5d8deb6cbe063244d7611bc8792c6e17ce495c50c5812527674e2e SHA512 844614071e5bdbdd2646160207d4f5452305620930e0b260a1ba9c39f76672f26a16b7ce16f21186d9cfddc12f367758bec09c4cac40f4f4fc8f9164278631e9

diff --git a/dev-python/restrictedpython/restrictedpython-7.0.ebuild b/dev-python/restrictedpython/restrictedpython-7.0.ebuild
new file mode 100644
index 0000000000..2f057f27b5
--- /dev/null
+++ b/dev-python/restrictedpython/restrictedpython-7.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="A restricted execution environment for Python to run untrusted code"
+HOMEPAGE="https://github.com/zopefoundation/RestrictedPython"
+SRC_URI="https://github.com/zopefoundation/RestrictedPython/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
+S="${WORKDIR}/RestrictedPython-${PV}"
+
+LICENSE="ZPL"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	doc? ( dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}] )
+	test? ( dev-python/pytest-mock[${PYTHON_USEDEP}] )
+"
+DEPEND="${RDEPEND}"
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/restrictedpython/
@ 2024-03-16 19:37 Julien Roy
  0 siblings, 0 replies; 4+ messages in thread
From: Julien Roy @ 2024-03-16 19:37 UTC (permalink / raw
  To: gentoo-commits

commit:     052d057df28ee905ae5119e2a8be1dba1c67b62c
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Mar 16 19:08:34 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Mar 16 19:08:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=052d057d

dev-python/restrictedpython: treeclean

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/restrictedpython/Manifest               |  2 --
 dev-python/restrictedpython/metadata.xml           | 22 ------------------
 .../restrictedpython/restrictedpython-6.2.ebuild   | 27 ----------------------
 .../restrictedpython/restrictedpython-7.0.ebuild   | 27 ----------------------
 4 files changed, 78 deletions(-)

diff --git a/dev-python/restrictedpython/Manifest b/dev-python/restrictedpython/Manifest
deleted file mode 100644
index 959d4c633a..0000000000
--- a/dev-python/restrictedpython/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST restrictedpython-6.2.gh.tar.gz 442788 BLAKE2B cac63465192d425dc2b18a787fe4e75749f19768bbcb3be921512ccf0558e30f8ab3f8a89c36b77d370ae2c160b5aba4e9481ad66c36909b7189559c20a532fe SHA512 a9947830b66e449881b7d22e4716adb863f20726a6e1f61f4f84396ae88b2c461c084f56ca78c3aa072953c53ba776788aa41ec8415714ba02b1b4c8370bf6fb
-DIST restrictedpython-7.0.gh.tar.gz 440788 BLAKE2B c71a70ce4f71b92d87e2bdab157cba4327227da6f1be226df573c25268cbd1afbde608ffcc5d8deb6cbe063244d7611bc8792c6e17ce495c50c5812527674e2e SHA512 844614071e5bdbdd2646160207d4f5452305620930e0b260a1ba9c39f76672f26a16b7ce16f21186d9cfddc12f367758bec09c4cac40f4f4fc8f9164278631e9

diff --git a/dev-python/restrictedpython/metadata.xml b/dev-python/restrictedpython/metadata.xml
deleted file mode 100644
index bcedbcaa78..0000000000
--- a/dev-python/restrictedpython/metadata.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<name>Julien Roy</name>
-		<email>julien@jroy.ca</email>
-	</maintainer>
-	<longdescription>
-		RestrictedPython is a tool that helps to define a subset of the Python language which allows to provide a program input into a trusted environment. RestrictedPython is not a sandbox system or a secured environment, but it helps to define a trusted environment and execute untrusted code inside of it.
-	</longdescription>
-	<upstream>
-		<maintainer>
-			<name>Zope Foundation and Contributors</name>
-			<email>zope-dev@zope.org</email>
-		</maintainer>
-		<bugs-to>https://github.com/zopefoundation/RestrictedPython/issues</bugs-to>
-		<changelog>https://github.com/zopefoundation/RestrictedPython/blob/master/CHANGES.rst</changelog>
-		<doc>http://restrictedpython.readthedocs.io</doc>
-		<remote-id type="github">zopefoundation/RestrictedPython</remote-id>
-		<remote-id type="pypi">RestrictedPython</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/dev-python/restrictedpython/restrictedpython-6.2.ebuild b/dev-python/restrictedpython/restrictedpython-6.2.ebuild
deleted file mode 100644
index 2f057f27b5..0000000000
--- a/dev-python/restrictedpython/restrictedpython-6.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="A restricted execution environment for Python to run untrusted code"
-HOMEPAGE="https://github.com/zopefoundation/RestrictedPython"
-SRC_URI="https://github.com/zopefoundation/RestrictedPython/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
-S="${WORKDIR}/RestrictedPython-${PV}"
-
-LICENSE="ZPL"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	doc? ( dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}] )
-	test? ( dev-python/pytest-mock[${PYTHON_USEDEP}] )
-"
-DEPEND="${RDEPEND}"
-
-distutils_enable_sphinx docs
-distutils_enable_tests pytest

diff --git a/dev-python/restrictedpython/restrictedpython-7.0.ebuild b/dev-python/restrictedpython/restrictedpython-7.0.ebuild
deleted file mode 100644
index 2f057f27b5..0000000000
--- a/dev-python/restrictedpython/restrictedpython-7.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="A restricted execution environment for Python to run untrusted code"
-HOMEPAGE="https://github.com/zopefoundation/RestrictedPython"
-SRC_URI="https://github.com/zopefoundation/RestrictedPython/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
-S="${WORKDIR}/RestrictedPython-${PV}"
-
-LICENSE="ZPL"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	doc? ( dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}] )
-	test? ( dev-python/pytest-mock[${PYTHON_USEDEP}] )
-"
-DEPEND="${RDEPEND}"
-
-distutils_enable_sphinx docs
-distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-03-16 19:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-18  9:53 [gentoo-commits] repo/proj/guru:master commit in: dev-python/restrictedpython/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2024-03-16 19:37 Julien Roy
2023-11-18  9:53 Andrew Ammerlaan
2023-02-06  8:21 Viorel Munteanu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox