Skip to content

Commit

Permalink
Add Conda recipe for py3Dmol
Browse files Browse the repository at this point in the history
  • Loading branch information
amarkpayne committed Jul 9, 2018
1 parent b9ead1f commit 40866ad
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
10 changes: 10 additions & 0 deletions py3dmol/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash

pip install --no-deps https://files.pythonhosted.org/packages/f8/8a/4cf31928a03b13f30e8b00134565990331087145f6e5248fd1bd7dcc2631/py3Dmol-0.7.2-py2.py3-none-any.whl


# Add more build steps here, if they are necessary.

# See
# http://docs.continuum.io/conda/build.html
# for a list of environment variables that are set during the build process.
23 changes: 23 additions & 0 deletions py3dmol/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# This file created for conda-build 3.10.9
#
# ------------------------------------------------

package:
name: py3dmol
version: '0.7.2'

requirements:
build:
- python
run:
- python
- IPython
test:
imports:
- py3Dmol
about:
home: https://github.com/3dmol/3Dmol.js/tree/master/py3Dmol
license: MIT
summary: A simple IPython/Jupyter widget to embed an interactive 3Dmol.js viewer in a notebook.


0 comments on commit 40866ad

Please sign in to comment.