Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python-mistune: update to 2.0.0a5.
@ 2020-09-10  4:59 flexibeast
  2020-09-11 18:16 ` sgn
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: flexibeast @ 2020-09-10  4:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/flexibeast/void-packages update-python-mistune
https://github.com/void-linux/void-packages/pull/24798

python-mistune: update to 2.0.0a5.
Needed for packaging `md2gemini` (forthcoming). `md2gemini` needs a later version than 0.8.4, which is what's currently available on PyPi, so i'm using the latest release tagged in the `mistune` GH repo. `./xbps-src pkg` completes successfully. i've also fixed xlint errors, including changing the short_desc.

Finally, i've taken this opportunity to remove the `archs=noarch` lines.

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

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

From ce5e7113366abebce0db9e061f41b192ffe71770 Mon Sep 17 00:00:00 2001
From: Alexis <flexibeast@gmail.com>
Date: Thu, 10 Sep 2020 14:42:52 +1000
Subject: [PATCH] python-mistune: update to 2.0.0a5.

---
 srcpkgs/python-mistune/template | 16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/python-mistune/template b/srcpkgs/python-mistune/template
index ef5c054ba75..1aaeb0607c9 100644
--- a/srcpkgs/python-mistune/template
+++ b/srcpkgs/python-mistune/template
@@ -1,28 +1,24 @@
 # Template file for 'python-mistune'
 pkgname=python-mistune
-version=0.8.4
-revision=2
-archs=noarch
+version=2.0.0a5
+revision=1
 wrksrc="mistune-${version}"
 build_style=python-module
-pycompile_module="mistune.py"
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python"
-short_desc="The fastest markdown parser for Python2"
+short_desc="Markdown parser for Python"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
-homepage="https://github.com/lepture/mistune"
 license="BSD-3-Clause"
-distfiles="${PYPI_SITE}/m/mistune/mistune-${version}.tar.gz"
-checksum=59a3429db53c50b5c6bcc8a07f8848cb00d7dc8bdb431a4ab41920d201d4756e
+homepage="https://github.com/lepture/mistune"
+distfiles="https://github.com/lepture/mistune/archive/v${version}.tar.gz"
+checksum=2ea34d73edeee177f37db0e64afd3be42f09f26a6baaf925912ba3e4dc546e59
 
 post_install() {
 	vlicense LICENSE
 }
 
 python3-mistune_package() {
-	archs=noarch
 	depends="python3"
-	pycompile_module="mistune.py"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {
 		vmove usr/lib/python3*

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

* Re: python-mistune: update to 2.0.0a5.
  2020-09-10  4:59 [PR PATCH] python-mistune: update to 2.0.0a5 flexibeast
@ 2020-09-11 18:16 ` sgn
  2020-09-13  2:40 ` flexibeast
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: sgn @ 2020-09-11 18:16 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/24798#issuecomment-691242232

Comment:
On 2020-09-09 21:59:47-0700, Alexis <notifications@github.com> wrote:
> Needed for packaging `md2gemini` (forthcoming). `md2gemini` needs
> a later version than 0.8.4, which is what&#39;s currently available
> on PyPi, so i&#39;m using the latest release tagged in the `mistune`
> GH repo. `./xbps-src pkg` completes successfully. i&#39;ve also
> fixed xlint errors, including changing the short_desc.

I think (haven't checked) python3-jupyter_nbconvert doesn't work with
mistune v2


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

* Re: python-mistune: update to 2.0.0a5.
  2020-09-10  4:59 [PR PATCH] python-mistune: update to 2.0.0a5 flexibeast
  2020-09-11 18:16 ` sgn
@ 2020-09-13  2:40 ` flexibeast
  2020-09-21 15:02 ` sgn
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: flexibeast @ 2020-09-13  2:40 UTC (permalink / raw)
  To: ml

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

New comment by flexibeast on void-packages repository

