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

Collapse All | Expand All

(-)b/Makefile (+17 lines)
Added Link Here
1
PORTNAME=	clvm_tools
2
DISTVERSION=	0.4.3
3
CATEGORIES=	devel python
4
MASTER_SITES=	CHEESESHOP
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
7
MAINTAINER=	risner@stdio.com
8
COMMENT=	CLVM compiler
9
10
LICENSE=	MIT
11
12
USES=		python:3.6+
13
USE_PYTHON=	autoplist concurrent distutils
14
15
NO_ARCH=	yes
16
17
.include <bsd.port.mk>
(-)b/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1622388695
2
SHA256 (clvm_tools-0.4.3.tar.gz) = f4e2bb7d404b5ce97f1f5a8930592f59bc7537af082ef22753b8564eecf67247
3
SIZE (clvm_tools-0.4.3.tar.gz) = 57810
(-)b/files/patch-pyproject.toml (+9 lines)
Added Link Here
1
--- pyproject.toml.orig	2021-02-26 23:46:12 UTC
2
+++ pyproject.toml
3
@@ -3,5 +3,5 @@ build-backend = "setuptools.build_meta"
4
 requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4"]
5
 
6
 [tool.setuptools_scm]
7
-fallback_version = "unknown"
8
+fallback_version = "0.4.3"
9
 local_scheme = "no-local-version"
(-)b/pkg-descr (+5 lines)
Added Link Here
1
This is the in-development version of `clvm_tools` for clvm, which implements,
2
a LISP-like language for encumbering and releasing funds with smart-contract
3
capabilities.
4
5
WWW: https://pypi.org/project/clvm-tools/

Return to bug 256277