pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/py-octoprint-pisupport
Module Name: pkgsrc
Committed By: adam
Date: Wed Sep 18 08:09:58 UTC 2024
Modified Files:
pkgsrc/print/py-octoprint-pisupport: Makefile PLIST distinfo
Log Message:
py-octoprint-pisupport: updated to 2023.10.10
2023.10.10
Bump actions/checkout from 3 to 4
Detect camera stack if on OctoPi and add cam suffix to the version for the new camera-streamer based on that's currently in preview.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/py-octoprint-pisupport/Makefile \
pkgsrc/print/py-octoprint-pisupport/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/print/py-octoprint-pisupport/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/py-octoprint-pisupport/Makefile
diff -u pkgsrc/print/py-octoprint-pisupport/Makefile:1.3 pkgsrc/print/py-octoprint-pisupport/Makefile:1.4
--- pkgsrc/print/py-octoprint-pisupport/Makefile:1.3 Tue Jan 4 20:54:36 2022
+++ pkgsrc/print/py-octoprint-pisupport/Makefile Wed Sep 18 08:09:58 2024
@@ -1,19 +1,21 @@
-# $NetBSD: Makefile,v 1.3 2022/01/04 20:54:36 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2024/09/18 08:09:58 adam Exp $
-DISTNAME= ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
-PKGNAME= ${PYPKGPREFIX}-octoprint-pisupport-2021.3.26.post2
-PKGREVISION= 1
+DISTNAME= OctoPrint-PiSupport-2023.10.10
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= print python
-MASTER_SITES= ${MASTER_SITE_GITHUB:=OctoPrint/}
-GITHUB_PROJECT= OctoPrint-PiSupport
-GITHUB_TAG= ${PKGVERSION_NOREV}
+MASTER_SITES= ${MASTER_SITE_PYPI:=O/OctoPrint-PiSupport/}
MAINTAINER= khorben%defora.org@localhost
-HOMEPAGE= https://github.com/OctoPrint/OctoPrint-PiSupport/
+HOMEPAGE= https://github.com/OctoPrint/OctoPrint-PiSupport
COMMENT= OctoPrint plugin providing information about your Pi in the UI
LICENSE= gnu-agpl-v3
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+WHEEL_NAME= ${DISTNAME:S/-/_/}
-.include "../../lang/python/egg.mk"
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/py-octoprint-pisupport/distinfo
diff -u pkgsrc/print/py-octoprint-pisupport/distinfo:1.3 pkgsrc/print/py-octoprint-pisupport/distinfo:1.4
--- pkgsrc/print/py-octoprint-pisupport/distinfo:1.3 Tue Oct 26 11:12:15 2021
+++ pkgsrc/print/py-octoprint-pisupport/distinfo Wed Sep 18 08:09:58 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:12:15 nia Exp $
+$NetBSD: distinfo,v 1.4 2024/09/18 08:09:58 adam Exp $
-BLAKE2s (OctoPrint-PiSupport-2021.3.26.post2.tar.gz) = caf9ddf5cf6cf8a27640a28acb513a1d3c32bd6b67f9955a194a08579a480bff
-SHA512 (OctoPrint-PiSupport-2021.3.26.post2.tar.gz) = 61decb729f9c11195336b45bcf9373951861aa26c9dc3a2b1dcbef4882217ba3ed5294dce02c4843efab4a287c8211b6dab7f8e01e1840808f47d63003bdc34c
-Size (OctoPrint-PiSupport-2021.3.26.post2.tar.gz) = 35450 bytes
+BLAKE2s (OctoPrint-PiSupport-2023.10.10.tar.gz) = 3ed0eab774f8642f17a98d17ad1378df33301710590295bffc21feb203490ef4
+SHA512 (OctoPrint-PiSupport-2023.10.10.tar.gz) = 2c3d479e5a1c52dc4d31be6d7c367c2381a704b78280aa48b727ead79af0913145be28abe78e04158b44ad4c7d8ffea78d13291f0bbd1d19740557079225eaff
+Size (OctoPrint-PiSupport-2023.10.10.tar.gz) = 32940 bytes
Index: pkgsrc/print/py-octoprint-pisupport/PLIST
diff -u pkgsrc/print/py-octoprint-pisupport/PLIST:1.1 pkgsrc/print/py-octoprint-pisupport/PLIST:1.2
--- pkgsrc/print/py-octoprint-pisupport/PLIST:1.1 Sun May 30 21:20:20 2021
+++ pkgsrc/print/py-octoprint-pisupport/PLIST Wed Sep 18 08:09:58 2024
@@ -1,11 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2021/05/30 21:20:20 khorben Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2024/09/18 08:09:58 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/octoprint_pi_support/__init__.py
${PYSITELIB}/octoprint_pi_support/__init__.pyc
${PYSITELIB}/octoprint_pi_support/__init__.pyo
@@ -13,6 +12,7 @@ ${PYSITELIB}/octoprint_pi_support/static
${PYSITELIB}/octoprint_pi_support/static/css/pi_support.css
${PYSITELIB}/octoprint_pi_support/static/js/pi_support.js
${PYSITELIB}/octoprint_pi_support/templates/pi_support_about_octopi.jinja2
+${PYSITELIB}/octoprint_pi_support/templates/pi_support_about_octopiuptodate.jinja2
${PYSITELIB}/octoprint_pi_support/templates/pi_support_navbar.jinja2
${PYSITELIB}/octoprint_pi_support/templates/pi_support_settings.jinja2
${PYSITELIB}/octoprint_pi_support/translations/de/LC_MESSAGES/messages.mo
Home |
Main Index |
Thread Index |
Old Index