Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Python math
@ 2020-04-10 10:40 not-chicken
  2020-04-10 11:01 ` [PR PATCH] [Updated] New package: python-markdown-math-0.6 not-chicken
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: not-chicken @ 2020-04-10 10:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/not-chicken/void-packages python-math
https://github.com/void-linux/void-packages/pull/20836

Python math
fixes #11525 

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

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

From 5362c95205773cd431f43f53506a169a8ec01025 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Fri, 10 Apr 2020 16:02:32 +0530
Subject: [PATCH 1/2] python-Markups: add missing dependency to subpackage

---
 srcpkgs/python-Markups/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python-Markups/template b/srcpkgs/python-Markups/template
index 02ba25ee05c..348dd4e57ef 100644
--- a/srcpkgs/python-Markups/template
+++ b/srcpkgs/python-Markups/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Markups'
 pkgname=python-Markups
 version=3.0.0
-revision=2
+revision=3
 archs=noarch
 wrksrc="Markups-${version}"
 build_style=python-module
@@ -22,7 +22,7 @@ post_install() {
 
 python3-Markups_package() {
 	archs=noarch
-	depends="python3"
+	depends="python3 python-markdown-math"
 	pycompile_module="markups"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

From 9ffa1e1f4b1bcf5f4e1ead68eae9d03dea2e87fe Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Fri, 10 Apr 2020 16:03:31 +0530
Subject: [PATCH 2/2] New package: python-markdown-math-0.6

---
 srcpkgs/python-markdown-math/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python-markdown-math/template

diff --git a/srcpkgs/python-markdown-math/template b/srcpkgs/python-markdown-math/template
new file mode 100644
index 00000000000..828bc796d41
--- /dev/null
+++ b/srcpkgs/python-markdown-math/template
@@ -0,0 +1,18 @@
+# Template file for 'python-markdown-math'
+pkgname=python-markdown-math
+version=0.6
+revision=1
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-Markdown"
+short_desc="Math extension for Python-Markdown"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/mitya57/python-markdown-math"
+distfiles=${PYPI_SITE}/p/python-markdown-math/python-markdown-math-${version}.tar.gz
+checksum=c68d8cb9695cb7b435484403dc18941d1bad0ff148e4166d9417046a0d5d3022
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: python-markdown-math-0.6 
  2020-04-10 10:40 [PR PATCH] Python math not-chicken
@ 2020-04-10 11:01 ` not-chicken
  2020-04-10 11:05 ` not-chicken
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: not-chicken @ 2020-04-10 11:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/not-chicken/void-packages python-math
https://github.com/void-linux/void-packages/pull/20836

New package: python-markdown-math-0.6 
fixes #11525 

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

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

From d5ff8cc1e0f3785484851548ed0225484c0a0bed Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Fri, 10 Apr 2020 16:02:32 +0530
Subject: [PATCH 1/2] python-Markups: add missing dependency to subpackage

---
 srcpkgs/python-Markups/template | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python-Markups/template b/srcpkgs/python-Markups/template
index 02ba25ee05c..c010e77a5ad 100644
--- a/srcpkgs/python-Markups/template
+++ b/srcpkgs/python-Markups/template
@@ -1,18 +1,17 @@
 # Template file for 'python-Markups'
 pkgname=python-Markups
 version=3.0.0
-revision=2
+revision=3
 archs=noarch
 wrksrc="Markups-${version}"
 build_style=python-module
-pycompile_module="markups"
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python"
 short_desc="Wrapper around the various text markup languages (Python2)"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-changelog="https://raw.githubusercontent.com/retext-project/pymarkups/master/changelog"
 license="BSD-3-Clause"
 homepage="https://github.com/mitya57/pymarkups"
+changelog="https://raw.githubusercontent.com/retext-project/pymarkups/master/changelog"
 distfiles="${PYPI_SITE}/M/Markups/Markups-${version}.tar.gz"
 checksum=1ea19458dfca6a4562044e701aa8698089a0c659fc535689ed260f89a04f8d39
 
@@ -22,8 +21,7 @@ post_install() {
 
 python3-Markups_package() {
 	archs=noarch
-	depends="python3"
-	pycompile_module="markups"
+	depends="python3 python-markdown-math"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {
 		vlicense LICENSE

From 61995b1cf8b410e174f3bc5597803e093ca848a5 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Fri, 10 Apr 2020 16:03:31 +0530
Subject: [PATCH 2/2] New package: python-markdown-math-0.6

---
 srcpkgs/python-markdown-math/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python-markdown-math/template

diff --git a/srcpkgs/python-markdown-math/template b/srcpkgs/python-markdown-math/template
new file mode 100644
index 00000000000..828bc796d41
--- /dev/null
+++ b/srcpkgs/python-markdown-math/template
@@ -0,0 +1,18 @@
+# Template file for 'python-markdown-math'
+pkgname=python-markdown-math
+version=0.6
+revision=1
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-Markdown"
+short_desc="Math extension for Python-Markdown"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/mitya57/python-markdown-math"
+distfiles=${PYPI_SITE}/p/python-markdown-math/python-markdown-math-${version}.tar.gz
+checksum=c68d8cb9695cb7b435484403dc18941d1bad0ff148e4166d9417046a0d5d3022
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: python-markdown-math-0.6 
  2020-04-10 10:40 [PR PATCH] Python math not-chicken
  2020-04-10 11:01 ` [PR PATCH] [Updated] New package: python-markdown-math-0.6 not-chicken
