Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python-patsy-0.5.1
@ 2020-12-10 14:52 olafmersmann
  2020-12-14 21:49 ` [PR PATCH] [Updated] " olafmersmann
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: olafmersmann @ 2020-12-10 14:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/olafmersmann/void-packages python3-patsy
https://github.com/void-linux/void-packages/pull/27075

New package: python-patsy-0.5.1


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

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

From 204b67c6cb22b33c09709aa90aca649f9abc5372 Mon Sep 17 00:00:00 2001
From: Olaf Mersmann <olafm@p-value.net>
Date: Thu, 10 Dec 2020 15:51:28 +0100
Subject: [PATCH] New package: python-patsy-0.5.1

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

diff --git a/srcpkgs/python3-patsy/template b/srcpkgs/python3-patsy/template
new file mode 100644
index 00000000000..15f08651a49
--- /dev/null
+++ b/srcpkgs/python3-patsy/template
@@ -0,0 +1,23 @@
+# Template file for 'python3-patsy'
+pkgname=python3-patsy
+version=0.5.1
+revision=1
+wrksrc="patsy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-six python3-numpy"
+short_desc="Python library for describing statistical models"
+maintainer="Olaf <olafm@p-value.net>"
+license="BSD-2-Clause + Python-2.0"
+homepage="https://github.com/pydata/patsy"
+changelog="https://patsy.readthedocs.io/en/latest/changes.html"
+distfiles="${PYPI_SITE}/p/patsy/patsy-${version}.tar.gz"
+checksum=f115cec4201e1465cd58b9866b0b0e7b941caafec129869057405bfe5b5e3991
+
+do_check() {
+	: no test is shipped
+}
+
+post_install() {
+	vlicense LICENSE.txt
+}

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

* Re: [PR PATCH] [Updated] New package: python-patsy-0.5.1
  2020-12-10 14:52 [PR PATCH] New package: python-patsy-0.5.1 olafmersmann
@ 2020-12-14 21:49 ` olafmersmann
  2020-12-14 22:22 ` [PR PATCH] [Updated] New package: python3-statsmodels and python3-patsy olafmersmann
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: olafmersmann @ 2020-12-14 21:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/olafmersmann/void-packages python3-patsy
https://github.com/void-linux/void-packages/pull/27075

New package: python-patsy-0.5.1
Adding patsy as a direct dependency of statsmodels which I would like to add next.

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

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

From 85e5846a7f17514c4db4c1736988eb3a8e3029c7 Mon Sep 17 00:00:00 2001
From: Olaf Mersmann <olafm@p-value.net>
Date: Thu, 10 Dec 2020 15:51:28 +0100
Subject: [PATCH 1/2] New package: python3-patsy-0.5.1

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

diff --git a/srcpkgs/python3-patsy/template b/srcpkgs/python3-patsy/template
new file mode 100644
index 00000000000..15f08651a49
--- /dev/null
+++ b/srcpkgs/python3-patsy/template
@@ -0,0 +1,23 @@
+# Template file for 'python3-patsy'
+pkgname=python3-patsy
+version=0.5.1
+revision=1
+wrksrc="patsy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-six python3-numpy"
+short_desc="Python library for describing statistical models"
+maintainer="Olaf <olafm@p-value.net>"
+license="BSD-2-Clause + Python-2.0"
+homepage="https://github.com/pydata/patsy"
+changelog="https://patsy.readthedocs.io/en/latest/changes.html"
+distfiles="${PYPI_SITE}/p/patsy/patsy-${version}.tar.gz"
+checksum=f115cec4201e1465cd58b9866b0b0e7b941caafec129869057405bfe5b5e3991
+
+do_check() {
+	: no test is shipped
+}
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 8f946206e02b24eff66f59b7b109ee287121a8e6 Mon Sep 17 00:00:00 2001
From: Olaf Mersmann <olafm@p-value.net>
Date: Mon, 14 Dec 2020 22:47:31 +0100
Subject: [PATCH 2/2] New package: python3-statsmodels-0.12.1

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

diff --git a/srcpkgs/python3-statsmodels/template b/srcpkgs/python3-statsmodels/template
new file mode 100644
index 00000000000..2f5997a8fef
--- /dev/null
+++ b/srcpkgs/python3-statsmodels/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-statsmodels'
+pkgname=python3-statsmodels
+version=0.12.1
+revision=1
+build_style=python3-module
+wrksrc="statsmodels-${version}"
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3-numpy python3-scipy python3-pandas python3-patsy"
+checkdepends="python3-pytest"
+short_desc="Python module for the estimation of different statistical models"
+maintainer="Olaf Mersmann <olafm@p-value.net>"
+license="BSD-3-Clause"
+homepage="https://www.statsmodels.org/"
+distfiles="${PYPI_SITE}/s/statsmodels/statsmodels-${version}.tar.gz"
+changelog="https://www.statsmodels.org/stable/release/version0.12.1.html"
+checksum=a271b4ccec190148dccda25f0cbdcbf871f408fc1394a10a7dc1af4a62b91c8e

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

* Re: [PR PATCH] [Updated] New package: python3-statsmodels and python3-patsy
  2020-12-10 14:52 [PR PATCH] New package: python-patsy-0.5.1 olafmersmann
  2020-12-14 21:49 ` [PR PATCH] [Updated] " olafmersmann
@ 2020-12-14 22:22 ` olafmersmann
  2022-05-01  2:14 ` github-actions
  2022-05-16  2:07 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: olafmersmann @ 2020-12-14 22:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/olafmersmann/void-packages python3-patsy
https://github.com/void-linux/void-packages/pull/27075

New package: python3-statsmodels and python3-patsy
Adding patsy as a direct dependency of statsmodels which I would like to add next.

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

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

From 85e5846a7f17514c4db4c1736988eb3a8e3029c7 Mon Sep 17 00:00:00 2001
From: Olaf Mersmann <olafm@p-value.net>
Date: Thu, 10 Dec 2020 15:51:28 +0100
Subject: [PATCH 1/2] New package: python3-patsy-0.5.1

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

diff --git a/srcpkgs/python3-patsy/template b/srcpkgs/python3-patsy/template
new file mode 100644
index 00000000000..15f08651a49
--- /dev/null
+++ b/srcpkgs/python3-patsy/template
@@ -0,0 +1,23 @@
+# Template file for 'python3-patsy'
+pkgname=python3-patsy
+version=0.5.1
+revision=1
+wrksrc="patsy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-six python3-numpy"
+short_desc="Python library for describing statistical models"
+maintainer="Olaf <olafm@p-value.net>"
+license="BSD-2-Clause + Python-2.0"
+homepage="https://github.com/pydata/patsy"
+changelog="https://patsy.readthedocs.io/en/latest/changes.html"
+distfiles="${PYPI_SITE}/p/patsy/patsy-${version}.tar.gz"
+checksum=f115cec4201e1465cd58b9866b0b0e7b941caafec129869057405bfe5b5e3991
+
+do_check() {
+	: no test is shipped
+}
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 03f82958da08fb7b201be98292d3d0fd4b8653ef Mon Sep 17 00:00:00 2001
From: Olaf Mersmann <olafm@p-value.net>
Date: Mon, 14 Dec 2020 22:47:31 +0100
Subject: [PATCH 2/2] New package: python3-statsmodels-0.12.1

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

diff --git a/srcpkgs/python3-statsmodels/template b/srcpkgs/python3-statsmodels/template
new file mode 100644
index 00000000000..3553acd3a1f
--- /dev/null
+++ b/srcpkgs/python3-statsmodels/template
@@ -0,0 +1,22 @@
+# Template file for 'python3-statsmodels'
+pkgname=python3-statsmodels
+version=0.12.1
+revision=1
+wrksrc="statsmodels-${version}"
+build_style=python3-module
+build_helper="numpy"
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3-numpy python3-scipy python3-pandas python3-patsy"
+checkdepends="python3-pytest"
+short_desc="Python module for the estimation of different statistical models"
+maintainer="Olaf Mersmann <olafm@p-value.net>"
+license="BSD-3-Clause"
+homepage="https://www.statsmodels.org/"
+changelog="https://www.statsmodels.org/stable/release/version0.12.1.html"
+distfiles="${PYPI_SITE}/s/statsmodels/statsmodels-${version}.tar.gz"
+checksum=a271b4ccec190148dccda25f0cbdcbf871f408fc1394a10a7dc1af4a62b91c8e
+
+post_install() {
+	vlicense LICENSE.txt
+}

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

* Re: New package: python3-statsmodels and python3-patsy
  2020-12-10 14:52 [PR PATCH] New package: python-patsy-0.5.1 olafmersmann
  2020-12-14 21:49 ` [PR PATCH] [Updated] " olafmersmann
  2020-12-14 22:22 ` [PR PATCH] [Updated] New package: python3-statsmodels and python3-patsy olafmersmann
@ 2022-05-01  2:14 ` github-actions
  2022-05-16  2:07 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2022-05-01  2:14 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/27075#issuecomment-1114104612

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: python3-statsmodels and python3-patsy
  2020-12-10 14:52 [PR PATCH] New package: python-patsy-0.5.1 olafmersmann
                   ` (2 preceding siblings ...)
  2022-05-01  2:14 ` github-actions
@ 2022-05-16  2:07 ` github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2022-05-16  2:07 UTC (permalink / raw)
  To: ml

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

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

New package: python3-statsmodels and python3-patsy
https://github.com/void-linux/void-packages/pull/27075

Description:
Adding patsy as a direct dependency of statsmodels which I would like to add next.

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

end of thread, other threads:[~2022-05-16  2:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-10 14:52 [PR PATCH] New package: python-patsy-0.5.1 olafmersmann
2020-12-14 21:49 ` [PR PATCH] [Updated] " olafmersmann
2020-12-14 22:22 ` [PR PATCH] [Updated] New package: python3-statsmodels and python3-patsy olafmersmann
2022-05-01  2:14 ` github-actions
2022-05-16  2:07 ` [PR PATCH] [Closed]: " github-actions

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