Bug 257872

Summary: textproc/py-sphinxcontrib-autoprogram: Require python 3.7+
Product: Ports & Packages Reporter: Derek Schrock <dereks>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Some People CC: meta, python
Priority: --- Keywords: easy
Version: LatestFlags: koobs: merge-quarterly?
Hardware: Any   
OS: Any   
URL: https://github.com/sphinx-contrib/autoprogram/issues/47
Attachments:
Description Flags
require python 3.7+
dereks: maintainer-approval+
require python 3.7+ dereks: maintainer-approval+

Description Derek Schrock 2021-08-15 20:50:58 UTC
Created attachment 227232 [details]
require python 3.7+

- Requires python 3.7+ [1]

[1] https://github.com/sphinx-contrib/autoprogram/issues/47

portlint: ok. looks fine.
testport: ok. 13amd64.
unittest: ok. Ran 7 tests in 0.005s.

Also, rebuilt reverse depends:

- devel/py-python-gitlab
- devel/py-qstylizer

Docs built.
Comment 1 Derek Schrock 2021-09-19 04:35:41 UTC
ping?
Comment 2 Kubilay Kocak freebsd_committer freebsd_triage 2021-09-26 23:07:53 UTC
Needs PORTREVISION bump, as it will have been installed (incorrectly) by people using/wanting python < 3.7 version of it, and it needs to be installed against 3.7+ to function
Comment 3 Derek Schrock 2021-09-27 00:53:42 UTC
Created attachment 228204 [details]
require python 3.7+

Add PORTREVISION.
Comment 4 commit-hook freebsd_committer freebsd_triage 2021-09-29 08:58:46 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9179bc3865ffe951fcce4281770de3af57b456f4

commit 9179bc3865ffe951fcce4281770de3af57b456f4
Author:     Derek Schrock <dereks@lifeofadishwasher.com>
AuthorDate: 2021-08-15 07:52:28 +0000
Commit:     Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2021-09-29 08:55:21 +0000

    text/py-sphinxcontrib-autoprogram: require python 3.7

    - Requires python 3.7 [1]

    [1] https://github.com/sphinx-contrib/autoprogram/issues/47

    PR:             257872
    MFH:            2021Q3

 textproc/py-sphinxcontrib-autoprogram/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 5 commit-hook freebsd_committer freebsd_triage 2021-09-29 09:00:48 UTC
A commit in branch 2021Q3 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5e019790c2b185e80a55c3f8779cdfbb644ca66b

commit 5e019790c2b185e80a55c3f8779cdfbb644ca66b
Author:     Derek Schrock <dereks@lifeofadishwasher.com>
AuthorDate: 2021-08-15 07:52:28 +0000
Commit:     Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2021-09-29 08:59:47 +0000

    text/py-sphinxcontrib-autoprogram: require python 3.7

    - Requires python 3.7 [1]

    [1] https://github.com/sphinx-contrib/autoprogram/issues/47

    PR:             257872
    MFH:            2021Q3
    (cherry picked from commit 9179bc3865ffe951fcce4281770de3af57b456f4)

 textproc/py-sphinxcontrib-autoprogram/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 6 Koichiro Iwao freebsd_committer freebsd_triage 2021-09-29 09:03:38 UTC
Committed, thanks for the patience!