From nobody Sun Jun 06 00:14:43 2021 X-Original-To: ports-bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id E278C95717F for ; Sun, 6 Jun 2021 00:14:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FyH7T5kh4z4pBt for ; Sun, 6 Jun 2021 00:14:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A7BDD19DC4 for ; Sun, 6 Jun 2021 00:14:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 1560Ejmb095294 for ; Sun, 6 Jun 2021 00:14:45 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1560Ej0Z095293 for ports-bugs@FreeBSD.org; Sun, 6 Jun 2021 00:14:45 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 256427] [NEW PORT] finance/py-chiapos: Chia proof of space plotting, proving, and verifying (wraps C++) Date: Sun, 06 Jun 2021 00:14:43 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: feature, needs-patch, needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: keywords cc flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Ports bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-ports-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports-bugs@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256427 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |needs-patch CC| |risner@stdio.com Flags| |maintainer-feedback?(risner | |@stdio.com) --- Comment #1 from Kubilay Kocak --- Review items: - Upstream says this uses/needs cmake, but the port uses USES=3Dcmake. Is = it required? - setup.py has special env vars that modify the build, are any of these wanted, needed, useful as OPTIONs? - USE_CXXSTD *may* be useful here if you need to use USES=3Dcompiler: [2] - setup.py says 3.7+, port says 3.6+. Intentional? [3] - For python dependencies, use package name declarations, rather than file= /dir dependency declarations, as the latter does'nt support , whi= ch python packages need, and policy requires matching on. [4] - WWW: url should match setup.py=3Durl in almost all cases (its canonical)= [5] - When running commands,=20 [1] setup.py BUILD_VDF_CLIENT BUILD_VDF_BENCH=20 [2] setup.py: "at least C++11 support " "is needed!" [3] setup.py: python_requires=3D">=3D3.7" [4] BUILD_DEPENDS=3D ${PYTHON_PKGNAMEPREFIX}pybind11>=3D2.5.0 ... (per setu= p.py setup_requires version-spec). See Also PythonPolicy#Dependencie [5] setup.py: url=3D"https://github.com/Chia-Network/chiavdf", --=20 You are receiving this mail because: You are the assignee for the bug.=