https://github.com/void-linux/void-packages/pull/24798#issuecomment-691596763

Comment:
@sgn: Ah, so even though `python3-jupyter_nbconvert` successfully builds in my `update-python-mistune` branch, it fails at runtime? How can i confirm this?

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

* Re: python-mistune: update to 2.0.0a5.
  2020-09-10  4:59 [PR PATCH] python-mistune: update to 2.0.0a5 flexibeast
  2020-09-11 18:16 ` sgn
  2020-09-13  2:40 ` flexibeast
@ 2020-09-21 15:02 ` sgn
  2020-09-21 15:04 ` sgn
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: sgn @ 2020-09-21 15:02 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/24798#issuecomment-696173157

Comment:
Let's merge it in and see if anyone complain :-p


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

* Re: python-mistune: update to 2.0.0a5.
  2020-09-10  4:59 [PR PATCH] python-mistune: update to 2.0.0a5 flexibeast
                   ` (2 preceding siblings ...)
  2020-09-21 15:02 ` sgn
@ 2020-09-21 15:04 ` sgn
  2020-09-21 15:04 ` sgn
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: sgn @ 2020-09-21 15:04 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/24798#issuecomment-696174433

Comment:
2.0.0 will conflict with our jupyter_nbconvert (5.6.1) https://github.com/jupyter/nbconvert/pull/1074

Maybe package 2 versions in 2 packages?

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

* Re: python-mistune: update to 2.0.0a5.
  2020-09-10  4:59 [PR PATCH] python-mistune: update to 2.0.0a5 flexibeast
                   ` (3 preceding siblings ...)
  2020-09-21 15:04 ` sgn
@ 2020-09-21 15:04 ` sgn
  2021-02-15  5:00 ` ericonr
  2021-02-15  5:00 ` [PR PATCH] [Closed]: " ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: sgn @ 2020-09-21 15:04 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/24798#issuecomment-696173157

Comment:
Let's merge it in and see if anyone complain :-p


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

* Re: python-mistune: update to 2.0.0a5.
  2020-09-10  4:59 [PR PATCH] python-mistune: update to 2.0.0a5 flexibeast
                   ` (4 preceding siblings ...)
  2020-09-21 15:04 ` sgn
@ 2021-02-15  5:00 ` ericonr
  2021-02-15  5:00 ` [PR PATCH] [Closed]: " ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2021-02-15  5:00 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/24798#issuecomment-778938997

Comment:
See https://github.com/void-linux/void-packages/pull/25050#issuecomment-778938790

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

* Re: [PR PATCH] [Closed]: python-mistune: update to 2.0.0a5.
  2020-09-10  4:59 [PR PATCH] python-mistune: update to 2.0.0a5 flexibeast
                   ` (5 preceding siblings ...)
  2021-02-15  5:00 ` ericonr
@ 2021-02-15  5:00 ` ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2021-02-15  5:00 UTC (permalink / raw)
  To: ml

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

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

python-mistune: update to 2.0.0a5.
https://github.com/void-linux/void-packages/pull/24798

Description:
Needed for packaging `md2gemini` (forthcoming). `md2gemini` needs a later version than 0.8.4, which is what's currently available on PyPi, so i'm using the latest release tagged in the `mistune` GH repo. `./xbps-src pkg` completes successfully. i've also fixed xlint errors, including changing the short_desc.

Finally, i've taken this opportunity to remove the `archs=noarch` lines.

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

end of thread, other threads:[~2021-02-15  5:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-10  4:59 [PR PATCH] python-mistune: update to 2.0.0a5 flexibeast
2020-09-11 18:16 ` sgn
2020-09-13  2:40 ` flexibeast
2020-09-21 15:02 ` sgn
2020-09-21 15:04 ` sgn
2020-09-21 15:04 ` sgn
2021-02-15  5:00 ` ericonr
2021-02-15  5:00 ` [PR PATCH] [Closed]: " ericonr

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