[Bug 260190] finance/chiapos: Update to 1.0.6

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 03 Dec 2021 22:12:11 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260190

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |python@FreeBSD.org,
                   |                            |risner@stdio.com
           Keywords|                            |needs-patch, needs-qa
            Summary|finance/chiapos patch to    |finance/chiapos: Update to
                   |bring port from 1.0.3 to    |1.0.6
                   |version 1.0.6               |
              Flags|                            |maintainer-feedback?(risner
                   |                            |@stdio.com)

--- Comment #1 from Kubilay Kocak <koobs@FreeBSD.org> ---
^Triage: Please set the maintainer-approval attachment flag (to +) on patches
for ports you maintain to signify approval.

   Attachment -> Details -> maintainer-approval [+]

Review items:

Upstream appears to have released 1.0.7 [1], which adds 3.10 support.

Accordingly, USES=python:<version-spec> should be scoped to match supported
Python versions in the current chiapos port version (3.7-3.9) as a separate
commit (and merged) prior to the version update (bumping to 3.7-3.10 for second
commit, please update patch)

For the following changes in setup.py:

-        tests_require=["pytest"],
-        ext_modules=[CMakeExtension("chiapos", ".")],

removing tests_require shouldn't be necessary, and for the latter change, can
that be replaced with removing the bundled chiapos sources?

[1] https://github.com/Chia-Network/chiapos/releases/tag/1.0.7

-- 
You are receiving this mail because:
You are the assignee for the bug.