diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..8a59b4c --- /dev/null +++ b/Makefile @@ -0,0 +1,17 @@ +PORTNAME= clvm_tools +DISTVERSION= 0.4.3 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= risner@stdio.com +COMMENT= CLVM compiler. + +LICENSE= MIT + +USES= python:3.6+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include diff --git a/distinfo b/distinfo new file mode 100644 index 0000000..2fc91e2 --- /dev/null +++ b/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1622388695 +SHA256 (clvm_tools-0.4.3.tar.gz) = f4e2bb7d404b5ce97f1f5a8930592f59bc7537af082ef22753b8564eecf67247 +SIZE (clvm_tools-0.4.3.tar.gz) = 57810 diff --git a/files/patch-pyproject.toml b/files/patch-pyproject.toml new file mode 100644 index 0000000..29d0fe6 --- /dev/null +++ b/files/patch-pyproject.toml @@ -0,0 +1,9 @@ +--- pyproject.toml.orig 2021-05-30 14:12:11.254703000 -0400 ++++ pyproject.toml 2021-05-30 14:11:35.404486000 -0400 +@@ -3,5 +3,5 @@ + requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4"] + + [tool.setuptools_scm] +-fallback_version = "unknown" ++fallback_version = "0.4.3" + local_scheme = "no-local-version" diff --git a/pkg-descr b/pkg-descr new file mode 100644 index 0000000..62e25c3 --- /dev/null +++ b/pkg-descr @@ -0,0 +1,3 @@ +This is the in-development version of `clvm_tools` for clvm, which implements, a LISP-like language for encumbering and releasing funds with smart-contract capabilities. + +WWW: https://pypi.org/project/clvm-tools/