Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-Sphinx: fix check, add changelog
@ 2023-05-21 18:14 tornaria
  2023-05-21 19:23 ` tornaria
  2023-05-22  0:19 ` [PR PATCH] [Merged]: " sgn
  0 siblings, 2 replies; 3+ messages in thread
From: tornaria @ 2023-05-21 18:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages sphinx
https://github.com/void-linux/void-packages/pull/44017

python3-Sphinx: fix check, add changelog
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

currently checks fail with `ModuleNotFoundError: No module named 'filelock'`. Just adding `python3-filelock` to `checkdepends` fixes it.

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From c9089559d8075e1ac8b90d0d87403f76706981dc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sun, 21 May 2023 15:03:52 -0300
Subject: [PATCH] python3-Sphinx: fix check, add changelog

---
 srcpkgs/python3-Sphinx/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Sphinx/template b/srcpkgs/python3-Sphinx/template
index 189dbd41e5d2..26b161172705 100644
--- a/srcpkgs/python3-Sphinx/template
+++ b/srcpkgs/python3-Sphinx/template
@@ -12,11 +12,12 @@ depends="python3-Jinja2 python3-docutils python3-Pygments
  python3-sphinxcontrib-jsmath python3-sphinxcontrib-qthelp
  python3-sphinxcontrib-serializinghtml"
 checkdepends="$depends python3-html5lib python3-mypy ImageMagick gettext
- python3-pytest python3-setuptools"
+ python3-pytest python3-setuptools python3-filelock"
 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"
+changelog="https://github.com/sphinx-doc/sphinx/raw/master/CHANGES"
 distfiles="${PYPI_SITE}/S/Sphinx/Sphinx-${version}.tar.gz"
 checksum=61e025f788c5977d9412587e733733a289e2b9fdc2fef8868ddfbfc4ccfe881d
 conflicts="python-Sphinx>=0"

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

* Re: python3-Sphinx: fix check, add changelog
  2023-05-21 18:14 [PR PATCH] python3-Sphinx: fix check, add changelog tornaria
@ 2023-05-21 19:23 ` tornaria
  2023-05-22  0:19 ` [PR PATCH] [Merged]: " sgn
  1 sibling, 0 replies; 3+ messages in thread
From: tornaria @ 2023-05-21 19:23 UTC (permalink / raw)
  To: ml

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

New comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/pull/44017#issuecomment-1556267424

Comment:
@sgn 

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

* Re: [PR PATCH] [Merged]: python3-Sphinx: fix check, add changelog
  2023-05-21 18:14 [PR PATCH] python3-Sphinx: fix check, add changelog tornaria
  2023-05-21 19:23 ` tornaria
@ 2023-05-22  0:19 ` sgn
  1 sibling, 0 replies; 3+ messages in thread
From: sgn @ 2023-05-22  0:19 UTC (permalink / raw)
  To: ml

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

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

python3-Sphinx: fix check, add changelog
https://github.com/void-linux/void-packages/pull/44017

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

currently checks fail with `ModuleNotFoundError: No module named 'filelock'`. Just adding `python3-filelock` to `checkdepends` fixes it.

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-05-22  0:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-21 18:14 [PR PATCH] python3-Sphinx: fix check, add changelog tornaria
2023-05-21 19:23 ` tornaria
2023-05-22  0:19 ` [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).