pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-git-bayesect: add new package
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Wed Apr 1 22:40:21 2026 +0200
Changeset: f963b397c2f9f086ba60a9dc73a79c6304c9ca3a
Modified Files:
Makefile
Added Files:
py-git-bayesect/ALTERNATIVES
py-git-bayesect/DESCR
py-git-bayesect/Makefile
py-git-bayesect/PLIST
py-git-bayesect/distinfo
Log Message:
py-git-bayesect: add new package
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f963b397c2f9f086ba60a9dc73a79c6304c9ca3a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 2 ++
py-git-bayesect/ALTERNATIVES | 2 ++
py-git-bayesect/DESCR | 8 ++++++++
py-git-bayesect/Makefile | 21 +++++++++++++++++++++
py-git-bayesect/PLIST | 11 +++++++++++
py-git-bayesect/distinfo | 5 +++++
6 files changed, 49 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 991286e789..38b7932536 100644
--- a/Makefile
+++ b/Makefile
@@ -3938,6 +3938,7 @@ SUBDIR+= py-gguf
SUBDIR+= py-ghalatawi
SUBDIR+= py-ginga
SUBDIR+= py-gist
+SUBDIR+= py-git-bayesect
SUBDIR+= py-git-code-debt
SUBDIR+= py-git-cola
SUBDIR+= py-github3.py
@@ -5763,6 +5764,7 @@ SUBDIR+= tex-setspace-doc
SUBDIR+= tex-tabto-ltx
SUBDIR+= tex-tabto-ltx-doc
SUBDIR+= tex-texlive-ja-doc
+SUBDIR+= tex-tikz-timing
SUBDIR+= tex-uptex-doc
SUBDIR+= textadept
SUBDIR+= textile-mode
diff --git a/py-git-bayesect/ALTERNATIVES b/py-git-bayesect/ALTERNATIVES
new file mode 100644
index 0000000000..21be5ab129
--- /dev/null
+++ b/py-git-bayesect/ALTERNATIVES
@@ -0,0 +1,2 @@
+bin/git-bayesect @PREFIX@/bin/git-bayesect-@PYVERSSUFFIX@
+bin/git_bayesect @PREFIX@/bin/git_bayesect-@PYVERSSUFFIX@
diff --git a/py-git-bayesect/DESCR b/py-git-bayesect/DESCR
new file mode 100644
index 0000000000..d9d060ee31
--- /dev/null
+++ b/py-git-bayesect/DESCR
@@ -0,0 +1,8 @@
+Bayesian git bisection!
+
+Use this to detect changes in likelihoods of events, for instance,
+to isolate a commit where a slightly flaky test became very flaky.
+
+You don't need to know the likelihoods (although you can provide
+priors), just that something has changed at some point in some
+direction
diff --git a/py-git-bayesect/Makefile b/py-git-bayesect/Makefile
new file mode 100644
index 0000000000..dce6e58a67
--- /dev/null
+++ b/py-git-bayesect/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME= git_bayesect-1.2
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=g/git_bayesect/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://hauntsaninja.github.io/git_bayesect.html
+COMMENT= Bayesian git bisect
+LICENSE= mit
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core-[0-9]*:../../devel/py-flit_core
+
+USE_LANGUAGES= # none
+
+PY_RENAME_BINARIES+= git-bayesect
+PY_RENAME_BINARIES+= git_bayesect
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-git-bayesect/PLIST b/py-git-bayesect/PLIST
new file mode 100644
index 0000000000..b4ebe30276
--- /dev/null
+++ b/py-git-bayesect/PLIST
@@ -0,0 +1,11 @@
+@comment $NetBSD$
+bin/git-bayesect-${PYVERSSUFFIX}
+bin/git_bayesect-${PYVERSSUFFIX}
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/git_bayesect.py
+${PYSITELIB}/git_bayesect.pyc
+${PYSITELIB}/git_bayesect.pyo
diff --git a/py-git-bayesect/distinfo b/py-git-bayesect/distinfo
new file mode 100644
index 0000000000..3554093a80
--- /dev/null
+++ b/py-git-bayesect/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (git_bayesect-1.2.tar.gz) = 2e39449c9a951c2d9b8794eb8be47d9fb4a24638d3ec88f1bfabd51789bb9385
+SHA512 (git_bayesect-1.2.tar.gz) = 305689695373f96976c565518895e2b72314a03c4ce76e680d535e31bdb2cf2f874031a1f80603eba004e7958952cab99012a9be10844ca7f76177f3ac23c6d2
+Size (git_bayesect-1.2.tar.gz) = 12768 bytes
Home |
Main Index |
Thread Index |
Old Index