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

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