Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
add packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jul 30, 2015
1 parent 3ad43ca commit 2a540d5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 20 deletions.
11 changes: 11 additions & 0 deletions src/pymyinstall/packaged/packaged_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,10 @@ def small_set():
'pkginfo', 'pip', purpose="Query metadatdata from sdists / bdists / installed packages."),
ModuleInstall("multipledispatch ", "pip",
purpose="A relatively sane approach to multiple dispatch in Python."),
#
# 2015-07
#
ModuleInstall("pyprofiler", "pip", purpose="profiler"),
]

if sys.platform.startswith("win"):
Expand Down Expand Up @@ -676,6 +680,13 @@ def ensae_set():
ModuleInstall("lifelines", "pip", purpose="survival analysis"),
ModuleInstall(
"pysnptools", "pip", purpose="operation on DNA sequences"),
#
# 2015-07
#
ModuleInstall(
"nuitka", "pip", purpose="C++ compilation, code optimization"),
ModuleInstall(
"tri", "pip", purpose="Delaunay triangulation"),

]
if sys.platform.startswith("win"):
Expand Down
20 changes: 0 additions & 20 deletions src/pymyinstall/win_installer/win_exception.py
Original file line number Diff line number Diff line change
@@ -1,20 +0,0 @@
"""
@file
@brief Helpers, inspired from `utils.py <https://github.com/winpython/winpython/blob/master/winpython/utils.py>`_
"""


class WinInstallException(Exception):

"""
exception raised by this package
"""
pass


class WinInstallPackageException(Exception):

"""
exception raised by this package when installing a Python package
"""
pass

0 comments on commit 2a540d5

Please sign in to comment.