pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-hypothesmith: start package, needs py-libcst
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <tk%giga.or.at@localhost>
Pushed By: wiz
Date: Tue Feb 22 10:06:37 2022 +0100
Changeset: 4b2524c7e9057ac8cb9d671d8bff146f9ca9193b
Modified Files:
Makefile
Added Files:
py-hypothesmith/DESCR
py-hypothesmith/Makefile
py-hypothesmith/PLIST
py-hypothesmith/distinfo
Log Message:
py-hypothesmith: start package, needs py-libcst
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4b2524c7e9057ac8cb9d671d8bff146f9ca9193b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-hypothesmith/DESCR | 5 +++++
py-hypothesmith/Makefile | 21 +++++++++++++++++++++
py-hypothesmith/PLIST | 18 ++++++++++++++++++
py-hypothesmith/distinfo | 5 +++++
5 files changed, 50 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index c096327c7b..6d9ba31852 100644
--- a/Makefile
+++ b/Makefile
@@ -3945,6 +3945,7 @@ SUBDIR+= py-hybridlfpy
SUBDIR+= py-hydrointerp
SUBDIR+= py-hyperbolic
SUBDIR+= py-hyperspy
+SUBDIR+= py-hypothesmith
SUBDIR+= py-ibis
SUBDIR+= py-ibmiotf
SUBDIR+= py-icane
diff --git a/py-hypothesmith/DESCR b/py-hypothesmith/DESCR
new file mode 100644
index 0000000000..a504b87b45
--- /dev/null
+++ b/py-hypothesmith/DESCR
@@ -0,0 +1,5 @@
+Hypothesis strategies for generating Python programs, something
+like CSmith.
+
+This is definitely pre-alpha, but if you want to play with it feel
+free! You can even keep the shiny pieces when - not if - it breaks.
diff --git a/py-hypothesmith/Makefile b/py-hypothesmith/Makefile
new file mode 100644
index 0000000000..2ee87df8b0
--- /dev/null
+++ b/py-hypothesmith/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.108 2022/01/31 11:43:31 wiz Exp $
+
+DISTNAME= hypothesmith-0.2.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=h/hypothesmith/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/Zac-HD/hypothesmith
+COMMENT= Hypothesis strategies for generating Python programs, like CSmith
+LICENSE= mpl-2.0
+
+DEPENDS+= ${PYPKGPREFIX}-libcst-[0-9]*:../../wip/py-libcst
+# XXX: more
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-hypothesmith/PLIST b/py-hypothesmith/PLIST
new file mode 100644
index 0000000000..039640a30d
--- /dev/null
+++ b/py-hypothesmith/PLIST
@@ -0,0 +1,18 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/hypothesmith/__init__.py
+${PYSITELIB}/hypothesmith/__init__.pyc
+${PYSITELIB}/hypothesmith/__init__.pyo
+${PYSITELIB}/hypothesmith/cst.py
+${PYSITELIB}/hypothesmith/cst.pyc
+${PYSITELIB}/hypothesmith/cst.pyo
+${PYSITELIB}/hypothesmith/py.typed
+${PYSITELIB}/hypothesmith/python3.lark
+${PYSITELIB}/hypothesmith/syntactic.py
+${PYSITELIB}/hypothesmith/syntactic.pyc
+${PYSITELIB}/hypothesmith/syntactic.pyo
diff --git a/py-hypothesmith/distinfo b/py-hypothesmith/distinfo
new file mode 100644
index 0000000000..61afa7a42f
--- /dev/null
+++ b/py-hypothesmith/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.105 2022/01/31 11:43:31 wiz Exp $
+
+BLAKE2s (hypothesmith-0.2.0.tar.gz) = b64ea307249c380993143b4995496827a79f892ae0f71c5913120d619c7e2d75
+SHA512 (hypothesmith-0.2.0.tar.gz) = b82627897f0e07e6249ce2d3730134690dbe340b81632a1101b6b6b9a9ac6ccd0f350ba10f729349ef200b9243081f7f58eb760ccbcb4175adfcc5f411a8a045
+Size (hypothesmith-0.2.0.tar.gz) = 24933 bytes
Home |
Main Index |
Thread Index |
Old Index