pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-octoprint-{file,firmware}check: remove from WIP



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Sun Feb 7 09:21:45 2021 +0100
Changeset:	23f70b45387522edfbc9f3f0bbff727098fca632

Modified Files:
	Makefile
Removed Files:
	py-octoprint-filecheck/DESCR
	py-octoprint-filecheck/Makefile
	py-octoprint-filecheck/PLIST
	py-octoprint-filecheck/distinfo
	py-octoprint-firmwarecheck/DESCR
	py-octoprint-firmwarecheck/Makefile
	py-octoprint-firmwarecheck/PLIST
	py-octoprint-firmwarecheck/distinfo

Log Message:
py-octoprint-{file,firmware}check: remove from WIP

Imported to print/py-octoprint-{file,firmware}check.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=23f70b45387522edfbc9f3f0bbff727098fca632

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                            |  2 --
 py-octoprint-filecheck/DESCR        |  3 ---
 py-octoprint-filecheck/Makefile     | 20 --------------------
 py-octoprint-filecheck/PLIST        | 13 -------------
 py-octoprint-filecheck/distinfo     |  6 ------
 py-octoprint-firmwarecheck/DESCR    |  4 ----
 py-octoprint-firmwarecheck/Makefile | 20 --------------------
 py-octoprint-firmwarecheck/PLIST    | 26 --------------------------
 py-octoprint-firmwarecheck/distinfo |  6 ------
 9 files changed, 100 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 9469ba6346..5580413e77 100644
--- a/Makefile
+++ b/Makefile
@@ -4074,8 +4074,6 @@ SUBDIR+=	py-oasa
 SUBDIR+=	py-ocrodjvu
 SUBDIR+=	py-oct2py
 SUBDIR+=	py-octoprint
-SUBDIR+=	py-octoprint-filecheck
-SUBDIR+=	py-octoprint-firmwarecheck
 SUBDIR+=	py-odeint
 SUBDIR+=	py-odesys
 SUBDIR+=	py-odeviz
