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

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