pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-hg-auditlog
Module Name: pkgsrc
Committed By: joerg
Date: Sat Sep 27 11:33:11 UTC 2025
Added Files:
pkgsrc/devel/py-hg-auditlog: DESCR Makefile PLIST distinfo
Log Message:
Package up the Mercurial auditlog extension
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-hg-auditlog/DESCR \
pkgsrc/devel/py-hg-auditlog/Makefile pkgsrc/devel/py-hg-auditlog/PLIST \
pkgsrc/devel/py-hg-auditlog/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/py-hg-auditlog/DESCR
diff -u /dev/null pkgsrc/devel/py-hg-auditlog/DESCR:1.1
--- /dev/null Sat Sep 27 11:33:11 2025
+++ pkgsrc/devel/py-hg-auditlog/DESCR Sat Sep 27 11:33:10 2025
@@ -0,0 +1,4 @@
+The auditlog extension for Mercurial provides infrastructure for keeping
+provenance records for commits and phase changes. It also provides a
+client-mode for mirroring the records of a server and querying them
+locally.
\ No newline at end of file
Index: pkgsrc/devel/py-hg-auditlog/Makefile
diff -u /dev/null pkgsrc/devel/py-hg-auditlog/Makefile:1.1
--- /dev/null Sat Sep 27 11:33:11 2025
+++ pkgsrc/devel/py-hg-auditlog/Makefile Sat Sep 27 11:33:10 2025
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1 2025/09/27 11:33:10 joerg Exp $
+#
+
+DISTNAME= auditlog-0.1
+PKGNAME= ${PYPKGPREFIX}-hg_${DISTNAME:S/_/-/}
+CATEGORIES= devel scm
+MASTER_SITES= https://www.NetBSD.org/~joerg/
+
+MAINTAINER= joerg%NetBSD.org@localhost
+HOMEPAGE= https://www.NetBSD.org
+COMMENT= Experimental audit trail extension for Mercurial
+LICENSE= gnu-gpl-v2
+
+DEPENDS+= ${PYPKGPREFIX}-mercurial>=5.4nb1:../../devel/py-mercurial
+USE_TOOLS+= bash:test
+
+INSTALLATION_DIRS+= ${PREFIX}/${PYSITELIB}/hgext3rd
+
+do-build:
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/auditlog.py ${DESTDIR}${PREFIX}/${PYSITELIB}/hgext3rd/
+
+.if 1
+HG_WRKSRC= cd ../py-mercurial && ${MAKE} show-var VARNAME=WRKSRC
+
+do-test:
+ HGROOT=${HG_WRKSRC:sh}; cd ${WRKSRC} && ${PYTHONBIN} $${HGROOT}/tests/run-tests.py ${_MAKE_JOBS:Q}
+.endif
+
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-hg-auditlog/PLIST
diff -u /dev/null pkgsrc/devel/py-hg-auditlog/PLIST:1.1
--- /dev/null Sat Sep 27 11:33:11 2025
+++ pkgsrc/devel/py-hg-auditlog/PLIST Sat Sep 27 11:33:10 2025
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2025/09/27 11:33:10 joerg Exp $
+${PYSITELIB}/hgext3rd/auditlog.py
Index: pkgsrc/devel/py-hg-auditlog/distinfo
diff -u /dev/null pkgsrc/devel/py-hg-auditlog/distinfo:1.1
--- /dev/null Sat Sep 27 11:33:11 2025
+++ pkgsrc/devel/py-hg-auditlog/distinfo Sat Sep 27 11:33:10 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/09/27 11:33:10 joerg Exp $
+
+BLAKE2s (auditlog-0.1.tar.gz) = e5aa7217c482ced8607ec9ad48fc2534c9e50cc8b36bb4e3c2c909403c08c1db
+SHA512 (auditlog-0.1.tar.gz) = aa347bd1621a0872df87b7ad6958fa2a3f7998d13f1cad9c63793bab23de940ec4cbf494ebb11298b07764a1ccd7b8cb936c8f0114802b17bb92dfd0c460e89e
+Size (auditlog-0.1.tar.gz) = 8154 bytes
Home |
Main Index |
Thread Index |
Old Index