* [gentoo-commits] proj/sci:master commit in: dev-python/panel/
@ 2023-01-15 17:25 Horea Christian
0 siblings, 0 replies; 6+ messages in thread
From: Horea Christian @ 2023-01-15 17:25 UTC (permalink / raw
To: gentoo-commits
commit: d3929f5398aad07763f70a12cdd96d8e9e06de0a
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sun Jan 15 16:58:14 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sun Jan 15 16:58:22 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d3929f53
dev-python/panel: update EAPI and PYTHON_COMPAT
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/panel/panel-0.11.0.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/panel/panel-0.11.0.ebuild b/dev-python/panel/panel-0.11.0.ebuild
index 594377dcd..072c763ad 100644
--- a/dev-python/panel/panel-0.11.0.ebuild
+++ b/dev-python/panel/panel-0.11.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{10..10} )
# Panel imports from "distutils" at runtime.
DISTUTILS_USE_SETUPTOOLS=rdepend
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/panel/
@ 2023-01-15 17:35 Horea Christian
0 siblings, 0 replies; 6+ messages in thread
From: Horea Christian @ 2023-01-15 17:35 UTC (permalink / raw
To: gentoo-commits
commit: 5f4c776cf50e58b9e175b2473b484293ae1167c9
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sun Jan 15 17:35:07 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sun Jan 15 17:35:07 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5f4c776c
dev-python/panel: Trying to use build variable instead of patch
Still won't work..
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/panel/panel-0.14.2.ebuild | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/dev-python/panel/panel-0.14.2.ebuild b/dev-python/panel/panel-0.14.2.ebuild
index ea5e77d3e..866110947 100644
--- a/dev-python/panel/panel-0.14.2.ebuild
+++ b/dev-python/panel/panel-0.14.2.ebuild
@@ -35,6 +35,9 @@ RDEPEND="${DEPEND}
PATCHES=( "${FILESDIR}/${PN}-0.14.1-disable_lite_build.patch" )
+# This does not work, need to patch..
+#export PANEL_LITE_BUILD=1
+
src_prepare() {
# Install Jupyter configuration files to "/etc" rather than "/usr/etc".
sed -i -e 's~"etc/jupyter~"/etc/jupyter~' setup.py || die
@@ -42,6 +45,12 @@ src_prepare() {
default_src_prepare
}
+# This also does not work, still need patch :(
+#src_compile() {
+# export PANEL_LITE_BUILD=1
+# distutils-r1_src_compile
+#}
+
pkg_postinst() {
panel_pkg_postinst() {
PANEL_DIR="$(${EPYTHON} -c 'import os, panel; print(os.path.dirname(panel.__file__))')"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/panel/
@ 2023-05-22 13:17 Andrew Ammerlaan
0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2023-05-22 13:17 UTC (permalink / raw
To: gentoo-commits
commit: da81904bf0e75e0f3dedf9bfa6f522eb76b62535
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 13:15:04 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon May 22 13:15:04 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=da81904b
dev-python/panel: update SRC_URI
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/panel/panel-0.14.2.ebuild | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/dev-python/panel/panel-0.14.2.ebuild b/dev-python/panel/panel-0.14.2.ebuild
index 866110947..bf4df1861 100644
--- a/dev-python/panel/panel-0.14.2.ebuild
+++ b/dev-python/panel/panel-0.14.2.ebuild
@@ -4,15 +4,12 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..10} )
-
# Panel imports from "distutils" at runtime.
DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="High-level app and dashboarding solution for Python"
HOMEPAGE="https://panel.holoviz.org"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/panel/
@ 2023-05-22 13:17 Andrew Ammerlaan
0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2023-05-22 13:17 UTC (permalink / raw
To: gentoo-commits
commit: 887168d554cadc6f1bb47c9799a06133a50f2784
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 13:15:14 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon May 22 13:15:14 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=887168d5
dev-python/panel: drop 0.11.0, 0.14.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/panel/panel-0.11.0.ebuild | 61 ------------------------------------
dev-python/panel/panel-0.14.1.ebuild | 55 --------------------------------
2 files changed, 116 deletions(-)
diff --git a/dev-python/panel/panel-0.11.0.ebuild b/dev-python/panel/panel-0.11.0.ebuild
deleted file mode 100644
index 072c763ad..000000000
--- a/dev-python/panel/panel-0.11.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..10} )
-
-# Panel imports from "distutils" at runtime.
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="High-level app and dashboarding solution for Python"
-HOMEPAGE="https://panel.holoviz.org"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-# "setup.py" imports from Bokeh to rebuild Node.js packages, but we patch that
-# away below. Our patched Panel thus requires Bokeh only at runtime.
-DEPEND="
- >=dev-python/param-1.10.0[${PYTHON_USEDEP}]
- >=dev-python/pyct-0.4.4[${PYTHON_USEDEP}]
-"
-RDEPEND="${DEPEND}
- dev-python/markdown[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/tqdm[${PYTHON_USEDEP}]
- >=dev-python/bokeh-2.3.0[${PYTHON_USEDEP}]
- >=dev-python/pyviz_comms-0.7.4[${PYTHON_USEDEP}]
- >=net-libs/nodejs-15.11.0
-"
-
-src_prepare() {
- # Install Jupyter configuration files to "/etc" rather than "/usr/etc".
- sed -i -e 's~"etc/jupyter~"/etc/jupyter~' setup.py || die
-
- # Prevent Panel from violating network sandboxing. By default, "setup.py"
- # invokes "npm" to rebuild Node.js packages bundled with Panel when these
- # packages were built by Panel developers with a different version of Bokeh
- # than that installed on the local system. Since disabling this
- # functionality invites backend and frontend complications, we encourage
- # server administrators to manually perform this functionality below.
- sed -i -e '/^\s*_build_paneljs()$/d' setup.py || die
-
- default_src_prepare
-}
-
-pkg_postinst() {
- panel_pkg_postinst() {
- PANEL_DIR="$(${EPYTHON} -c 'import os, panel; print(os.path.dirname(panel.__file__))')"
- elog "Node.js packages bundled with Panel under ${EPYTHON} may be"
- elog "desynchronized from Bokeh and require manual rebuilding with:"
- elog " sudo ${EPYTHON} -m panel build \"${PANEL_DIR}\""
- elog
- }
-
- python_foreach_impl panel_pkg_postinst
-}
diff --git a/dev-python/panel/panel-0.14.1.ebuild b/dev-python/panel/panel-0.14.1.ebuild
deleted file mode 100644
index aa535f46f..000000000
--- a/dev-python/panel/panel-0.14.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..10} )
-
-# Panel imports from "distutils" at runtime.
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="High-level app and dashboarding solution for Python"
-HOMEPAGE="https://panel.holoviz.org"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-# "setup.py" imports from Bokeh to rebuild Node.js packages, but we patch that
-# away below. Our patched Panel thus requires Bokeh only at runtime.
-DEPEND="
- >=dev-python/param-1.10.0[${PYTHON_USEDEP}]
- >=dev-python/pyct-0.4.4[${PYTHON_USEDEP}]
-"
-RDEPEND="${DEPEND}
- dev-python/markdown[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/tqdm[${PYTHON_USEDEP}]
- >=dev-python/bokeh-2.3.0[${PYTHON_USEDEP}]
- >=dev-python/pyviz_comms-0.7.4[${PYTHON_USEDEP}]
- >=net-libs/nodejs-15.11.0
-"
-
-PATCHES=( "${FILESDIR}/${P}-disable_lite_build.patch" )
-
-src_prepare() {
- # Install Jupyter configuration files to "/etc" rather than "/usr/etc".
- sed -i -e 's~"etc/jupyter~"/etc/jupyter~' setup.py || die
-
- default_src_prepare
-}
-
-pkg_postinst() {
- panel_pkg_postinst() {
- PANEL_DIR="$(${EPYTHON} -c 'import os, panel; print(os.path.dirname(panel.__file__))')"
- elog "Node.js packages bundled with Panel under ${EPYTHON} may be"
- elog "desynchronized from Bokeh and require manual rebuilding with:"
- elog " sudo ${EPYTHON} -m panel build \"${PANEL_DIR}\""
- elog
- }
-
- python_foreach_impl panel_pkg_postinst
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/panel/
@ 2024-02-29 1:59 Horea Christian
0 siblings, 0 replies; 6+ messages in thread
From: Horea Christian @ 2024-02-29 1:59 UTC (permalink / raw
To: gentoo-commits
commit: 6957b6dbc342e421ef445b7e78905a1cc697f20b
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu Feb 29 01:58:01 2024 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Feb 29 01:58:01 2024 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6957b6db
dev-python/panel: revbump for missing dep, PEP517, and PYTHON_COMPAT
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/panel/{panel-0.14.2.ebuild => panel-0.14.2-r1.ebuild} | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-python/panel/panel-0.14.2.ebuild b/dev-python/panel/panel-0.14.2-r1.ebuild
similarity index 92%
rename from dev-python/panel/panel-0.14.2.ebuild
rename to dev-python/panel/panel-0.14.2-r1.ebuild
index bf4df1861..4674f8161 100644
--- a/dev-python/panel/panel-0.14.2.ebuild
+++ b/dev-python/panel/panel-0.14.2-r1.ebuild
@@ -3,9 +3,10 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..10} )
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
# Panel imports from "distutils" at runtime.
-DISTUTILS_USE_SETUPTOOLS=rdepend
+#DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1 pypi
DESCRIPTION="High-level app and dashboarding solution for Python"
@@ -20,6 +21,7 @@ KEYWORDS="~amd64 ~x86"
DEPEND="
>=dev-python/param-1.10.0[${PYTHON_USEDEP}]
>=dev-python/pyct-0.4.4[${PYTHON_USEDEP}]
+ dev-python/bleach[${PYTHON_USEDEP}]
"
RDEPEND="${DEPEND}
dev-python/markdown[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/panel/
@ 2024-09-23 14:28 Andrew Ammerlaan
0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2024-09-23 14:28 UTC (permalink / raw
To: gentoo-commits
commit: c0320786a7994c2a8b871b58da778af70df9eded
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 23 14:26:19 2024 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Sep 23 14:26:19 2024 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c0320786
dev-python/panel: drop ~x86
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/panel/panel-0.14.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/panel/panel-0.14.2-r1.ebuild b/dev-python/panel/panel-0.14.2-r1.ebuild
index 4674f8161..27ae0d568 100644
--- a/dev-python/panel/panel-0.14.2-r1.ebuild
+++ b/dev-python/panel/panel-0.14.2-r1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://panel.holoviz.org"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
# "setup.py" imports from Bokeh to rebuild Node.js packages, but we patch that
# away below. Our patched Panel thus requires Bokeh only at runtime.
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-09-23 14:28 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-15 17:35 [gentoo-commits] proj/sci:master commit in: dev-python/panel/ Horea Christian
-- strict thread matches above, loose matches on Subject: below --
2024-09-23 14:28 Andrew Ammerlaan
2024-02-29 1:59 Horea Christian
2023-05-22 13:17 Andrew Ammerlaan
2023-05-22 13:17 Andrew Ammerlaan
2023-01-15 17:25 Horea Christian
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox