Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revive this Repository #3

Closed
wants to merge 25 commits into from
Closed

Revive this Repository #3

wants to merge 25 commits into from

Commits on Mar 29, 2020

  1. * revive project

    * move create_app.py from spyder repo to this repo
    * create virtualenv requirements
    Ryan Clary committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    9f1755c View commit details
    Browse the repository at this point in the history
  2. * remove superfluous code in create_app.py

    * remove non-essential packages for now; restore when app works
    * include wrapt fixes issue "ModuleNotFoundError: No module named 'wrapt'"
    * include lazy_object_proxy fixes issue "ModuleNotFoundError: No module named 'lazy_object_proxy'"
    * include spyder_kernels fixed previous kernel error
    * include pyls fixed no linting warning
    * Note: everything seems to be working except linting and alignment guides in editor (works with bootstrap)
    Ryan Clary committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    5db1add View commit details
    Browse the repository at this point in the history
  3. * include packages for end user

    * Note: pillow cannot currently be packaged with py2app; see ronaldoussoren/py2app#219. It's possible that compile/install from source may work, but that will have to be deferred.
    Ryan Clary committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    6a1514c View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. * use dmgbuild package to build dmg disk image

    * streamline build process
    Ryan Clary committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    f12a265 View commit details
    Browse the repository at this point in the history
  2. * update readme file with new build instructions

    Ryan Clary committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    0cc55f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Configuration menu
    Copy the full SHA
    291cdea View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. * copy repos instead of symlink so that py2app alias mode works. Note…

    …: internal interpreter won't work in alias mode if using virtualenv
    
    * minimize packages outside Resources/lib/pythonXX.zip
    * parse extra argument '--no-dmg' and make for flexible control of setup execution
    * add option for 'lite' build
    Ryan Clary committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    aa379fa View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. * solved linting and code-folding issue: requires kluge for pkg_resou…

    …rces
    
    * after pyls plugins loaded, resolved further issues by including appropriate packages
    * clean-up PACKAGES
    Ryan Clary committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    347f158 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2020

  1. * required to populate EXCLUDES for proper 'lite' version

    * fixed boolean typo
    Ryan Clary committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    6fd2b23 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. * update build instructions

    Ryan Clary committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    7ef7d8a View commit details
    Browse the repository at this point in the history
  2. * fix issue where class and function selector were not working

    * Note: at present, only supports external interpreters with same python version as internal interpreter.
    Ryan Clary committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    f0830d4 View commit details
    Browse the repository at this point in the history
  3. * include more packages that cannot be zipped

    Ryan Clary committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    a2bcfa4 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

  1. * indicate 'lite' build in dmg name

    Ryan Clary committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    8e7578b View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. * flake8 requires pyflakes<2.2.0

    Ryan Clary committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    8ba6f95 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. * install spyder-kernels and python-language-server from spyder subrepo

    * -e flag required on pip install so that egg-info can be copied to bundle
    Ryan Clary committed May 7, 2020
    Configuration menu
    Copy the full SHA
    981a552 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. * Update dependency versions

    * Force reinstall python-language-server and spyder-kernels
    * Skip egg info if missing
    Ryan Clary committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    0e9284b View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. * clean up PACKAGES option

    Ryan Clary committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    5366343 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. * use shell script to create build environment

    * move subrepo installation to environment creation shell script
    * move copy spyder repo to environment creation shell script
    Note: in future make spyder a subrepo to spyder-mac-app
    Ryan Clary committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    279be1e View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Configuration menu
    Copy the full SHA
    c44b128 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. * make spyder a subrepo

    Ryan Clary committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    cb67bf0 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2020

  1. * change subrepo directory

    Ryan Clary committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    98b4078 View commit details
    Browse the repository at this point in the history
  2. * move spyder dependent installation to create-build-env.sh script

    * spyder-subrepo.sh script only updates subrepo
    Ryan Clary committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    cbbc6ae View commit details
    Browse the repository at this point in the history
  3. * do not install spyder-kernels from subrepo

    Ryan Clary committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    20ac988 View commit details
    Browse the repository at this point in the history
  4. only rebuild environment if -a flag given

    Ryan Clary committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    3eed640 View commit details
    Browse the repository at this point in the history
  5. * revise shell scripts

    Ryan Clary committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    e1ee19f View commit details
    Browse the repository at this point in the history