Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-Sphinx: update to 2.3.1
@ 2019-12-28  3:47 voidlinux-github
  2019-12-28  4:53 ` [PR PATCH] [Updated] [WIP] " voidlinux-github
  2019-12-28 17:02 ` [PR PATCH] [Merged]: python3-Sphinx: update to 2.3.1, afew add Python 3.8 patch voidlinux-github
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2019-12-28  3:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sgn/void-packages python3-Sphinx-split-out
https://github.com/void-linux/void-packages/pull/17833

python3-Sphinx: update to 2.3.1
- split out from python-Sphinx (2.x.x doesn't support python 2)
- despite their license looks like BSD-2-Clause, their README says it's a BSD-3-Clause
- python3-Sphinx doesn't depends on python3-setuptools (checked the code)

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-Sphinx-split-out-17833.patch --]
[-- Type: text/x-diff, Size: 4502 bytes --]

From 5bdc5de598b820241b3a8275a59c3dff0b0dfab3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sat, 28 Dec 2019 10:42:14 +0700
Subject: [PATCH] python3-Sphinx: update to 2.3.1

---
 srcpkgs/python-Sphinx/template  | 30 +++++++-----------------------
 srcpkgs/python-Sphinx/update    |  2 +-
 srcpkgs/python3-Sphinx          |  1 -
 srcpkgs/python3-Sphinx/template | 31 +++++++++++++++++++++++++++++++
 4 files changed, 39 insertions(+), 25 deletions(-)
 delete mode 120000 srcpkgs/python3-Sphinx
 create mode 100644 srcpkgs/python3-Sphinx/template

diff --git a/srcpkgs/python-Sphinx/template b/srcpkgs/python-Sphinx/template
index 42969925f9e..ec04e91c9a6 100644
--- a/srcpkgs/python-Sphinx/template
+++ b/srcpkgs/python-Sphinx/template
@@ -4,13 +4,13 @@ version=1.8.5
 revision=2
 archs=noarch
 wrksrc="Sphinx-${version}"
-build_style=python-module
+build_style=python2-module
 pycompile_module="sphinx"
-hostmakedepends="python-setuptools python3-setuptools"
+hostmakedepends="python-setuptools"
 depends="python-setuptools python-docutils python-Jinja2 python-Pygments
  python-six python-Babel python-alabaster python-snowballstemmer python-imagesize
  python-requests python-packaging python-sphinxcontrib-websupport python-typing"
-short_desc="Python2 documentation generator"
+short_desc="Python 2 documentation generator"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="BSD-2-Clause"
 homepage="http://sphinx-doc.org/"
@@ -24,25 +24,9 @@ alternatives="
  sphinx:sphinx-quickstart:/usr/bin/sphinx-quickstart2"
 
 post_install() {
+	mv ${DESTDIR}/usr/bin/sphinx-apidoc ${DESTDIR}/usr/bin/sphinx-apidoc2
+	mv ${DESTDIR}/usr/bin/sphinx-autogen ${DESTDIR}/usr/bin/sphinx-autogen2
+	mv ${DESTDIR}/usr/bin/sphinx-build ${DESTDIR}/usr/bin/sphinx-build2
+	mv ${DESTDIR}/usr/bin/sphinx-quickstart ${DESTDIR}/usr/bin/sphinx-quickstart2
 	vlicense LICENSE
 }
-
-python3-Sphinx_package() {
-	alternatives="
-	 sphinx:sphinx-apidoc:/usr/bin/sphinx-apidoc3
-	 sphinx:sphinx-autogen:/usr/bin/sphinx-autogen3
-	 sphinx:sphinx-build:/usr/bin/sphinx-build3
-	 sphinx:sphinx-quickstart:/usr/bin/sphinx-quickstart3"
-	archs=noarch
-	depends="python3-setuptools python3-docutils python3-Jinja2 python3-Pygments
-	 python3-six python3-Babel python3-alabaster python3-snowballstemmer
-	 python3-imagesize python3-requests python3-packaging
-	 python3-sphinxcontrib-websupport"
-	pycompile_module="sphinx"
-	short_desc="${short_desc/Python2/Python3}"
-	pkg_install() {
-		vmove usr/bin/sphinx-*3
-		vmove usr/lib/python3*
-		vlicense LICENSE
-	}
-}
diff --git a/srcpkgs/python-Sphinx/update b/srcpkgs/python-Sphinx/update
index e957dc43055..88d11751195 100644
--- a/srcpkgs/python-Sphinx/update
+++ b/srcpkgs/python-Sphinx/update
@@ -1 +1 @@
-ignore="*a* *b*"
+ignore="2*"
diff --git a/srcpkgs/python3-Sphinx b/srcpkgs/python3-Sphinx
deleted file mode 120000
index 2ebd263145b..00000000000
--- a/srcpkgs/python3-Sphinx
+++ /dev/null
@@ -1 +0,0 @@
-python-Sphinx
\ No newline at end of file
diff --git a/srcpkgs/python3-Sphinx/template b/srcpkgs/python3-Sphinx/template
new file mode 100644
index 00000000000..30d29f5daba
--- /dev/null
+++ b/srcpkgs/python3-Sphinx/template
@@ -0,0 +1,31 @@
+# Template file for 'python3-Sphinx'
+pkgname=python3-Sphinx
+version=2.3.1
+revision=1
+archs=noarch
+wrksrc=Sphinx-${version}
+build_style=python3-module
+pycompile_module=sphinx
+hostmakedepends="python3-setuptools"
+depends="python3-Jinja2 python3-docutils python3-Pygments
+ python3-snowballstemmer python3-Babel python3-alabaster python3-imagesize
+ python3-requests python3-packaging"
+short_desc="Python 3 documentation generator"
+maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
+license="BSD-3-Clause"
+homepage="http://sphinx-doc.org"
+distfiles="${PYPI_SITE}/S/Sphinx/Sphinx-${version}.tar.gz"
+checksum=e6e766b74f85f37a5f3e0773a1e1be8db3fcb799deb58ca6d18b70b0b44542a5
+alternatives="
+ sphinx:sphinx-apidoc:/usr/bin/sphinx-apidoc3
+ sphinx:sphinx-autogen:/usr/bin/sphinx-autogen3
+ sphinx:sphinx-build:/usr/bin/sphinx-build3
+ sphinx:sphinx-quickstart:/usr/bin/sphinx-quickstart3"
+
+post_install() {
+	mv ${DESTDIR}/usr/bin/sphinx-apidoc ${DESTDIR}/usr/bin/sphinx-apidoc3
+	mv ${DESTDIR}/usr/bin/sphinx-autogen ${DESTDIR}/usr/bin/sphinx-autogen3
+	mv ${DESTDIR}/usr/bin/sphinx-build ${DESTDIR}/usr/bin/sphinx-build3
+	mv ${DESTDIR}/usr/bin/sphinx-quickstart ${DESTDIR}/usr/bin/sphinx-quickstart3
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] [WIP] python3-Sphinx: update to 2.3.1
  2019-12-28  3:47 [PR PATCH] python3-Sphinx: update to 2.3.1 voidlinux-github
@ 2019-12-28  4:53 ` voidlinux-github
  2019-12-28 17:02 ` [PR PATCH] [Merged]: python3-Sphinx: update to 2.3.1, afew add Python 3.8 patch voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-12-28  4:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sgn/void-packages python3-Sphinx-split-out
https://github.com/void-linux/void-packages/pull/17833

[WIP] python3-Sphinx: update to 2.3.1
- split out from python-Sphinx (2.x.x doesn't support python 2)
- despite their license looks like BSD-2-Clause, their README says it's a BSD-3-Clause
- python3-Sphinx doesn't depends on python3-setuptools (checked the code)

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-Sphinx-split-out-17833.patch --]
[-- Type: text/x-diff, Size: 14187 bytes --]

From 7ed8967cfc11d9e805a7ab371ffcde1716467183 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sat, 28 Dec 2019 11:27:28 +0700
Subject: [PATCH 1/8] New package: python3-sphinxcontrib-devhelp-1.0.1

---
 .../python3-sphinxcontrib-devhelp/template    | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-sphinxcontrib-devhelp/template

diff --git a/srcpkgs/python3-sphinxcontrib-devhelp/template b/srcpkgs/python3-sphinxcontrib-devhelp/template
new file mode 100644
index 00000000000..e0c23c821d9
--- /dev/null
+++ b/srcpkgs/python3-sphinxcontrib-devhelp/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-sphinxcontrib-devhelp'
+pkgname=python3-sphinxcontrib-devhelp
+version=1.0.1
+revision=1
+archs=noarch
+wrksrc=sphinxcontrib-devhelp-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Sphinx extension which outputs Devhelp document"
+maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
+license="BSD-2-Clause"
+homepage="http://sphinx-doc.org"
+distfiles="${PYPI_SITE}/s/sphinxcontrib-devhelp/sphinxcontrib-devhelp-${version}.tar.gz"
+checksum=6c64b077937330a9128a4da74586e8c2130262f014689b4b89e2d08ee7294a34
+
+post_install() {
+	vlicense LICENSE
+}

From d459b406280b438cbc96899c79b30e075828c288 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sat, 28 Dec 2019 11:28:01 +0700
Subject: [PATCH 2/8] New package: python3-sphinxcontrib-serializinghtml-1.1.3

---
 .../template                                  | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-sphinxcontrib-serializinghtml/template

diff --git a/srcpkgs/python3-sphinxcontrib-serializinghtml/template b/srcpkgs/python3-sphinxcontrib-serializinghtml/template
new file mode 100644
index 00000000000..9828312d6b8
--- /dev/null
+++ b/srcpkgs/python3-sphinxcontrib-serializinghtml/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-sphinxcontrib-serializinghtml'
+pkgname=python3-sphinxcontrib-serializinghtml
+version=1.1.3
+revision=1
+archs=noarch
+wrksrc=sphinxcontrib-serializinghtml-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Sphinx extension which outputs serialized HTML document"
+maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
+license="BSD-2-Clause"
+homepage="http://sphinx-doc.org"
+distfiles="${PYPI_SITE}/s/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-${version}.tar.gz"
+checksum=c0efb33f8052c04fd7a26c0a07f1678e8512e0faec19f4aa8f2473a8b81d5227
+
+post_install() {
+	vlicense LICENSE
+}

From b0d3724674785c07e86c4c71dad880098991b705 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sat, 28 Dec 2019 11:28:17 +0700
Subject: [PATCH 3/8] New package: python3-sphinxcontrib-jsmath-1.0.1

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

diff --git a/srcpkgs/python3-sphinxcontrib-jsmath/template b/srcpkgs/python3-sphinxcontrib-jsmath/template
new file mode 100644
index 00000000000..266ff00b88b
--- /dev/null
+++ b/srcpkgs/python3-sphinxcontrib-jsmath/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-sphinxcontrib-jsmath'
+pkgname=python3-sphinxcontrib-jsmath
+version=1.0.1
+revision=1
+archs=noarch
+wrksrc=sphinxcontrib-jsmath-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Sphinx extension which renders Math in HTML by Javascript"
+maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
+license="BSD-2-Clause"
+homepage="http://sphinx-doc.org"
+distfiles="${PYPI_SITE}/s/sphinxcontrib-jsmath/sphinxcontrib-jsmath-${version}.tar.gz"
+checksum=a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8
+
+post_install() {
+	vlicense LICENSE
+}

From 4b99c5de41df0bdf3d86a484771e425b27e5e10f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sat, 28 Dec 2019 11:30:07 +0700
Subject: [PATCH 4/8] New package: python3-sphinxcontrib-htmlhelp-1.0.2

---
 .../python3-sphinxcontrib-htmlhelp/template   | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-sphinxcontrib-htmlhelp/template

diff --git a/srcpkgs/python3-sphinxcontrib-htmlhelp/template b/srcpkgs/python3-sphinxcontrib-htmlhelp/template
new file mode 100644
index 00000000000..b0d143dc62d
--- /dev/null
+++ b/srcpkgs/python3-sphinxcontrib-htmlhelp/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-sphinxcontrib-htmlhelp'
+pkgname=python3-sphinxcontrib-htmlhelp
+version=1.0.2
+revision=1
+archs=noarch
+wrksrc=sphinxcontrib-htmlhelp-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Sphinx extension which outputs HTML document"
+maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
+license="BSD-2-Clause"
+homepage="http://sphinx-doc.org"
+distfiles="${PYPI_SITE}/s/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-${version}.tar.gz"
+checksum=4670f99f8951bd78cd4ad2ab962f798f5618b17675c35c5ac3b2132a14ea8422
+
+post_install() {
+	vlicense LICENSE
+}

From ed8b61c4bec91933328f465754b796ecf783c12c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sat, 28 Dec 2019 11:31:05 +0700
Subject: [PATCH 5/8] New package: python3-sphinxcontrib-applehelp-1.0.1

---
 .../python3-sphinxcontrib-applehelp/template  | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-sphinxcontrib-applehelp/template

diff --git a/srcpkgs/python3-sphinxcontrib-applehelp/template b/srcpkgs/python3-sphinxcontrib-applehelp/template
new file mode 100644
index 00000000000..931cefc1cdf
--- /dev/null
+++ b/srcpkgs/python3-sphinxcontrib-applehelp/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-sphinxcontrib-applehelp'
+pkgname=python3-sphinxcontrib-applehelp
+version=1.0.1
+revision=1
+archs=noarch
+wrksrc=sphinxcontrib-applehelp-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Sphinx extension which outputs Apple help book"
+maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
+license="BSD-2-Clause"
+homepage="http://sphinx-doc.org"
+distfiles="${PYPI_SITE}/s/sphinxcontrib-applehelp/sphinxcontrib-applehelp-${version}.tar.gz"
+checksum=edaa0ab2b2bc74403149cb0209d6775c96de797dfd5b5e2a71981309efab3897
+
+post_install() {
+	vlicense LICENSE
+}

From 0426661bc2b1d4854a07b0215b41742730e519c9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sat, 28 Dec 2019 11:34:33 +0700
Subject: [PATCH 6/8] New package: python3-sphinxcontrib-qthelp-1.0.2

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

diff --git a/srcpkgs/python3-sphinxcontrib-qthelp/template b/srcpkgs/python3-sphinxcontrib-qthelp/template
new file mode 100644
index 00000000000..74849af546b
--- /dev/null
+++ b/srcpkgs/python3-sphinxcontrib-qthelp/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-sphinxcontrib-qthelp'
+pkgname=python3-sphinxcontrib-qthelp
+version=1.0.2
+revision=1
+archs=noarch
+wrksrc=sphinxcontrib-qthelp-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Sphinx extension which outputs QtHelp document"
+maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
+license="BSD-2-Clause"
+homepage="http://sphinx-doc.org"
+distfiles="${PYPI_SITE}/s/sphinxcontrib-qthelp/sphinxcontrib-qthelp-${version}.tar.gz"
+checksum=79465ce11ae5694ff165becda529a600c754f4bc459778778c7017374d4d406f
+
+post_install() {
+	vlicense LICENSE
+}

From 157f0a56a00a67fac208e3c33c6c8f6f3a1bf79f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sat, 28 Dec 2019 10:42:14 +0700
Subject: [PATCH 7/8] python3-Sphinx: update to 2.3.1

---
 srcpkgs/python-Sphinx/template  | 30 +++++++----------------------
 srcpkgs/python-Sphinx/update    |  2 +-
 srcpkgs/python3-Sphinx          |  1 -
 srcpkgs/python3-Sphinx/template | 34 +++++++++++++++++++++++++++++++++
 4 files changed, 42 insertions(+), 25 deletions(-)
 delete mode 120000 srcpkgs/python3-Sphinx
 create mode 100644 srcpkgs/python3-Sphinx/template

diff --git a/srcpkgs/python-Sphinx/template b/srcpkgs/python-Sphinx/template
index 42969925f9e..ec04e91c9a6 100644
--- a/srcpkgs/python-Sphinx/template
+++ b/srcpkgs/python-Sphinx/template
@@ -4,13 +4,13 @@ version=1.8.5
 revision=2
 archs=noarch
 wrksrc="Sphinx-${version}"
-build_style=python-module
+build_style=python2-module
 pycompile_module="sphinx"
-hostmakedepends="python-setuptools python3-setuptools"
+hostmakedepends="python-setuptools"
 depends="python-setuptools python-docutils python-Jinja2 python-Pygments
  python-six python-Babel python-alabaster python-snowballstemmer python-imagesize
  python-requests python-packaging python-sphinxcontrib-websupport python-typing"
-short_desc="Python2 documentation generator"
+short_desc="Python 2 documentation generator"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="BSD-2-Clause"
 homepage="http://sphinx-doc.org/"
@@ -24,25 +24,9 @@ alternatives="
  sphinx:sphinx-quickstart:/usr/bin/sphinx-quickstart2"
 
 post_install() {
+	mv ${DESTDIR}/usr/bin/sphinx-apidoc ${DESTDIR}/usr/bin/sphinx-apidoc2
+	mv ${DESTDIR}/usr/bin/sphinx-autogen ${DESTDIR}/usr/bin/sphinx-autogen2
+	mv ${DESTDIR}/usr/bin/sphinx-build ${DESTDIR}/usr/bin/sphinx-build2
+	mv ${DESTDIR}/usr/bin/sphinx-quickstart ${DESTDIR}/usr/bin/sphinx-quickstart2
 	vlicense LICENSE
 }
-
-python3-Sphinx_package() {
-	alternatives="
-	 sphinx:sphinx-apidoc:/usr/bin/sphinx-apidoc3
-	 sphinx:sphinx-autogen:/usr/bin/sphinx-autogen3
-	 sphinx:sphinx-build:/usr/bin/sphinx-build3
-	 sphinx:sphinx-quickstart:/usr/bin/sphinx-quickstart3"
-	archs=noarch
-	depends="python3-setuptools python3-docutils python3-Jinja2 python3-Pygments
-	 python3-six python3-Babel python3-alabaster python3-snowballstemmer
-	 python3-imagesize python3-requests python3-packaging
-	 python3-sphinxcontrib-websupport"
-	pycompile_module="sphinx"
-	short_desc="${short_desc/Python2/Python3}"
-	pkg_install() {
-		vmove usr/bin/sphinx-*3
-		vmove usr/lib/python3*
-		vlicense LICENSE
-	}
-}
diff --git a/srcpkgs/python-Sphinx/update b/srcpkgs/python-Sphinx/update
index e957dc43055..88d11751195 100644
--- a/srcpkgs/python-Sphinx/update
+++ b/srcpkgs/python-Sphinx/update
@@ -1 +1 @@
-ignore="*a* *b*"
+ignore="2*"
diff --git a/srcpkgs/python3-Sphinx b/srcpkgs/python3-Sphinx
deleted file mode 120000
index 2ebd263145b..00000000000
--- a/srcpkgs/python3-Sphinx
+++ /dev/null
@@ -1 +0,0 @@
-python-Sphinx
\ No newline at end of file
diff --git a/srcpkgs/python3-Sphinx/template b/srcpkgs/python3-Sphinx/template
new file mode 100644
index 00000000000..104cffb3f5a
--- /dev/null
+++ b/srcpkgs/python3-Sphinx/template
@@ -0,0 +1,34 @@
+# Template file for 'python3-Sphinx'
+pkgname=python3-Sphinx
+version=2.3.1
+revision=1
+archs=noarch
+wrksrc=Sphinx-${version}
+build_style=python3-module
+pycompile_module=sphinx
+hostmakedepends="python3-setuptools"
+depends="python3-Jinja2 python3-docutils python3-Pygments
+ python3-snowballstemmer python3-Babel python3-alabaster python3-imagesize
+ python3-requests python3-packaging python3-sphinxcontrib-applehelp
+ python3-sphinxcontrib-devhelp python3-sphinxcontrib-htmlhelp
+ python3-sphinxcontrib-jsmath python3-sphinxcontrib-qthelp
+ python3-sphinxcontrib-serializinghtml"
+short_desc="Python 3 documentation generator"
+maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
+license="BSD-3-Clause"
+homepage="http://sphinx-doc.org"
+distfiles="${PYPI_SITE}/S/Sphinx/Sphinx-${version}.tar.gz"
+checksum=e6e766b74f85f37a5f3e0773a1e1be8db3fcb799deb58ca6d18b70b0b44542a5
+alternatives="
+ sphinx:sphinx-apidoc:/usr/bin/sphinx-apidoc3
+ sphinx:sphinx-autogen:/usr/bin/sphinx-autogen3
+ sphinx:sphinx-build:/usr/bin/sphinx-build3
+ sphinx:sphinx-quickstart:/usr/bin/sphinx-quickstart3"
+
+post_install() {
+	mv ${DESTDIR}/usr/bin/sphinx-apidoc ${DESTDIR}/usr/bin/sphinx-apidoc3
+	mv ${DESTDIR}/usr/bin/sphinx-autogen ${DESTDIR}/usr/bin/sphinx-autogen3
+	mv ${DESTDIR}/usr/bin/sphinx-build ${DESTDIR}/usr/bin/sphinx-build3
+	mv ${DESTDIR}/usr/bin/sphinx-quickstart ${DESTDIR}/usr/bin/sphinx-quickstart3
+	vlicense LICENSE
+}

