Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-sympy: update to 1.9.
@ 2021-10-10 21:26 tornaria
  2021-10-11 18:46 ` tornaria
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: tornaria @ 2021-10-10 21:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages sympy
https://github.com/void-linux/void-packages/pull/33471

python3-sympy: update to 1.9.
- I generally don't use the affected packages but briefly tested this PR

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

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

From 3a9d369a47a8c31ef1ceb4a50ef946bb15d19ad3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sun, 10 Oct 2021 17:16:28 -0300
Subject: [PATCH] python3-sympy: update to 1.9.

---
 .../patches/suggest-python3-ipython-for-void.patch   | 12 ++++++++++++
 srcpkgs/python3-sympy/template                       |  8 ++++----
 2 files changed, 16 insertions(+), 4 deletions(-)
 create mode 100644 srcpkgs/python3-sympy/patches/suggest-python3-ipython-for-void.patch

diff --git a/srcpkgs/python3-sympy/patches/suggest-python3-ipython-for-void.patch b/srcpkgs/python3-sympy/patches/suggest-python3-ipython-for-void.patch
new file mode 100644
index 000000000000..c3955d7a0c6e
--- /dev/null
+++ b/srcpkgs/python3-sympy/patches/suggest-python3-ipython-for-void.patch
@@ -0,0 +1,12 @@
+--- a/sympy/interactive/session.py	2021-09-30 19:23:57.152187300 -0300
++++ b/sympy/interactive/session.py	2021-10-10 17:15:11.216157121 -0300
+@@ -21,8 +21,7 @@
+ 
+ no_ipython = """\
+ Couldn't locate IPython. Having IPython installed is greatly recommended.
+-See http://ipython.scipy.org for more details. If you use Debian/Ubuntu,
+-just install the 'ipython' package and start isympy again.
++Install the 'python3-ipython' package and start isympy again.
+ """
+ 
+ 
diff --git a/srcpkgs/python3-sympy/template b/srcpkgs/python3-sympy/template
index 5f553a6f527e..807f0db5f1a2 100644
--- a/srcpkgs/python3-sympy/template
+++ b/srcpkgs/python3-sympy/template
@@ -1,18 +1,18 @@
 # Template file for 'python3-sympy'
 pkgname=python3-sympy
-version=1.8
-revision=2
+version=1.9
+revision=1
 wrksrc="sympy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-mpmath"
+depends="python3-mpmath"
 checkdepends="python3-mpmath"
 short_desc="Computer algebra system for Python3"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://sympy.org/"
 distfiles="${PYPI_SITE}/s/sympy/sympy-${version}.tar.gz"
-checksum=1ca588a9f6ce6a323c5592f9635159c2093572826668a1022c75c75bdf0297cb
+checksum=c7a880e229df96759f955d4f3970d4cabce79f60f5b18830c08b90ce77cd5fdc
 
 post_install() {
 	vman doc/man/isympy.1

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

* Re: python3-sympy: update to 1.9.
  2021-10-10 21:26 [PR PATCH] python3-sympy: update to 1.9 tornaria
@ 2021-10-11 18:46 ` tornaria
  2021-10-11 20:54 ` [PR PATCH] [Updated] " tornaria
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tornaria @ 2021-10-11 18:46 UTC (permalink / raw)
  To: ml

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

New comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/pull/33471#issuecomment-940357877

Comment:
```
=> ERROR: Build-time cyclic dependency python3-setuptools_scm(host), python3-tomli(host), python3-flit_core(host), python3-pytest(host), python3-setuptools_scm(host) detected.
```

The cycle arises because `python3-flit_core` checkdepends on `python3-pytest`.

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

* Re: [PR PATCH] [Updated] python3-sympy: update to 1.9.
  2021-10-10 21:26 [PR PATCH] python3-sympy: update to 1.9 tornaria
  2021-10-11 18:46 ` tornaria
@ 2021-10-11 20:54 ` tornaria
  2021-10-12  2:12 ` ahesford
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tornaria @ 2021-10-11 20:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages sympy
https://github.com/void-linux/void-packages/pull/33471

python3-sympy: update to 1.9.
- I generally don't use the affected packages but briefly tested this PR

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

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

From 2579ad1b11cf66cf4c20db3349f1a24a7ec4569d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sun, 10 Oct 2021 17:16:28 -0300
Subject: [PATCH] python3-sympy: update to 1.9.

---
 .../patches/suggest-python3-ipython-for-void.patch   | 12 ++++++++++++
 srcpkgs/python3-sympy/template                       |  8 ++++----
 2 files changed, 16 insertions(+), 4 deletions(-)
 create mode 100644 srcpkgs/python3-sympy/patches/suggest-python3-ipython-for-void.patch