@ 2020-04-10 11:05 ` not-chicken
  2020-04-11  0:57 ` [PR PATCH] [Updated] " not-chicken
  2020-04-15  8:51 ` [PR PATCH] [Merged]: New package: python3-markdown-math-0.6 Piraty
  3 siblings, 0 replies; 5+ messages in thread
From: not-chicken @ 2020-04-10 11:05 UTC (permalink / raw)
  To: ml

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

New comment by not-chicken on void-packages repository

https://github.com/void-linux/void-packages/pull/20836#issuecomment-611985754

Comment:
It is listed as runtime dependency of python3-Markups packages in Arch and Debian as well.

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

* Re: [PR PATCH] [Updated] New package: python-markdown-math-0.6 
  2020-04-10 10:40 [PR PATCH] Python math not-chicken
  2020-04-10 11:01 ` [PR PATCH] [Updated] New package: python-markdown-math-0.6 not-chicken
  2020-04-10 11:05 ` not-chicken
@ 2020-04-11  0:57 ` not-chicken
  2020-04-15  8:51 ` [PR PATCH] [Merged]: New package: python3-markdown-math-0.6 Piraty
  3 siblings, 0 replies; 5+ messages in thread
From: not-chicken @ 2020-04-11  0:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/not-chicken/void-packages python-math
https://github.com/void-linux/void-packages/pull/20836

New package: python-markdown-math-0.6 
fixes #11525 

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

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

From 45d96a652306968cccd8b149601afbcf307032e3 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Fri, 10 Apr 2020 16:03:31 +0530
Subject: [PATCH 1/2] New package: python3-markdown-math-0.6

---
 srcpkgs/python3-markdown-math/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-markdown-math/template

diff --git a/srcpkgs/python3-markdown-math/template b/srcpkgs/python3-markdown-math/template
new file mode 100644
index 00000000000..0f7cf8acde1
--- /dev/null
+++ b/srcpkgs/python3-markdown-math/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-markdown-math'
+pkgname=python3-markdown-math
+version=0.6
+revision=1
+archs=noarch
+wrksrc=python-markdown-math-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-Markdown"
+short_desc="Math extension for Python-Markdown"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/mitya57/python-markdown-math"
+distfiles=${PYPI_SITE}/p/python-markdown-math/python-markdown-math-${version}.tar.gz
+checksum=c68d8cb9695cb7b435484403dc18941d1bad0ff148e4166d9417046a0d5d3022
+
+post_install() {
+	vlicense LICENSE
+}

From 52d708bc452adb0eb0dd47d4c4bfa8f58b71b6a8 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Fri, 10 Apr 2020 16:02:32 +0530
Subject: [PATCH 2/2] python-Markups: add missing dependency to subpackage

---
 srcpkgs/python-Markups/template | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python-Markups/template b/srcpkgs/python-Markups/template
index 02ba25ee05c..1eb15b49301 100644
--- a/srcpkgs/python-Markups/template
+++ b/srcpkgs/python-Markups/template
@@ -1,18 +1,17 @@
 # Template file for 'python-Markups'
 pkgname=python-Markups
 version=3.0.0
-revision=2
+revision=3
 archs=noarch
 wrksrc="Markups-${version}"
 build_style=python-module
-pycompile_module="markups"
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python"
 short_desc="Wrapper around the various text markup languages (Python2)"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-changelog="https://raw.githubusercontent.com/retext-project/pymarkups/master/changelog"
 license="BSD-3-Clause"
 homepage="https://github.com/mitya57/pymarkups"
+changelog="https://raw.githubusercontent.com/retext-project/pymarkups/master/changelog"
 distfiles="${PYPI_SITE}/M/Markups/Markups-${version}.tar.gz"
 checksum=1ea19458dfca6a4562044e701aa8698089a0c659fc535689ed260f89a04f8d39
 
@@ -22,8 +21,7 @@ post_install() {
 
 python3-Markups_package() {
 	archs=noarch
-	depends="python3"
-	pycompile_module="markups"
+	depends="python3 python3-markdown-math"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {
 		vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: New package: python3-markdown-math-0.6 
  2020-04-10 10:40 [PR PATCH] Python math not-chicken
                   ` (2 preceding siblings ...)
  2020-04-11  0:57 ` [PR PATCH] [Updated] " not-chicken
@ 2020-04-15  8:51 ` Piraty
  3 siblings, 0 replies; 5+ messages in thread
From: Piraty @ 2020-04-15  8:51 UTC (permalink / raw)
  To: ml

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

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

New package: python3-markdown-math-0.6 
https://github.com/void-linux/void-packages/pull/20836

Description:
fixes #11525 

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

end of thread, other threads:[~2020-04-15  8:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-10 10:40 [PR PATCH] Python math not-chicken
2020-04-10 11:01 ` [PR PATCH] [Updated] New package: python-markdown-math-0.6 not-chicken
2020-04-10 11:05 ` not-chicken
2020-04-11  0:57 ` [PR PATCH] [Updated] " not-chicken
2020-04-15  8:51 ` [PR PATCH] [Merged]: New package: python3-markdown-math-0.6 Piraty

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