Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python3-bokeh-2.0.2
@ 2020-05-26 16:31 ahesford
  2020-05-26 16:53 ` [PR PATCH] [Updated] " ahesford
  2020-05-31 17:37 ` [PR PATCH] [Closed]: " Piraty
  0 siblings, 2 replies; 3+ messages in thread
From: ahesford @ 2020-05-26 16:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 317 bytes --]

There is a new pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages bokeh
https://github.com/void-linux/void-packages/pull/22324

New package: python3-bokeh-2.0.2


A patch file from https://github.com/void-linux/void-packages/pull/22324.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bokeh-22324.patch --]
[-- Type: text/x-diff, Size: 1340 bytes --]

From 85b244f06aaabf05f3e2dcb5614d394f0fb01a98 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Tue, 26 May 2020 12:27:27 -0400
Subject: [PATCH] New package: python3-bokeh-2.0.2

---
 srcpkgs/python3-bokeh/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/python3-bokeh/template

diff --git a/srcpkgs/python3-bokeh/template b/srcpkgs/python3-bokeh/template
new file mode 100644
index 00000000000..6202dadbc5e
--- /dev/null
+++ b/srcpkgs/python3-bokeh/template
@@ -0,0 +1,24 @@
+# Template file for 'python3-bokeh'
+pkgname=python3-bokeh
+version=2.0.2
+revision=1
+archs=noarch
+wrksrc="${pkgname#*-}-${version}"
+build_style=python3-module
+make_build_args="--build-js"
+make_install_args="--install-js"
+hostmakedepends="python3-setuptools nodejs"
+depends="
+ python3-yaml python3-dateutil python3-Jinja2 python3-numpy
+ python3-Pillow python3-packaging python3-tornado python3-typing_extensions
+"
+short_desc="Interactive data visualization in a browser, from Python"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="BSD-3-Clause"
+homepage="https://github.com/bokeh/bokeh"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=42d66cad60a52779fda0a321ca4453ec1e08ae31053c68ce82f1af874a5ef97b
+
+post_install() {
+	vlicense LICENSE.txt
+}

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

* Re: [PR PATCH] [Updated] New package: python3-bokeh-2.0.2
  2020-05-26 16:31 [PR PATCH] New package: python3-bokeh-2.0.2 ahesford
@ 2020-05-26 16:53 ` ahesford
  2020-05-31 17:37 ` [PR PATCH] [Closed]: " Piraty
  1 sibling, 0 replies; 3+ messages in thread
From: ahesford @ 2020-05-26 16:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 322 bytes --]

There is an updated pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages bokeh
https://github.com/void-linux/void-packages/pull/22324

New package: python3-bokeh-2.0.2


A patch file from https://github.com/void-linux/void-packages/pull/22324.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bokeh-22324.patch --]
[-- Type: text/x-diff, Size: 1432 bytes --]

From a26b9054b8a8e089502ae2f58483c10865e97f9c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Tue, 26 May 2020 12:27:27 -0400
Subject: [PATCH] New package: python3-bokeh-2.0.2

---
 srcpkgs/python3-bokeh/template | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 srcpkgs/python3-bokeh/template

diff --git a/srcpkgs/python3-bokeh/template b/srcpkgs/python3-bokeh/template
new file mode 100644
index 00000000000..a895ad67447
--- /dev/null
+++ b/srcpkgs/python3-bokeh/template
@@ -0,0 +1,28 @@
+# Template file for 'python3-bokeh'
+pkgname=python3-bokeh
+version=2.0.2
+revision=1
+archs=noarch
+wrksrc="${pkgname#*-}-${version}"
+build_style=python3-module
+make_build_args="--build-js"
+make_install_args="--install-js"
+hostmakedepends="python3-setuptools nodejs"
+depends="
+ python3-yaml python3-dateutil python3-Jinja2 python3-numpy
+ python3-Pillow python3-packaging python3-tornado python3-typing_extensions
+"
+short_desc="Interactive data visualization in a browser, from Python"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="BSD-3-Clause"
+homepage="https://github.com/bokeh/bokeh"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=42d66cad60a52779fda0a321ca4453ec1e08ae31053c68ce82f1af874a5ef97b
+
+if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
+	broken="triggers segfault in npm"
+fi
+
+post_install() {
+	vlicense LICENSE.txt
+}

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

* Re: [PR PATCH] [Closed]: New package: python3-bokeh-2.0.2
  2020-05-26 16:31 [PR PATCH] New package: python3-bokeh-2.0.2 ahesford
  2020-05-26 16:53 ` [PR PATCH] [Updated] " ahesford
@ 2020-05-31 17:37 ` Piraty
  1 sibling, 0 replies; 3+ messages in thread
From: Piraty @ 2020-05-31 17:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 166 bytes --]

There's a closed pull request on the void-packages repository

New package: python3-bokeh-2.0.2
https://github.com/void-linux/void-packages/pull/22324

Description:


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

end of thread, other threads:[~2020-05-31 17:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-26 16:31 [PR PATCH] New package: python3-bokeh-2.0.2 ahesford
2020-05-26 16:53 ` [PR PATCH] [Updated] " ahesford
2020-05-31 17:37 ` [PR PATCH] [Closed]: " Piraty

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).