Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python-vispy: update to 0.6.1.
@ 2019-10-04 16:38 voidlinux-github
  2019-10-04 19:17 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-04 16:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages python-vispy
https://github.com/void-linux/void-packages/pull/15094

python-vispy: update to 0.6.1.


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

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

From cf724006bef6f88d1db67ac8de3d2879a26eedd6 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 4 Oct 2019 19:32:38 +0300
Subject: [PATCH] python-vispy: update to 0.6.1.

---
 srcpkgs/python-vispy/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python-vispy/template b/srcpkgs/python-vispy/template
index 19ecb746f03..894efd0dba5 100644
--- a/srcpkgs/python-vispy/template
+++ b/srcpkgs/python-vispy/template
@@ -1,19 +1,20 @@
 # Template file for 'python-vispy'
 pkgname=python-vispy
-version=0.5.3
+version=0.6.1
 revision=1
 archs=noarch
-pycompile_module="vispy"
-build_style=python-module
 wrksrc="vispy-${version}"
+build_style=python-module
+pycompile_module="vispy"
 hostmakedepends="python-setuptools python3-setuptools"
+makedepends="python3-numpy python-numpy python-Cython python3-Cython python-devel python3-devel"
 depends="python-numpy"
 short_desc="Python2 library for interactive scientific visualization"
 maintainer="johannes <johannes.brechtmann@gmail.com>"
 license="BSD-3-Clause"
 homepage="http://vispy.org"
 distfiles="${PYPI_SITE}/v/vispy/vispy-${version}.tar.gz"
-checksum=f6c36408df851b91322c928aadb2c8aaf3b31150e11f723784cc81b6280fdcc0
+checksum=8f4cf863a1c6142338d06cf3f824e75373dd45a4ce9a9a133e1c36b662f49aa1
 
 post_install() {
 	vlicense LICENSE.txt

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

* Re: [PR PATCH] [Updated] python-vispy: update to 0.6.1.
  2019-10-04 16:38 [PR PATCH] python-vispy: update to 0.6.1 voidlinux-github
@ 2019-10-04 19:17 ` voidlinux-github
  2019-10-04 19:17 ` voidlinux-github
  2019-10-06 10:22 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-04 19:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages python-vispy
https://github.com/void-linux/void-packages/pull/15094

python-vispy: update to 0.6.1.


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

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

From 49c278747d1bf6eab2b56989086514e028755576 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 4 Oct 2019 19:32:38 +0300
Subject: [PATCH] python-vispy: update to 0.6.1.

---
 srcpkgs/python-vispy/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python-vispy/template b/srcpkgs/python-vispy/template
index 19ecb746f03..b757e5a271f 100644
--- a/srcpkgs/python-vispy/template
+++ b/srcpkgs/python-vispy/template
@@ -1,19 +1,19 @@
 # Template file for 'python-vispy'
 pkgname=python-vispy
-version=0.5.3
+version=0.6.1
 revision=1
-archs=noarch
-pycompile_module="vispy"
-build_style=python-module
 wrksrc="vispy-${version}"
+build_style=python-module
+pycompile_module="vispy"
 hostmakedepends="python-setuptools python3-setuptools"
+makedepends="python3-numpy python-numpy python-Cython python3-Cython python-devel python3-devel"
 depends="python-numpy"
 short_desc="Python2 library for interactive scientific visualization"
 maintainer="johannes <johannes.brechtmann@gmail.com>"
 license="BSD-3-Clause"
 homepage="http://vispy.org"
 distfiles="${PYPI_SITE}/v/vispy/vispy-${version}.tar.gz"
-checksum=f6c36408df851b91322c928aadb2c8aaf3b31150e11f723784cc81b6280fdcc0
+checksum=8f4cf863a1c6142338d06cf3f824e75373dd45a4ce9a9a133e1c36b662f49aa1
 
 post_install() {
 	vlicense LICENSE.txt

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

* Re: [PR PATCH] [Updated] python-vispy: update to 0.6.1.
  2019-10-04 16:38 [PR PATCH] python-vispy: update to 0.6.1 voidlinux-github
  2019-10-04 19:17 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-04 19:17 ` voidlinux-github
  2019-10-06 10:22 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-04 19:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages python-vispy
https://github.com/void-linux/void-packages/pull/15094

python-vispy: update to 0.6.1.


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

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

From 49c278747d1bf6eab2b56989086514e028755576 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 4 Oct 2019 19:32:38 +0300
Subject: [PATCH] python-vispy: update to 0.6.1.

---
 srcpkgs/python-vispy/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python-vispy/template b/srcpkgs/python-vispy/template
index 19ecb746f03..b757e5a271f 100644
--- a/srcpkgs/python-vispy/template
+++ b/srcpkgs/python-vispy/template
@@ -1,19 +1,19 @@
 # Template file for 'python-vispy'
 pkgname=python-vispy
-version=0.5.3
+version=0.6.1
 revision=1
-archs=noarch
-pycompile_module="vispy"
-build_style=python-module
 wrksrc="vispy-${version}"
+build_style=python-module
+pycompile_module="vispy"
 hostmakedepends="python-setuptools python3-setuptools"
+makedepends="python3-numpy python-numpy python-Cython python3-Cython python-devel python3-devel"
 depends="python-numpy"
 short_desc="Python2 library for interactive scientific visualization"
 maintainer="johannes <johannes.brechtmann@gmail.com>"
 license="BSD-3-Clause"
 homepage="http://vispy.org"
 distfiles="${PYPI_SITE}/v/vispy/vispy-${version}.tar.gz"
-checksum=f6c36408df851b91322c928aadb2c8aaf3b31150e11f723784cc81b6280fdcc0
+checksum=8f4cf863a1c6142338d06cf3f824e75373dd45a4ce9a9a133e1c36b662f49aa1
 
 post_install() {
 	vlicense LICENSE.txt

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

* Re: [PR PATCH] [Merged]: python-vispy: update to 0.6.1.
  2019-10-04 16:38 [PR PATCH] python-vispy: update to 0.6.1 voidlinux-github
  2019-10-04 19:17 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-04 19:17 ` voidlinux-github
@ 2019-10-06 10:22 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-06 10:22 UTC (permalink / raw)
  To: ml

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

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

python-vispy: update to 0.6.1.
https://github.com/void-linux/void-packages/pull/15094

Description:


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

end of thread, other threads:[~2019-10-06 10:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-04 16:38 [PR PATCH] python-vispy: update to 0.6.1 voidlinux-github
2019-10-04 19:17 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-04 19:17 ` voidlinux-github
2019-10-06 10:22 ` [PR PATCH] [Merged]: " voidlinux-github

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).