Skip to content
Snippets Groups Projects
Commit 0887edf0 authored by OSAK Buildhauer's avatar OSAK Buildhauer
Browse files

contrib: updated offline_repo.json to python3

parent 9a0f561e
No related branches found
No related tags found
No related merge requests found
...@@ -161,27 +161,27 @@ ...@@ -161,27 +161,27 @@
"Physik": { "Physik": {
"packages": [ "packages": [
{ {
"pkgname": "python-numpy", "pkgname": "python3-numpy",
"pkgdescription": "Numeric Bibiliothek für Python", "pkgdescription": "Numeric Bibiliothek für Python",
"tagged": true "tagged": true
}, },
{ {
"pkgname": "python-simpy", "pkgname": "python3-simpy",
"pkgdescription": "Simulationsframework für Python", "pkgdescription": "Simulationsframework für Python",
"tagged": true "tagged": true
}, },
{ {
"pkgname": "python-scipy", "pkgname": "python3-scipy",
"pkgdescription": "Bibliothek für scientific computing", "pkgdescription": "Bibliothek für scientific computing",
"tagged": true "tagged": true
}, },
{ {
"pkgname": "python-matplotlib", "pkgname": "python3-matplotlib",
"pkgdescription": "Schnittstelle zum Plotten mit Python", "pkgdescription": "Schnittstelle zum Plotten mit Python",
"tagged": true "tagged": true
}, },
{ {
"pkgname": "ipython", "pkgname": "ipython3",
"pkgdescription": "Interaktiver Python Interpreter mit Tab-Vervollständgung", "pkgdescription": "Interaktiver Python Interpreter mit Tab-Vervollständgung",
"tagged": true "tagged": true
}, },
...@@ -201,12 +201,12 @@ ...@@ -201,12 +201,12 @@
"tagged": true "tagged": true
}, },
{ {
"pkgname": "bpython", "pkgname": "bpython3",
"pkgdescription": "Ein weiterer interaktiver Python Interpreter", "pkgdescription": "Ein weiterer interaktiver Python Interpreter",
"tagged": true "tagged": true
}, },
{ {
"pkgname": "spyder", "pkgname": "spyder3",
"pkgdescription": "Python IDE (die, die in Anaconda benutzt wird)", "pkgdescription": "Python IDE (die, die in Anaconda benutzt wird)",
"tagged": true "tagged": true
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment