Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [RFC] asciidoc: use python3
@ 2019-12-25 21:30 voidlinux-github
  2020-07-08  8:37 ` [PR PATCH] [Updated] " PaperMountainStudio
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: voidlinux-github @ 2019-12-25 21:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/PaperMountainStudio/void-packages asciidoc-python3
https://github.com/void-linux/void-packages/pull/17774

[RFC] asciidoc: use python3


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

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

From e733bcf264b8bad9634f785487b6e0534d6f91c3 Mon Sep 17 00:00:00 2001
From: Paper Mountain Studio <kodycze@gmail.com>
Date: Wed, 25 Dec 2019 22:29:13 +0100
Subject: [PATCH] asciidoc: use python3

---
 srcpkgs/asciidoc/template | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/asciidoc/template b/srcpkgs/asciidoc/template
index b0b7817975b..1743a8e54f2 100644
--- a/srcpkgs/asciidoc/template
+++ b/srcpkgs/asciidoc/template
@@ -1,18 +1,19 @@
 # Template file for 'asciidoc'
 pkgname=asciidoc
-version=8.6.10
-revision=2
+version=9.0.0rc1
+revision=1
 archs=noarch
+wrksrc="$pkgname-py3-$version"
 build_style=gnu-configure
-hostmakedepends="automake docbook-xsl libxslt python"
-depends="docbook-xsl libxslt python"
+hostmakedepends="automake docbook-xsl libxslt python3"
+depends="docbook-xsl libxslt python3"
 conf_files="/etc/asciidoc/filters/*/*.conf /etc/asciidoc/*.conf"
 short_desc="Text based document generation"
 maintainer="Orphaned <orphan@voidlinux.org>"
-homepage="http://asciidoc.org/"
 license="GPL-2.0-or-later"
-distfiles="https://github.com/asciidoc/asciidoc/archive/${version}.tar.gz"
-checksum=9e52f8578d891beaef25730a92a6e723596ddbd07bfe0d2a56486fcf63a0b983
+homepage="http://asciidoc.org/"
+distfiles="https://github.com/$pkgname/$pkgname-py3/archive/${version}.tar.gz"
+checksum=8d5a22039943e43374eedaa1ea3e17a79bf29dd671918c090f535b1b3c6c0997
 
 pre_configure() {
 	autoreconf -fi

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

* Re: [PR PATCH] [Updated] [RFC] asciidoc: use python3
  2019-12-25 21:30 [PR PATCH] [RFC] asciidoc: use python3 voidlinux-github
@ 2020-07-08  8:37 ` PaperMountainStudio
  2020-07-26  5:41 ` sgn
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: PaperMountainStudio @ 2020-07-08  8:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/PaperMountainStudio/void-packages asciidoc-python3
https://github.com/void-linux/void-packages/pull/17774

[RFC] asciidoc: use python3


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

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

From f6076e919246e3911560abd7f3eceb5f21aa3c0e Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Sun, 14 Jun 2020 09:50:49 +0200
Subject: [PATCH] asciidoc: update to 9.0.0, use python3

---
 srcpkgs/asciidoc/template | 19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/asciidoc/template b/srcpkgs/asciidoc/template
index b0b7817975b..cf00a78628f 100644
--- a/srcpkgs/asciidoc/template
+++ b/srcpkgs/asciidoc/template
@@ -1,23 +1,20 @@
 # Template file for 'asciidoc'
 pkgname=asciidoc
-version=8.6.10
-revision=2
+version=9.0.1
+revision=1
 archs=noarch
+wrksrc=${pkgname}-py3-${version}
 build_style=gnu-configure
-hostmakedepends="automake docbook-xsl libxslt python"
-depends="docbook-xsl libxslt python"
+hostmakedepends="automake docbook-xsl libxslt python3"
+depends="docbook-xsl libxslt python3"
 conf_files="/etc/asciidoc/filters/*/*.conf /etc/asciidoc/*.conf"
 short_desc="Text based document generation"
 maintainer="Orphaned <orphan@voidlinux.org>"
-homepage="http://asciidoc.org/"
 license="GPL-2.0-or-later"
-distfiles="https://github.com/asciidoc/asciidoc/archive/${version}.tar.gz"
-checksum=9e52f8578d891beaef25730a92a6e723596ddbd07bfe0d2a56486fcf63a0b983
+homepage="https://asciidoc.org/"
+distfiles="https://github.com/asciidoc/asciidoc-py3/archive/${version}.tar.gz"
+checksum=73af9ee590b050e9f46ef85eb7756944dffdc9b3333e3e60c153a6e1f1de0ba5
 
 pre_configure() {
 	autoreconf -fi
 }
-
-post_install() {
-	vinstall vim/syntax/asciidoc.vim 644 usr/share/vim/vimfiles/syntax asciidoc.vim
-}

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

* Re: [RFC] asciidoc: use python3
  2019-12-25 21:30 [PR PATCH] [RFC] asciidoc: use python3 voidlinux-github
  2020-07-08  8:37 ` [PR PATCH] [Updated] " PaperMountainStudio
@ 2020-07-26  5:41 ` sgn
  2020-07-29  8:04 ` [PR PATCH] [Updated] " PaperMountainStudio
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: sgn @ 2020-07-26  5:41 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/17774#issuecomment-663938532

Comment:
`9.0.2` is released.

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

* Re: [PR PATCH] [Updated] [RFC] asciidoc: use python3
  2019-12-25 21:30 [PR PATCH] [RFC] asciidoc: use python3 voidlinux-github
  2020-07-08  8:37 ` [PR PATCH] [Updated] " PaperMountainStudio
  2020-07-26  5:41 ` sgn
@ 2020-07-29  8:04 ` PaperMountainStudio
  2020-07-29  8:11 ` PaperMountainStudio
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: PaperMountainStudio @ 2020-07-29  8:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/PaperMountainStudio/void-packages asciidoc-python3
https://github.com/void-linux/void-packages/pull/17774

[RFC] asciidoc: use python3


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

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

From 1f7a556d8a90cf2d08df9119a6e33962a304d7ef Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Sun, 14 Jun 2020 09:50:49 +0200
Subject: [PATCH] asciidoc: update to 9.0.2, use python3

---
 srcpkgs/asciidoc/template | 19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/asciidoc/template b/srcpkgs/asciidoc/template
index b0b7817975b..cf4d9de5c61 100644
--- a/srcpkgs/asciidoc/template
+++ b/srcpkgs/asciidoc/template
@@ -1,23 +1,20 @@
 # Template file for 'asciidoc'
 pkgname=asciidoc
-version=8.6.10
-revision=2
+version=9.0.2
+revision=1
 archs=noarch
+wrksrc=${pkgname}-py3-${version}
 build_style=gnu-configure
-hostmakedepends="automake docbook-xsl libxslt python"
-depends="docbook-xsl libxslt python"
+hostmakedepends="automake docbook-xsl libxslt python3"
+depends="docbook-xsl libxslt python3"
 conf_files="/etc/asciidoc/filters/*/*.conf /etc/asciidoc/*.conf"
 short_desc="Text based document generation"
 maintainer="Orphaned <orphan@voidlinux.org>"
-homepage="http://asciidoc.org/"
 license="GPL-2.0-or-later"
-distfiles="https://github.com/asciidoc/asciidoc/archive/${version}.tar.gz"
-checksum=9e52f8578d891beaef25730a92a6e723596ddbd07bfe0d2a56486fcf63a0b983
+homepage="https://asciidoc.org/"
+distfiles="https://github.com/asciidoc/asciidoc-py3/archive/${version}.tar.gz"
+checksum=73af9ee590b050e9f46ef85eb7756944dffdc9b3333e3e60c153a6e1f1de0ba5
 
 pre_configure() {
 	autoreconf -fi
 }
-
-post_install() {
-	vinstall vim/syntax/asciidoc.vim 644 usr/share/vim/vimfiles/syntax asciidoc.vim
-}

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

* Re: [PR PATCH] [Updated] [RFC] asciidoc: use python3
  2019-12-25 21:30 [PR PATCH] [RFC] asciidoc: use python3 voidlinux-github
                   ` (2 preceding siblings ...)
  2020-07-29  8:04 ` [PR PATCH] [Updated] " PaperMountainStudio