From fdb5bd33c3fb0a0398fccbe0d3c8010b6cd04bd4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sat, 28 Dec 2019 11:04:29 +0700
Subject: [PATCH 8/8] afew: add python 3.8 compability patch

---
 srcpkgs/afew/patches/afew-python-3.8.patch | 8 ++++++++
 srcpkgs/afew/template                      | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/afew/patches/afew-python-3.8.patch

diff --git a/srcpkgs/afew/patches/afew-python-3.8.patch b/srcpkgs/afew/patches/afew-python-3.8.patch
new file mode 100644
index 00000000000..6275d8f9d07
--- /dev/null
+++ b/srcpkgs/afew/patches/afew-python-3.8.patch
@@ -0,0 +1,8 @@
+--- afew/filters/__init__.py
++++ afew/filters/__init__.py
+@@ -6,4 +6,4 @@
+ 
+ __all__ = list(filename[:-3]
+                for filename in glob.glob1(os.path.dirname(__file__), '*.py')
+-               if filename is not '__init__.py')
++               if filename != '__init__.py')
diff --git a/srcpkgs/afew/template b/srcpkgs/afew/template
index 9f5020c9f21..9861d25fd5e 100644
--- a/srcpkgs/afew/template
+++ b/srcpkgs/afew/template
@@ -1,7 +1,7 @@
 # Template file for 'afew'
 pkgname=afew
 version=2.0.0
-revision=3
+revision=4
 archs=noarch
 build_style=python3-module
 pycompile_module="afew"

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

* Re: [PR PATCH] [Merged]: python3-Sphinx: update to 2.3.1, afew add Python 3.8 patch
  2019-12-28  3:47 [PR PATCH] python3-Sphinx: update to 2.3.1 voidlinux-github
  2019-12-28  4:53 ` [PR PATCH] [Updated] [WIP] " voidlinux-github
@ 2019-12-28 17:02 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-12-28 17:02 UTC (permalink / raw)
  To: ml

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

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

python3-Sphinx: update to 2.3.1, afew add Python 3.8 patch
https://github.com/void-linux/void-packages/pull/17833

Description:
- split out from python-Sphinx (2.x.x doesn't support python 2)
- despite their license looks like BSD-2-Clause, their README says it's a BSD-3-Clause
- python3-Sphinx doesn't depends on python3-setuptools (checked the code)
- afew docs couldn't be built with old Sphinx

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

end of thread, other threads:[~2019-12-28 17:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-28  3:47 [PR PATCH] python3-Sphinx: update to 2.3.1 voidlinux-github
2019-12-28  4:53 ` [PR PATCH] [Updated] [WIP] " voidlinux-github
2019-12-28 17:02 ` [PR PATCH] [Merged]: python3-Sphinx: update to 2.3.1, afew add Python 3.8 patch voidlinux-github

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