diff --git a/py-octoprint-filecheck/DESCR b/py-octoprint-filecheck/DESCR
deleted file mode 100644
index ee408afce7..0000000000
--- a/py-octoprint-filecheck/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-The File Check plugin tries to detect common issues in uploaded files that are
-known to cause issues while printing and which in the past have caused support
-requests on OctoPrint's Community Forums.
diff --git a/py-octoprint-filecheck/Makefile b/py-octoprint-filecheck/Makefile
deleted file mode 100644
index 12a4402b98..0000000000
--- a/py-octoprint-filecheck/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	${GITHUB_PROJECT}-${PKGVERSION_NOREV}
-PKGNAME=	${PYPKGPREFIX}-octoprint-filecheck-2020.08.07
-CATEGORIES=	print python
-MASTER_SITES=	${MASTER_SITE_GITHUB:=OctoPrint/}
-GITHUB_PROJECT=	OctoPrint-FileCheck
-GITHUB_TAG=	${PKGVERSION_NOREV}
-
-MAINTAINER=	khorben%defora.org@localhost
-HOMEPAGE=	https://github.com/OctoPrint/OctoPrint-FileCheck/
-COMMENT=	Checks for common issues in uploaded files
-LICENSE=	gnu-agpl-v3
-
-EGG_NAME=	OctoPrint_FileCheck-2020.8.7
-
-PYTHON_VERSIONS_ACCEPTED=	37 36
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-octoprint-filecheck/PLIST b/py-octoprint-filecheck/PLIST
deleted file mode 100644
index 490bfbbe6a..0000000000
--- a/py-octoprint-filecheck/PLIST
+++ /dev/null
@@ -1,13 +0,0 @@
-@comment $NetBSD$
-${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}/top_level.txt
-${PYSITELIB}/octoprint_file_check/__init__.py
-${PYSITELIB}/octoprint_file_check/__init__.pyc
-${PYSITELIB}/octoprint_file_check/__init__.pyo
-${PYSITELIB}/octoprint_file_check/static/js/file_check.js
-${PYSITELIB}/octoprint_file_check/translations/de/LC_MESSAGES/messages.mo
-${PYSITELIB}/octoprint_file_check/translations/de/LC_MESSAGES/messages.po
diff --git a/py-octoprint-filecheck/distinfo b/py-octoprint-filecheck/distinfo
deleted file mode 100644
index 44df5fea36..0000000000
--- a/py-octoprint-filecheck/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (OctoPrint-FileCheck-2020.08.07.tar.gz) = d71b61c291e3504675ac3f851fa0a6acfaa60509
-RMD160 (OctoPrint-FileCheck-2020.08.07.tar.gz) = 4b1a6ca93d09c7170e699e21ea55baa02db5e4d6
-SHA512 (OctoPrint-FileCheck-2020.08.07.tar.gz) = 58adc73f831d6f3dcf10b9fedac834daab0331850c2d98383fee9bd3734ee0c1eb15d3ec171a1896db92900bc0e5587de82de643535eb2898a7592424e21bcba
-Size (OctoPrint-FileCheck-2020.08.07.tar.gz) = 45071 bytes
diff --git a/py-octoprint-firmwarecheck/DESCR b/py-octoprint-firmwarecheck/DESCR
deleted file mode 100644
index 307b77a701..0000000000
--- a/py-octoprint-firmwarecheck/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-The Firmware Check plugin tries to identify printers or rather printer firmware
-with known safety issues, such as disabled thermal runaway protection, or other
-kinds of severe issues, like known communication crippling bugs, and displays a
-warning box to logged in users on identification of such a firmware.
diff --git a/py-octoprint-firmwarecheck/Makefile b/py-octoprint-firmwarecheck/Makefile
deleted file mode 100644
index 4e5cba254c..0000000000
--- a/py-octoprint-firmwarecheck/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	${GITHUB_PROJECT}-${PKGVERSION_NOREV}
-PKGNAME=	${PYPKGPREFIX}-octoprint-firmwarecheck-2020.09.23
-CATEGORIES=	print python
-MASTER_SITES=	${MASTER_SITE_GITHUB:=OctoPrint/}
-GITHUB_PROJECT=	OctoPrint-FirmwareCheck
-GITHUB_TAG=	${PKGVERSION_NOREV}
-
-MAINTAINER=	khorben%defora.org@localhost
-HOMEPAGE=	https://github.com/OctoPrint/OctoPrint-FirmwareCheck/
-COMMENT=	Checks for unsafe or broken printer firmwares
-LICENSE=	gnu-agpl-v3
-
-EGG_NAME=	OctoPrint_FirmwareCheck-2020.9.23
-
-PYTHON_VERSIONS_ACCEPTED=	37 36
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-octoprint-firmwarecheck/PLIST b/py-octoprint-firmwarecheck/PLIST
deleted file mode 100644
index e1e637058d..0000000000
--- a/py-octoprint-firmwarecheck/PLIST
+++ /dev/null
@@ -1,26 +0,0 @@
-@comment $NetBSD$
-${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}/top_level.txt
-${PYSITELIB}/octoprint_firmware_check/__init__.py
-${PYSITELIB}/octoprint_firmware_check/__init__.pyc
-${PYSITELIB}/octoprint_firmware_check/__init__.pyo
-${PYSITELIB}/octoprint_firmware_check/checks/__init__.py
-${PYSITELIB}/octoprint_firmware_check/checks/__init__.pyc
-${PYSITELIB}/octoprint_firmware_check/checks/__init__.pyo
-${PYSITELIB}/octoprint_firmware_check/checks/firmware_broken.py
-${PYSITELIB}/octoprint_firmware_check/checks/firmware_broken.pyc
-${PYSITELIB}/octoprint_firmware_check/checks/firmware_broken.pyo
-${PYSITELIB}/octoprint_firmware_check/checks/firmware_unsafe.py
-${PYSITELIB}/octoprint_firmware_check/checks/firmware_unsafe.pyc
-${PYSITELIB}/octoprint_firmware_check/checks/firmware_unsafe.pyo
-${PYSITELIB}/octoprint_firmware_check/static/clientjs/firmware_check.js
-${PYSITELIB}/octoprint_firmware_check/static/css/firmware_check.css
-${PYSITELIB}/octoprint_firmware_check/static/js/firmware_check.js
-${PYSITELIB}/octoprint_firmware_check/static/less/firmware_check.less
-${PYSITELIB}/octoprint_firmware_check/templates/firmware_check_sidebar.jinja2
-${PYSITELIB}/octoprint_firmware_check/translations/de/LC_MESSAGES/messages.mo
-${PYSITELIB}/octoprint_firmware_check/translations/de/LC_MESSAGES/messages.po
diff --git a/py-octoprint-firmwarecheck/distinfo b/py-octoprint-firmwarecheck/distinfo
deleted file mode 100644
index 60d71162f2..0000000000
--- a/py-octoprint-firmwarecheck/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (OctoPrint-FirmwareCheck-2020.09.23.tar.gz) = 66d5afd1a7216545ffc7be6f5ffbc5e66d46d5ad
-RMD160 (OctoPrint-FirmwareCheck-2020.09.23.tar.gz) = ee3f44ae5da164683604d18200cb8481ee77c39e
-SHA512 (OctoPrint-FirmwareCheck-2020.09.23.tar.gz) = 8690d37ef42ab9344d647344fd20160f3cb781a1a73a819dc956658f84d134483f77236fe8af3931c2211ca671f0243ca58511c61c59b73925920160ac342869
-Size (OctoPrint-FirmwareCheck-2020.09.23.tar.gz) = 42952 bytes


Home | Main Index | Thread Index | Old Index