* [gentoo-commits] proj/sci:master commit in: dev-python/pyviz_comms/
@ 2023-01-14 13:37 Horea Christian
0 siblings, 0 replies; 5+ messages in thread
From: Horea Christian @ 2023-01-14 13:37 UTC (permalink / raw
To: gentoo-commits
commit: 46887fed3197613002b978bd3d8be74ffc38748a
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sat Jan 14 13:37:15 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sat Jan 14 13:37:19 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=46887fed
dev-python/pyviz_comms: update EAPI and PYTHON_COMPAT
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/pyviz_comms/pyviz_comms-2.0.1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/pyviz_comms/pyviz_comms-2.0.1.ebuild b/dev-python/pyviz_comms/pyviz_comms-2.0.1.ebuild
index df1d2bfe2..432a25a31 100644
--- a/dev-python/pyviz_comms/pyviz_comms-2.0.1.ebuild
+++ b/dev-python/pyviz_comms/pyviz_comms-2.0.1.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..11} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/pyviz_comms/
@ 2023-01-14 14:04 Horea Christian
0 siblings, 0 replies; 5+ messages in thread
From: Horea Christian @ 2023-01-14 14:04 UTC (permalink / raw
To: gentoo-commits
commit: 11d6e7c16d4adb086b6badd8f027423216f90b23
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sat Jan 14 13:53:55 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sat Jan 14 13:53:55 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=11d6e7c1
dev-python/pyviz_comms: add 2.2.0
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/pyviz_comms/pyviz_comms-2.2.0.ebuild | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/dev-python/pyviz_comms/pyviz_comms-2.2.0.ebuild b/dev-python/pyviz_comms/pyviz_comms-2.2.0.ebuild
new file mode 100644
index 000000000..432a25a31
--- /dev/null
+++ b/dev-python/pyviz_comms/pyviz_comms-2.2.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Bidirectional communication for the HoloViz ecosystem"
+HOMEPAGE="https://holoviz.org"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/param[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/pyviz_comms/
@ 2023-01-14 14:04 Horea Christian
0 siblings, 0 replies; 5+ messages in thread
From: Horea Christian @ 2023-01-14 14:04 UTC (permalink / raw
To: gentoo-commits
commit: 4c019f9361b533bade1780091b4c553fbe64b189
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sat Jan 14 14:04:12 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sat Jan 14 14:04:12 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4c019f93
dev-python/pyviz_comms: added notice for missing test distribution
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/pyviz_comms/pyviz_comms-2.0.1.ebuild | 4 ++++
dev-python/pyviz_comms/pyviz_comms-2.2.0.ebuild | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/dev-python/pyviz_comms/pyviz_comms-2.0.1.ebuild b/dev-python/pyviz_comms/pyviz_comms-2.0.1.ebuild
index 432a25a31..8526bd511 100644
--- a/dev-python/pyviz_comms/pyviz_comms-2.0.1.ebuild
+++ b/dev-python/pyviz_comms/pyviz_comms-2.0.1.ebuild
@@ -16,3 +16,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="dev-python/param[${PYTHON_USEDEP}]"
+
+# Tarballs do not include tests, reported upstream:
+# https://github.com/holoviz/pyviz_comms/issues/104
+#distutils_enable_tests pytest
diff --git a/dev-python/pyviz_comms/pyviz_comms-2.2.0.ebuild b/dev-python/pyviz_comms/pyviz_comms-2.2.0.ebuild
index 432a25a31..8526bd511 100644
--- a/dev-python/pyviz_comms/pyviz_comms-2.2.0.ebuild
+++ b/dev-python/pyviz_comms/pyviz_comms-2.2.0.ebuild
@@ -16,3 +16,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="dev-python/param[${PYTHON_USEDEP}]"
+
+# Tarballs do not include tests, reported upstream:
+# https://github.com/holoviz/pyviz_comms/issues/104
+#distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/pyviz_comms/
@ 2023-05-22 13:26 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2023-05-22 13:26 UTC (permalink / raw
To: gentoo-commits
commit: d9dddb84b10f787f941515c22cc05e004b7c5327
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 13:21:44 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon May 22 13:21:44 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d9dddb84
dev-python/pyviz_comms: update SRC_URI
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/pyviz_comms/metadata.xml | 2 +-
dev-python/pyviz_comms/pyviz_comms-2.2.0.ebuild | 4 +---
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/dev-python/pyviz_comms/metadata.xml b/dev-python/pyviz_comms/metadata.xml
index 8127bb8b0..3a0ec5dc8 100644
--- a/dev-python/pyviz_comms/metadata.xml
+++ b/dev-python/pyviz_comms/metadata.xml
@@ -7,7 +7,7 @@
</maintainer>
<stabilize-allarches/>
<upstream>
- <remote-id type="pypi">pyviz_comms</remote-id>
+ <remote-id type="pypi">pyviz-comms</remote-id>
<remote-id type="github">holoviz/pyviz_comms</remote-id>
</upstream>
</pkgmetadata>
diff --git a/dev-python/pyviz_comms/pyviz_comms-2.2.0.ebuild b/dev-python/pyviz_comms/pyviz_comms-2.2.0.ebuild
index 8526bd511..7f50fc279 100644
--- a/dev-python/pyviz_comms/pyviz_comms-2.2.0.ebuild
+++ b/dev-python/pyviz_comms/pyviz_comms-2.2.0.ebuild
@@ -4,12 +4,10 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Bidirectional communication for the HoloViz ecosystem"
HOMEPAGE="https://holoviz.org"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/pyviz_comms/
@ 2023-05-22 13:26 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2023-05-22 13:26 UTC (permalink / raw
To: gentoo-commits
commit: 367b9f20b17c0aaf581aab90487f12673634c617
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 13:21:54 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon May 22 13:21:54 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=367b9f20
dev-python/pyviz_comms: drop 2.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/pyviz_comms/pyviz_comms-2.0.1.ebuild | 22 ----------------------
1 file changed, 22 deletions(-)
diff --git a/dev-python/pyviz_comms/pyviz_comms-2.0.1.ebuild b/dev-python/pyviz_comms/pyviz_comms-2.0.1.ebuild
deleted file mode 100644
index 8526bd511..000000000
--- a/dev-python/pyviz_comms/pyviz_comms-2.0.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Bidirectional communication for the HoloViz ecosystem"
-HOMEPAGE="https://holoviz.org"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-python/param[${PYTHON_USEDEP}]"
-
-# Tarballs do not include tests, reported upstream:
-# https://github.com/holoviz/pyviz_comms/issues/104
-#distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-05-22 13:26 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-14 14:04 [gentoo-commits] proj/sci:master commit in: dev-python/pyviz_comms/ Horea Christian
-- strict thread matches above, loose matches on Subject: below --
2023-05-22 13:26 Andrew Ammerlaan
2023-05-22 13:26 Andrew Ammerlaan
2023-01-14 14:04 Horea Christian
2023-01-14 13:37 Horea Christian
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox