Giter VIP home page Giter VIP logo

skijumpdesign-feedstock's Issues

noarch doesn't seem to create the windows entry point

Issue: On unix, after install, the user can simply type skijumpdesign to launch the web app, but on windows the entry point is not on the path, so the user must type the full path.


Environment (conda list):
$ conda list


Details about conda and system ( conda info ):
$ conda info

I installed the package on windows but the entry point is not present. I think that the skijumpdesign.exe file is not created with the noarch specification because it builds on linux.

entry_point fails with syntax error on mac

Issue:

(ski) Yumikos-MacBook-Air:~ yumberry$ skijumpdesign
  File "/Users/yumberry/anaconda/envs/ski/bin/skijumpdesign", line 5
    from skijumpdesignapp import app.run_server
                                    ^
SyntaxError: invalid syntax
(ski) Yumikos-MacBook-Air:~ yumberry$ cat /Users/yumberry/anaconda/envs/ski/bin/skijumpdesign 
#!/Users/yumberry/anaconda/envs/ski/bin/python3.6
# -*- coding: utf-8 -*-
if __name__ == '__main__':
    from sys import exit
    from skijumpdesignapp import app.run_server
    exit(app.run_server())

note that skijumpdesignapp is a module, app is an object, and run_server() a method on app.


Environment (conda list):
$ conda list

(ski) Yumikos-MacBook-Air:~ yumberry$ conda list
# packages in environment at /Users/yumberry/anaconda/envs/ski:
#
# Name                    Version                   Build  Channel
asn1crypto                0.24.0                   py36_0  
blas                      1.0                         mkl  
ca-certificates           2018.03.07                    0  
certifi                   2018.4.16                py36_0  
cffi                      1.11.5           py36h342bebf_0  
chardet                   3.0.4            py36h96c241c_1  
click                     6.7              py36hec950be_0  
cryptography              2.2.2            py36h1de35cc_0  
cycler                    0.10.0           py36hfc81398_0  
cython                    0.28.2           py36h1de35cc_0  
dash                      0.21.1                     py_1    conda-forge
dash-core-components      0.22.1                     py_0    conda-forge
dash-html-components      0.10.1                     py_0    conda-forge
dash-renderer             0.12.1                     py_1    conda-forge
decorator                 4.3.0                    py36_0  
fastcache                 1.0.2            py36h1de35cc_2  
flask                     1.0.2                    py36_1  
flask-compress            1.4.0                      py_0    conda-forge
freetype                  2.8                  h12048fb_1  
gmp                       6.1.2                hb37e062_1  
gmpy2                     2.0.8            py36hf9c35bd_2  
idna                      2.6              py36h8628d0a_1  
intel-openmp              2018.0.0                      8  
ipython_genutils          0.2.0            py36h241746c_0  
itsdangerous              0.24             py36h49fbb8d_1  
jinja2                    2.10             py36hd36f9c5_0  
jsonschema                2.6.0            py36hb385e00_0  
jupyter_core              4.4.0            py36h79cf704_0  
kiwisolver                1.0.1            py36h792292d_0  
libcxx                    4.0.1                h579ed51_0  
libcxxabi                 4.0.1                hebd6815_0  
libedit                   3.1.20170329         hb402a30_2  
libffi                    3.2.1                h475c297_4  
libgfortran               3.0.1                h93005f0_2  
libopenblas               0.2.20               hdc02c5d_4  
libpng                    1.6.34               he12f830_0  
markupsafe                1.0              py36h3a1e703_1  
matplotlib                2.2.2            py36ha7267d0_0  
mkl                       2018.0.2                      1  
mkl_fft                   1.0.1            py36h917ab60_0  
mkl_random                1.0.1            py36h78cc56f_0  
mpc                       1.0.3                h7a72875_5  
mpfr                      3.1.5                h711e7fd_2  
mpmath                    1.0.0            py36hf1b8295_2  
nbformat                  4.4.0            py36h827af21_0  
ncurses                   6.1                  h0a44026_0  
numpy                     1.14.3           py36h9bb19eb_1  
numpy-base                1.14.3           py36h479e554_1  
openssl                   1.0.2o               h26aff7b_0  
pip                       10.0.1                   py36_0  
plotly                    2.6.0                    py36_0  
pycparser                 2.18             py36h724b2fc_1  
pyopenssl                 18.0.0                   py36_0  
pyparsing                 2.2.0            py36hb281f35_0  
pysocks                   1.6.8                    py36_0  
python                    3.6.5                hc167b69_1  
python-dateutil           2.7.3                    py36_0  
pytz                      2018.4                   py36_0  
readline                  7.0                  hc1231fa_4  
requests                  2.18.4           py36h4516966_1  
scipy                     1.1.0            py36hcaad992_0  
setuptools                39.1.0                   py36_0  
six                       1.11.0           py36h0e22d5e_1  
skijumpdesign             1.2.0                      py_1    conda-forge
sqlite                    3.23.1               hf1716c9_0  
sympy                     1.1.1            py36h7f3cf04_0  
tk                        8.6.7                h35a86e2_3  
tornado                   5.0.2                    py36_0  
traitlets                 4.3.2            py36h65bd3ce_0  
urllib3                   1.22             py36h68b9469_0  
werkzeug                  0.14.1                   py36_0  
wheel                     0.31.1                   py36_0  
xz                        5.2.4                h1de35cc_4  
zlib                      1.2.11               hf3cbc9b_2 

Details about conda and system ( conda info ):
$ conda info
(ski) Yumikos-MacBook-Air:~ yumberry$ conda info

     active environment : ski
    active env location : /Users/yumberry/anaconda/envs/ski
            shell level : 1
       user config file : /Users/yumberry/.condarc
 populated config files : 
          conda version : 4.5.4
    conda-build version : 3.10.4
         python version : 2.7.15.final.0
       base environment : /Users/yumberry/anaconda  (writable)
           channel URLs : https://repo.anaconda.com/pkgs/main/osx-64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/free/osx-64
                          https://repo.anaconda.com/pkgs/free/noarch
                          https://repo.anaconda.com/pkgs/r/osx-64
                          https://repo.anaconda.com/pkgs/r/noarch
                          https://repo.anaconda.com/pkgs/pro/osx-64
                          https://repo.anaconda.com/pkgs/pro/noarch
          package cache : /Users/yumberry/anaconda/pkgs
                          /Users/yumberry/.conda/pkgs
       envs directories : /Users/yumberry/anaconda/envs
                          /Users/yumberry/.conda/envs
               platform : osx-64
             user-agent : conda/4.5.4 requests/2.18.4 CPython/2.7.15 Darwin/17.5.0 OSX/10.13.4
                UID:GID : 501:20
             netrc file : None
           offline mode : False
 

skijump.css is not packaged in the binary

Issue:

The distribution has dist_root/static/skijump.css which conda places into the tar ball's top level but it needs to be in tarball.gz/site-packages/static/skijump.css.


Environment (conda list):
$ conda list


Details about conda and system ( conda info ):
$ conda info

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.