Whoops
ci/woodpecker/push/drone Pipeline failed
Details
ci/woodpecker/push/drone Pipeline failed
Details
This commit is contained in:
parent
8b0ce9826f
commit
605dcc7317
|
@ -1,5 +1,5 @@
|
||||||
*.exe
|
*.exe
|
||||||
/data/
|
/build/
|
||||||
|
|
||||||
# ignore the debian stuff
|
# ignore the debian stuff
|
||||||
debhelper-build-stamp
|
debhelper-build-stamp
|
||||||
|
|
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2021 Kevin Dorner
|
Copyright (c) 2022 Kevin Dorner
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -12,7 +12,7 @@ CHECKSUM := efb20aa1b648a2baddd949c142d6eb06
|
||||||
#Variables below are set automatically
|
#Variables below are set automatically
|
||||||
#DEB_CHANGELOG_VERSION := $(shell dpkg-parsechangelog -S Version | sed -rne 's|((-*[^-]+)+)(-[^-]+)|\1|p')
|
#DEB_CHANGELOG_VERSION := $(shell dpkg-parsechangelog -S Version | sed -rne 's|((-*[^-]+)+)(-[^-]+)|\1|p')
|
||||||
|
|
||||||
|
# default target
|
||||||
BUILDDIR := build
|
BUILDDIR := build
|
||||||
$(BUILDDIR): fetch-sources patch-version
|
$(BUILDDIR): fetch-sources patch-version
|
||||||
|
|
||||||
|
|
|
@ -1,37 +0,0 @@
|
||||||
[Product]
|
|
||||||
type: localboot
|
|
||||||
id: mdg-python
|
|
||||||
name: MDG Python
|
|
||||||
description: Python für Microsoft Windows mit pip-Unterstützung
|
|
||||||
advice: Vereinfachtes Paket mit neuer Python-Version und funktionsfähiger pip-Unterstützung
|
|
||||||
version: 3.9.2
|
|
||||||
packageVersion: 1.0
|
|
||||||
setupScript: install.ins
|
|
||||||
uninstallScript: remove.ins
|
|
||||||
|
|
||||||
[ProductProperty]
|
|
||||||
name: shortcut
|
|
||||||
type: bool
|
|
||||||
description: Startmenü Verknüpfungen erstellen
|
|
||||||
default: True
|
|
||||||
|
|
||||||
[ProductProperty]
|
|
||||||
name: associatefiles
|
|
||||||
type: bool
|
|
||||||
description: Assoziere Python-Dateiendungen
|
|
||||||
helptext: Zu den Python-Dateiendungen gehören u. a. ".py", ".pyw", ".pyc". Doppelklick auf Python-Dateien im Windows-Explorer nutzt dann den Python-Launcher.
|
|
||||||
default: True
|
|
||||||
|
|
||||||
[ProductProperty]
|
|
||||||
name: prependpath
|
|
||||||
type: bool
|
|
||||||
description: Python zum PATH hinzufügen
|
|
||||||
helptext: Fügt Python selbst und zugehörige Skripte zum systemweiten PATH hinzu. Dies erlaubt das direkte Verwenden von Python-Werkzeugen in der Kommandozeile.
|
|
||||||
default: True
|
|
||||||
|
|
||||||
[ProductProperty]
|
|
||||||
name: pippackages
|
|
||||||
type: unicode
|
|
||||||
description: Installiere pip Pakete
|
|
||||||
helptext: Die Pakete werden mit jeder Installation des Programms installiert oder aktualisiert. Zum Hinzufügen von neuen Pakten kann einfach eine Neuinstallation vorgenommen werden. Die Pakete werden mit einem Leerzeichen getrennt und können auf https://pypi.org/ gefunden werden. Diese Pakete werden systemweit installiert. Durch Nutzer installierte Pakete werden im jeweiligen Appdata Verzeichnis installiert.
|
|
||||||
pattern: numpy scikit-learn rsa
|
|
|
@ -53,6 +53,7 @@ endif
|
||||||
|
|
||||||
[Files_Cleanup]
|
[Files_Cleanup]
|
||||||
; This ensures all data has been removed
|
; This ensures all data has been removed
|
||||||
|
; Leave previous versions for future removal
|
||||||
delete -sf "%ProgramFiles64Dir%\python39\"
|
delete -sf "%ProgramFiles64Dir%\python39\"
|
||||||
|
|
||||||
[WinBatch_Setup]
|
[WinBatch_Setup]
|
||||||
|
|
Loading…
Reference in New Issue