Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: [PR PATCH] [Updated] python3-sympy: update to 1.5.1, drop python2
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19987@inbox.vuxu.org>
  2020-07-23 18:22 ` python3-sympy: update to 1.5.1, drop python2 Chocimier
@ 2020-07-23 21:14 ` daniel-eys
  2020-07-23 21:16 ` daniel-eys
  2020-07-24 17:09 ` [PR PATCH] [Merged]: python3-sympy: update to 1.6.1, " Chocimier
  3 siblings, 0 replies; 4+ messages in thread
From: daniel-eys @ 2020-07-23 21:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/daniel-eys/void-packages python-sympy
https://github.com/void-linux/void-packages/pull/19987

python3-sympy: update to 1.5.1, drop python2
None

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

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

From 03b94622db248c7211c280900f59183897c9a308 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Mon, 9 Mar 2020 19:25:57 +0100
Subject: [PATCH] python3-sympy: update to 1.6.1, drop python2

---
 srcpkgs/python-sympy/template  | 43 ----------------------------------
 srcpkgs/python3-sympy          |  1 -
 srcpkgs/python3-sympy/template | 21 +++++++++++++++++
 3 files changed, 21 insertions(+), 44 deletions(-)
 delete mode 100644 srcpkgs/python-sympy/template
 delete mode 120000 srcpkgs/python3-sympy
 create mode 100644 srcpkgs/python3-sympy/template

diff --git a/srcpkgs/python-sympy/template b/srcpkgs/python-sympy/template
deleted file mode 100644
index d41c8a392b0..00000000000
--- a/srcpkgs/python-sympy/template
+++ /dev/null
@@ -1,43 +0,0 @@
-# Template file for 'python-sympy'
-pkgname=python-sympy
-version=1.4
-revision=2
-archs=noarch
-wrksrc="sympy-${version}"
-build_style=python-module
-pycompile_module="sympy isympy.py"
-hostmakedepends="python-setuptools python3-setuptools"
-depends="python-setuptools python-mpmath"
-short_desc="Computer algebra system for Python2"
-maintainer="Alessio Sergi <al3hex@gmail.com>"
-license="BSD-3-Clause"
-homepage="https://sympy.org/"
-distfiles="${PYPI_SITE}/s/sympy/sympy-${version}.tar.gz"
-checksum=71a11e5686ae7ab6cb8feb5bd2651ef4482f8fd43a7c27e645a165e4353b23e1
-
-alternatives="
- sympy:isympy:/usr/bin/isympy2
- sympy:isympy.1:/usr/share/man/man1/isympy2.1"
-
-post_install() {
-	# create versioned man pages
-	mv ${DESTDIR}/usr/share/man/man1/isympy{,2}.1
-	vman doc/man/isympy.1 isympy3.1
-	vlicense LICENSE
-}
-
-python3-sympy_package() {
-	alternatives="
-	 sympy:isympy:/usr/bin/isympy3
-	 sympy:isympy.1:/usr/share/man/man1/isympy3.1"
-	archs=noarch
-	pycompile_module="sympy isympy.py"
-	depends="python3-setuptools python3-mpmath"
-	short_desc="${short_desc/Python2/Python3}"
-	pkg_install() {
-		vmove usr/bin/isympy3
-		vmove usr/lib/python3*
-		vmove usr/share/man/man1/isympy3.1
-		vlicense LICENSE
-	}
-}
diff --git a/srcpkgs/python3-sympy b/srcpkgs/python3-sympy
deleted file mode 120000
index 9e6bbea60ee..00000000000
--- a/srcpkgs/python3-sympy
+++ /dev/null
@@ -1 +0,0 @@
-python-sympy
\ No newline at end of file
diff --git a/srcpkgs/python3-sympy/template b/srcpkgs/python3-sympy/template
new file mode 100644
index 00000000000..77f7747a999
--- /dev/null
+++ b/srcpkgs/python3-sympy/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-sympy'
+pkgname=python3-sympy
+version=1.6.1
+revision=1
+archs=noarch
+wrksrc="sympy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-setuptools 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=7386dba4f7e162e90766b5ea7cab5938c2fe3c620b310518c8ff504b283cb15b
+
+post_install() {
+	vman doc/man/isympy.1
+	vlicense LICENSE
+}

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

* Re: python3-sympy: update to 1.5.1, drop python2
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19987@inbox.vuxu.org>
  2020-07-23 18:22 ` python3-sympy: update to 1.5.1, drop python2 Chocimier
  2020-07-23 21:14 ` [PR PATCH] [Updated] " daniel-eys
@ 2020-07-23 21:16 ` daniel-eys
  2020-07-24 17:09 ` [PR PATCH] [Merged]: python3-sympy: update to 1.6.1, " Chocimier
  3 siblings, 0 replies; 4+ messages in thread
From: daniel-eys @ 2020-07-23 21:16 UTC (permalink / raw)
  To: ml

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

New comment by daniel-eys on void-packages repository

https://github.com/void-linux/void-packages/pull/19987#issuecomment-663236588

Comment:
Updated and rebased.

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

* Re: [PR PATCH] [Merged]: python3-sympy: update to 1.6.1, drop python2
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19987@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2020-07-23 21:16 ` daniel-eys
@ 2020-07-24 17:09 ` Chocimier
  3 siblings, 0 replies; 4+ messages in thread
From: Chocimier @ 2020-07-24 17:09 UTC (permalink / raw)
  To: ml

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

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

python3-sympy: update to 1.6.1, drop python2
https://github.com/void-linux/void-packages/pull/19987

Description:
None

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

* Re: python3-sympy: update to 1.5.1, drop python2
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19987@inbox.vuxu.org>
@ 2020-07-23 18:22 ` Chocimier
  2020-07-23 21:14 ` [PR PATCH] [Updated] " daniel-eys
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: Chocimier @ 2020-07-23 18:22 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/19987#issuecomment-663160382

Comment:
1.6.1 is out

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

end of thread, other threads:[~2020-07-24 17:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19987@inbox.vuxu.org>
2020-07-23 18:22 ` python3-sympy: update to 1.5.1, drop python2 Chocimier
2020-07-23 21:14 ` [PR PATCH] [Updated] " daniel-eys
2020-07-23 21:16 ` daniel-eys
2020-07-24 17:09 ` [PR PATCH] [Merged]: python3-sympy: update to 1.6.1, " Chocimier

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