From 605dcc7317a1e2366cf521e538debbfa76f4558f Mon Sep 17 00:00:00 2001 From: UnlimitedCookies <49200216+UnlimitedCookies@users.noreply.github.com> Date: Thu, 3 Mar 2022 21:21:17 +0100 Subject: [PATCH] Whoops --- .gitignore | 2 +- LICENSE | 2 +- Makefile | 2 +- build/control | 37 ------------------------------------- install.ins | 1 + 5 files changed, 4 insertions(+), 40 deletions(-) delete mode 100644 build/control diff --git a/.gitignore b/.gitignore index cacb250..eb39bee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ *.exe -/data/ +/build/ # ignore the debian stuff debhelper-build-stamp diff --git a/LICENSE b/LICENSE index 01b2d9a..4da92e0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ 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 of this software and associated documentation files (the "Software"), to deal diff --git a/Makefile b/Makefile index 877d888..2653322 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ CHECKSUM := efb20aa1b648a2baddd949c142d6eb06 #Variables below are set automatically #DEB_CHANGELOG_VERSION := $(shell dpkg-parsechangelog -S Version | sed -rne 's|((-*[^-]+)+)(-[^-]+)|\1|p') - +# default target BUILDDIR := build $(BUILDDIR): fetch-sources patch-version diff --git a/build/control b/build/control deleted file mode 100644 index 426d041..0000000 --- a/build/control +++ /dev/null @@ -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 diff --git a/install.ins b/install.ins index 3342bda..9e23b81 100644 --- a/install.ins +++ b/install.ins @@ -53,6 +53,7 @@ endif [Files_Cleanup] ; This ensures all data has been removed +; Leave previous versions for future removal delete -sf "%ProgramFiles64Dir%\python39\" [WinBatch_Setup]