mirror of https://github.com/pyodide/pyodide.git
Add package freesasa and add biopython missing requirement (#696)
This commit is contained in:
parent
53235e28b7
commit
69f65d3e4e
|
@ -4,6 +4,9 @@ package:
|
|||
source:
|
||||
sha256: 5060e4ef29c2bc214749733634051be5b8d11686c6590fa155c3443dcaa89906
|
||||
url: https://files.pythonhosted.org/packages/33/55/becf2b99556588d22b542f3412990bfc79b674e198d9bc58f7bbc333439e/biopython-1.75.tar.gz
|
||||
requirements:
|
||||
run:
|
||||
- numpy
|
||||
test:
|
||||
imports:
|
||||
- Bio
|
||||
- Bio
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
package:
|
||||
name: freesasa
|
||||
version: 2.0.5.post2
|
||||
source:
|
||||
sha256: 742ab294028ca3892bb3d6c36d59f7c4f3874357571d4cd3cb0705d2f98a201f
|
||||
url: https://files.pythonhosted.org/packages/2b/99/a3e11d5cfe3e8f54ff721acfa75fa62a97ffc572a2b4ba6bfb022cc02526/freesasa-2.0.5.post2.tar.gz
|
||||
test:
|
||||
imports:
|
||||
- freesasa
|
Loading…
Reference in New Issue