diff --git a/srcpkgs/python3-sympy/patches/suggest-python3-ipython-for-void.patch b/srcpkgs/python3-sympy/patches/suggest-python3-ipython-for-void.patch
new file mode 100644
index 000000000000..c3955d7a0c6e
--- /dev/null
+++ b/srcpkgs/python3-sympy/patches/suggest-python3-ipython-for-void.patch
@@ -0,0 +1,12 @@
+--- a/sympy/interactive/session.py	2021-09-30 19:23:57.152187300 -0300
++++ b/sympy/interactive/session.py	2021-10-10 17:15:11.216157121 -0300
+@@ -21,8 +21,7 @@
+ 
+ no_ipython = """\
+ Couldn't locate IPython. Having IPython installed is greatly recommended.
+-See http://ipython.scipy.org for more details. If you use Debian/Ubuntu,
+-just install the 'ipython' package and start isympy again.
++Install the 'python3-ipython' package and start isympy again.
+ """
+ 
+ 
diff --git a/srcpkgs/python3-sympy/template b/srcpkgs/python3-sympy/template
index 5f553a6f527e..807f0db5f1a2 100644
--- a/srcpkgs/python3-sympy/template
+++ b/srcpkgs/python3-sympy/template
@@ -1,18 +1,18 @@
 # Template file for 'python3-sympy'
 pkgname=python3-sympy
-version=1.8
-revision=2
+version=1.9
+revision=1
 wrksrc="sympy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-mpmath"
+depends="python3-mpmath"
 checkdepends="python3-mpmath"
 short_desc="Computer algebra system for Python3"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://sympy.org/"
 distfiles="${PYPI_SITE}/s/sympy/sympy-${version}.tar.gz"
-checksum=1ca588a9f6ce6a323c5592f9635159c2093572826668a1022c75c75bdf0297cb
+checksum=c7a880e229df96759f955d4f3970d4cabce79f60f5b18830c08b90ce77cd5fdc
 
 post_install() {
 	vman doc/man/isympy.1

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

* Re: python3-sympy: update to 1.9.
  2021-10-10 21:26 [PR PATCH] python3-sympy: update to 1.9 tornaria
  2021-10-11 18:46 ` tornaria
  2021-10-11 20:54 ` [PR PATCH] [Updated] " tornaria
@ 2021-10-12  2:12 ` ahesford
  2021-10-12  3:00 ` [PR PATCH] [Updated] " tornaria
  2021-10-12 10:56 ` [PR PATCH] [Merged]: " ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2021-10-12  2:12 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/33471#issuecomment-940594669

Comment:
Please drop the patch, we don't want to carry a patch just to tell people how to find ipython.

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

* Re: [PR PATCH] [Updated] python3-sympy: update to 1.9.
  2021-10-10 21:26 [PR PATCH] python3-sympy: update to 1.9 tornaria
                   ` (2 preceding siblings ...)
  2021-10-12  2:12 ` ahesford
@ 2021-10-12  3:00 ` tornaria
  2021-10-12 10:56 ` [PR PATCH] [Merged]: " ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: tornaria @ 2021-10-12  3:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages sympy
https://github.com/void-linux/void-packages/pull/33471

python3-sympy: update to 1.9.
- I generally don't use the affected packages but briefly tested this PR

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

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

From 617a5dedd4f124aa9f2ab19c7d760bade1a46204 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sun, 10 Oct 2021 17:16:28 -0300
Subject: [PATCH] python3-sympy: update to 1.9.

---
 srcpkgs/python3-sympy/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-sympy/template b/srcpkgs/python3-sympy/template
index 5f553a6f527e..807f0db5f1a2 100644
--- a/srcpkgs/python3-sympy/template
+++ b/srcpkgs/python3-sympy/template
@@ -1,18 +1,18 @@
 # Template file for 'python3-sympy'
 pkgname=python3-sympy
-version=1.8
-revision=2
+version=1.9
+revision=1
 wrksrc="sympy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-mpmath"
+depends="python3-mpmath"
 checkdepends="python3-mpmath"
 short_desc="Computer algebra system for Python3"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://sympy.org/"
 distfiles="${PYPI_SITE}/s/sympy/sympy-${version}.tar.gz"
-checksum=1ca588a9f6ce6a323c5592f9635159c2093572826668a1022c75c75bdf0297cb
+checksum=c7a880e229df96759f955d4f3970d4cabce79f60f5b18830c08b90ce77cd5fdc
 
 post_install() {
 	vman doc/man/isympy.1

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

* Re: [PR PATCH] [Merged]: python3-sympy: update to 1.9.
  2021-10-10 21:26 [PR PATCH] python3-sympy: update to 1.9 tornaria
                   ` (3 preceding siblings ...)
  2021-10-12  3:00 ` [PR PATCH] [Updated] " tornaria
@ 2021-10-12 10:56 ` ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2021-10-12 10:56 UTC (permalink / raw)
  To: ml

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

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

python3-sympy: update to 1.9.
https://github.com/void-linux/void-packages/pull/33471

Description:
- I generally don't use the affected packages but briefly tested this PR

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

end of thread, other threads:[~2021-10-12 10:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-10 21:26 [PR PATCH] python3-sympy: update to 1.9 tornaria
2021-10-11 18:46 ` tornaria
2021-10-11 20:54 ` [PR PATCH] [Updated] " tornaria
2021-10-12  2:12 ` ahesford
2021-10-12  3:00 ` [PR PATCH] [Updated] " tornaria
2021-10-12 10:56 ` [PR PATCH] [Merged]: " 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).