View | Details | Raw Unified | Return to bug 256427 | Differences between
and this patch

Collapse All | Expand All

(-)b/finance/py-chiapos/Makefile (+21 lines)
Added Link Here
1
PORTNAME=	chiapos
2
DISTVERSION=	1.0.3
3
CATEGORIES=	finance python
4
MASTER_SITES=	CHEESESHOP
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
7
MAINTAINER=	risner@stdio.com
8
COMMENT=	Chia proof of space plotting, proving, and verifying (wraps C++)
9
10
LICENSE=	APACHE20
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
13
BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/pybind11:devel/py-pybind11@${PY_FLAVOR}
14
15
USES=		python:3.6+
16
17
USE_PYTHON=	autoplist concurrent distutils
18
19
post-test:
20
	${WRKSRC}/build/temp.freebsd*/RunTests
21
.include <bsd.port.mk>
(-)b/finance/py-chiapos/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1622512112
2
SHA256 (chiapos-1.0.3.tar.gz) = d987b481a3acbff1e0d77eb713af8d99ecec2bd11c2c465528a5078a433686bd
3
SIZE (chiapos-1.0.3.tar.gz) = 1291513
(-)b/finance/py-chiapos/files/patch-setup.py (+10 lines)
Added Link Here
1
--- setup.py.orig	2021-06-01 01:50:59 UTC
2
+++ setup.py
3
@@ -202,6 +202,7 @@ if platform.system() == "Windows":
4
 else:
5
     setup(
6
         name="chiapos",
7
+        version="1.0.3",
8
         author="Mariano Sorgente",
9
         author_email="mariano@chia.net",
10
         description="Chia proof of space plotting, proving, and verifying (wraps C++)",
(-)b/finance/py-chiapos/pkg-descr (+5 lines)
Added Link Here
1
Chia's proof of space is written in C++. Includes a plotter, prover, and
2
verifier. It exclusively runs on 64 bit architectures. Read the Proof of
3
Space document to learn about what proof of space is and how it works.
4
5
WWW: https://pypi.org/project/chiapos/

Return to bug 256427