pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-buildbot
Module Name: pkgsrc
Committed By: wiz
Date: Wed Feb 18 13:46:02 UTC 2026
Added Files:
pkgsrc/devel/py-buildbot: Makefile.common
Log Message:
py-buildbot: add missing file
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-buildbot/Makefile.common
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-buildbot/Makefile.common
diff -u /dev/null pkgsrc/devel/py-buildbot/Makefile.common:1.1
--- /dev/null Wed Feb 18 13:46:02 2026
+++ pkgsrc/devel/py-buildbot/Makefile.common Wed Feb 18 13:46:02 2026
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile.common,v 1.1 2026/02/18 13:46:02 wiz Exp $
+# used by devel/py-buildbot-console-view/Makefile
+# used by devel/py-buildbot-grid-view/Makefile
+# used by devel/py-buildbot-pkg/Makefile
+# used by devel/py-buildbot-waterfall-view/Makefile
+# used by devel/py-buildbot-worker/Makefile
+# used by devel/py-buildbot-www/Makefile
+# used by devel/py-buildbot-badges/Makefile
+
+BBVERSION= 4.3.0
+MAINTAINER= root%zta.lk@localhost
+HOMEPAGE= https://buildbot.net/
+PKGNAME?= ${PYPKGPREFIX}-${DISTNAME}
+LICENSE= gnu-gpl-v2
+
+PYTHON_VERSIONS_INCOMPATIBLE= 310 311 # py-sphinx
+
+.include "../../lang/python/wheel.mk"
Home |
Main Index |
Thread Index |
Old Index