Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New packages: python3-seaborn-0.11.0
@ 2020-12-01 21:54 olafmersmann
  2020-12-01 23:23 ` [PR REVIEW] " ahesford
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: olafmersmann @ 2020-12-01 21:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/olafmersmann/void-packages seaborn_new
https://github.com/void-linux/void-packages/pull/26876

New packages: python3-seaborn-0.11.0


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

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

From 750d22ee091f8ac5a3763e34873dd4875d4bb32a Mon Sep 17 00:00:00 2001
From: Olaf Mersmann <olafm@p-value.net>
Date: Tue, 1 Dec 2020 22:52:33 +0100
Subject: [PATCH] New packages: python3-seaborn-0.11.0

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

diff --git a/srcpkgs/python3-seaborn/template b/srcpkgs/python3-seaborn/template
new file mode 100644
index 00000000000..c76a36ec3cf
--- /dev/null
+++ b/srcpkgs/python3-seaborn/template
@@ -0,0 +1,22 @@
+# Template file for 'python3-seaborn'
+pkgname=python3-seaborn
+version=0.11.0
+revision=1
+wrksrc="seaborn-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-setuptools python3-numpy python3-scipy python3-matplotlib python3-pandas"
+short_desc="Python library for drawing attractive statistical graphics"
+maintainer="Olaf <olafm@p-value.net>"
+license="BSD-3-Clause"
+homepage="https://seaborn.pydata.org/"
+distfiles="${PYPI_SITE}/s/seaborn/seaborn-${version}.tar.gz"
+checksum=390f8437b14f5ce845062f2865ad51656464c306d09bb97d7764c6cba1dd607c
+
+do_check() {
+	: no test is shipped
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New packages: python3-seaborn-0.11.0
  2020-12-01 21:54 [PR PATCH] New packages: python3-seaborn-0.11.0 olafmersmann
@ 2020-12-01 23:23 ` ahesford
  2020-12-01 23:25 ` [PR PATCH] [Updated] " olafmersmann
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2020-12-01 23:23 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/26876#discussion_r533789486

Comment:
Drop `python3-setuptools` From `depends`; it is not a runtime depency.

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

* Re: [PR PATCH] [Updated] New packages: python3-seaborn-0.11.0
  2020-12-01 21:54 [PR PATCH] New packages: python3-seaborn-0.11.0 olafmersmann
  2020-12-01 23:23 ` [PR REVIEW] " ahesford
@ 2020-12-01 23:25 ` olafmersmann
  2020-12-01 23:26 ` [PR REVIEW] " olafmersmann
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: olafmersmann @ 2020-12-01 23:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/olafmersmann/void-packages seaborn_new
https://github.com/void-linux/void-packages/pull/26876

New packages: python3-seaborn-0.11.0


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

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

From 4240b749c0e309dc7f58c39cd1e46bd141fab862 Mon Sep 17 00:00:00 2001
From: Olaf Mersmann <olafm@p-value.net>
Date: Tue, 1 Dec 2020 22:52:33 +0100
Subject: [PATCH] New packages: python3-seaborn-0.11.0

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

diff --git a/srcpkgs/python3-seaborn/template b/srcpkgs/python3-seaborn/template
new file mode 100644
index 00000000000..c76a36ec3cf
--- /dev/null
+++ b/srcpkgs/python3-seaborn/template
@@ -0,0 +1,22 @@
+# Template file for 'python3-seaborn'
+pkgname=python3-seaborn
+version=0.11.0
+revision=1
+wrksrc="seaborn-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-setuptools python3-numpy python3-scipy python3-matplotlib python3-pandas"
+short_desc="Python library for drawing attractive statistical graphics"
+maintainer="Olaf <olafm@p-value.net>"
+license="BSD-3-Clause"
+homepage="https://seaborn.pydata.org/"
+distfiles="${PYPI_SITE}/s/seaborn/seaborn-${version}.tar.gz"
+checksum=390f8437b14f5ce845062f2865ad51656464c306d09bb97d7764c6cba1dd607c
+
+do_check() {
+	: no test is shipped
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New packages: python3-seaborn-0.11.0
  2020-12-01 21:54 [PR PATCH] New packages: python3-seaborn-0.11.0 olafmersmann
  2020-12-01 23:23 ` [PR REVIEW] " ahesford
  2020-12-01 23:25 ` [PR PATCH] [Updated] " olafmersmann
@ 2020-12-01 23:26 ` olafmersmann
  2020-12-01 23:27 ` [PR PATCH] [Updated] " olafmersmann
  2020-12-03 14:37 ` [PR PATCH] [Closed]: " ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: olafmersmann @ 2020-12-01 23:26 UTC (permalink / raw)
  To: ml

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

New review comment by olafmersmann on void-packages repository

https://github.com/void-linux/void-packages/pull/26876#discussion_r533790989

Comment:
Done

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

* Re: [PR PATCH] [Updated] New packages: python3-seaborn-0.11.0
  2020-12-01 21:54 [PR PATCH] New packages: python3-seaborn-0.11.0 olafmersmann
                   ` (2 preceding siblings ...)
  2020-12-01 23:26 ` [PR REVIEW] " olafmersmann
@ 2020-12-01 23:27 ` olafmersmann
  2020-12-03 14:37 ` [PR PATCH] [Closed]: " ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: olafmersmann @ 2020-12-01 23:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/olafmersmann/void-packages seaborn_new
https://github.com/void-linux/void-packages/pull/26876

New packages: python3-seaborn-0.11.0


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

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

From 5effb68998398aba1ab76fa5cea617256817c84f Mon Sep 17 00:00:00 2001
From: Olaf Mersmann <olafm@p-value.net>
Date: Tue, 1 Dec 2020 22:52:33 +0100
Subject: [PATCH] New packages: python3-seaborn-0.11.0

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

diff --git a/srcpkgs/python3-seaborn/template b/srcpkgs/python3-seaborn/template
new file mode 100644
index 00000000000..53cc295f321
--- /dev/null
+++ b/srcpkgs/python3-seaborn/template
@@ -0,0 +1,22 @@
+# Template file for 'python3-seaborn'
+pkgname=python3-seaborn
+version=0.11.0
+revision=1
+wrksrc="seaborn-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-numpy python3-scipy python3-matplotlib python3-pandas"
+short_desc="Python library for drawing attractive statistical graphics"
+maintainer="Olaf <olafm@p-value.net>"
+license="BSD-3-Clause"
+homepage="https://seaborn.pydata.org/"
+distfiles="${PYPI_SITE}/s/seaborn/seaborn-${version}.tar.gz"
+checksum=390f8437b14f5ce845062f2865ad51656464c306d09bb97d7764c6cba1dd607c
+
+do_check() {
+	: no test is shipped
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Closed]: New packages: python3-seaborn-0.11.0
  2020-12-01 21:54 [PR PATCH] New packages: python3-seaborn-0.11.0 olafmersmann
                   ` (3 preceding siblings ...)
  2020-12-01 23:27 ` [PR PATCH] [Updated] " olafmersmann
@ 2020-12-03 14:37 ` ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2020-12-03 14:37 UTC (permalink / raw)
  To: ml

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

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

New packages: python3-seaborn-0.11.0
https://github.com/void-linux/void-packages/pull/26876

Description:


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

end of thread, other threads:[~2020-12-03 14:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-01 21:54 [PR PATCH] New packages: python3-seaborn-0.11.0 olafmersmann
2020-12-01 23:23 ` [PR REVIEW] " ahesford
2020-12-01 23:25 ` [PR PATCH] [Updated] " olafmersmann
2020-12-01 23:26 ` [PR REVIEW] " olafmersmann
2020-12-01 23:27 ` [PR PATCH] [Updated] " olafmersmann
2020-12-03 14:37 ` [PR PATCH] [Closed]: " ahesford

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