@ 2020-07-29  8:11 ` PaperMountainStudio
  2020-07-29  9:31 ` PaperMountainStudio
  2020-07-29 13:15 ` [PR PATCH] [Merged]: " sgn
  5 siblings, 0 replies; 7+ messages in thread
From: PaperMountainStudio @ 2020-07-29  8:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/PaperMountainStudio/void-packages asciidoc-python3
https://github.com/void-linux/void-packages/pull/17774

[RFC] asciidoc: use python3


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

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

From 2b46f64162d4d2416fe24966b90dc8bd6388c642 Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Sun, 14 Jun 2020 09:50:49 +0200
Subject: [PATCH] asciidoc: update to 9.0.2, use python3

---
 srcpkgs/asciidoc/template | 19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/asciidoc/template b/srcpkgs/asciidoc/template
index b0b7817975b..5665577bacb 100644
--- a/srcpkgs/asciidoc/template
+++ b/srcpkgs/asciidoc/template
@@ -1,23 +1,20 @@
 # Template file for 'asciidoc'
 pkgname=asciidoc
-version=8.6.10
-revision=2
+version=9.0.2
+revision=1
 archs=noarch
+wrksrc=${pkgname}-py3-${version}
 build_style=gnu-configure
-hostmakedepends="automake docbook-xsl libxslt python"
-depends="docbook-xsl libxslt python"
+hostmakedepends="automake docbook-xsl libxslt python3"
+depends="docbook-xsl libxslt python3"
 conf_files="/etc/asciidoc/filters/*/*.conf /etc/asciidoc/*.conf"
 short_desc="Text based document generation"
 maintainer="Orphaned <orphan@voidlinux.org>"
-homepage="http://asciidoc.org/"
 license="GPL-2.0-or-later"
-distfiles="https://github.com/asciidoc/asciidoc/archive/${version}.tar.gz"
-checksum=9e52f8578d891beaef25730a92a6e723596ddbd07bfe0d2a56486fcf63a0b983
+homepage="https://asciidoc.org/"
+distfiles="https://github.com/asciidoc/asciidoc-py3/archive/${version}.tar.gz"
+checksum=ea73425151f56f278433e442f8b5085599765fa120574db65e6d053eb52927e2
 
 pre_configure() {
 	autoreconf -fi
 }
-
-post_install() {
-	vinstall vim/syntax/asciidoc.vim 644 usr/share/vim/vimfiles/syntax asciidoc.vim
-}

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

* Re: [RFC] asciidoc: use python3
  2019-12-25 21:30 [PR PATCH] [RFC] asciidoc: use python3 voidlinux-github
                   ` (3 preceding siblings ...)
  2020-07-29  8:11 ` PaperMountainStudio
@ 2020-07-29  9:31 ` PaperMountainStudio
  2020-07-29 13:15 ` [PR PATCH] [Merged]: " sgn
  5 siblings, 0 replies; 7+ messages in thread
From: PaperMountainStudio @ 2020-07-29  9:31 UTC (permalink / raw)
  To: ml

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

New comment by PaperMountainStudio on void-packages repository

https://github.com/void-linux/void-packages/pull/17774#issuecomment-665553234

Comment:
@sgn thanks, updated

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

* Re: [PR PATCH] [Merged]: asciidoc: use python3
  2019-12-25 21:30 [PR PATCH] [RFC] asciidoc: use python3 voidlinux-github
                   ` (4 preceding siblings ...)
  2020-07-29  9:31 ` PaperMountainStudio
@ 2020-07-29 13:15 ` sgn
  5 siblings, 0 replies; 7+ messages in thread
From: sgn @ 2020-07-29 13:15 UTC (permalink / raw)
  To: ml

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

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

asciidoc: use python3
https://github.com/void-linux/void-packages/pull/17774

Description:


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

end of thread, other threads:[~2020-07-29 13:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-25 21:30 [PR PATCH] [RFC] asciidoc: use python3 voidlinux-github
2020-07-08  8:37 ` [PR PATCH] [Updated] " PaperMountainStudio
2020-07-26  5:41 ` sgn
2020-07-29  8:04 ` [PR PATCH] [Updated] " PaperMountainStudio
2020-07-29  8:11 ` PaperMountainStudio
2020-07-29  9:31 ` PaperMountainStudio
2020-07-29 13:15 ` [PR PATCH] [Merged]: " sgn

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