File tree Expand file tree Collapse file tree
print/py-octoprint-pisupport Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ The Pi Support plugin for OctoPrint provides additional information about your
2+ Pi in the UI and also alerts you about undervoltage or overheating issues
3+ observed on your Pi or if your Pi is unsupported. If you are running OctoPi,
4+ the Pi Support plugin will also provide additional information about that.
5+
6+ OctoPrint will only load this plugin when it detects that it is being run on a
7+ Raspberry Pi.
Original file line number Diff line number Diff line change 1+ # $NetBSD: Makefile,v 1.1 2021/05/30 21:20:20 khorben Exp $
2+
3+ DISTNAME = ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
4+ PKGNAME = ${PYPKGPREFIX}-octoprint-pisupport-2021.3.26.post2
5+ CATEGORIES = print python
6+ MASTER_SITES = ${MASTER_SITE_GITHUB:=OctoPrint/}
7+ GITHUB_PROJECT = OctoPrint-PiSupport
8+ GITHUB_TAG = ${PKGVERSION_NOREV}
9+
10+ MAINTAINER = khorben@defora.org
11+ HOMEPAGE = https://github.com/OctoPrint/OctoPrint-PiSupport/
12+ COMMENT = OctoPrint plugin providing information about your Pi in the UI
13+ LICENSE = gnu-agpl-v3
14+
15+ PYTHON_VERSIONS_ACCEPTED = 39 38 37 36
16+
17+ .include "../../lang/python/egg.mk"
18+ .include "../../mk/bsd.pkg.mk"
Original file line number Diff line number Diff line change 1+ @comment $NetBSD: PLIST,v 1.1 2021/05/30 21:20:20 khorben Exp $
2+ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3+ ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4+ ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5+ ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
6+ ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
7+ ${PYSITELIB}/${EGG_INFODIR}/requires.txt
8+ ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
9+ ${PYSITELIB}/octoprint_pi_support/__init__.py
10+ ${PYSITELIB}/octoprint_pi_support/__init__.pyc
11+ ${PYSITELIB}/octoprint_pi_support/__init__.pyo
12+ ${PYSITELIB}/octoprint_pi_support/static/clientjs/pi_support.js
13+ ${PYSITELIB}/octoprint_pi_support/static/css/pi_support.css
14+ ${PYSITELIB}/octoprint_pi_support/static/js/pi_support.js
15+ ${PYSITELIB}/octoprint_pi_support/templates/pi_support_about_octopi.jinja2
16+ ${PYSITELIB}/octoprint_pi_support/templates/pi_support_navbar.jinja2
17+ ${PYSITELIB}/octoprint_pi_support/templates/pi_support_settings.jinja2
18+ ${PYSITELIB}/octoprint_pi_support/translations/de/LC_MESSAGES/messages.mo
19+ ${PYSITELIB}/octoprint_pi_support/translations/de/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change 1+ $NetBSD: distinfo,v 1.1 2021/05/30 21:20:20 khorben Exp $
2+
3+ SHA1 (OctoPrint-PiSupport-2021.3.26.post2.tar.gz) = 9ae9be17b6afc7186b352fb59cd7cf98d8524ddb
4+ RMD160 (OctoPrint-PiSupport-2021.3.26.post2.tar.gz) = 9745e8541b65eefba0a9306f80ad82e78dc64d93
5+ SHA512 (OctoPrint-PiSupport-2021.3.26.post2.tar.gz) = 61decb729f9c11195336b45bcf9373951861aa26c9dc3a2b1dcbef4882217ba3ed5294dce02c4843efab4a287c8211b6dab7f8e01e1840808f47d63003bdc34c
6+ Size (OctoPrint-PiSupport-2021.3.26.post2.tar.gz) = 35450 bytes
You can’t perform that action at this time.
0 commit comments