mirror of https://github.com/pyodide/pyodide.git
20 lines
688 B
YAML
20 lines
688 B
YAML
![]() |
package:
|
||
|
name: bcrypt
|
||
|
version: 4.0.0
|
||
|
top-level:
|
||
|
- bcrypt
|
||
|
source:
|
||
|
url: https://files.pythonhosted.org/packages/99/f2/b71b9b5b2400fffac7d42c560ac89f302c4d8e328337b2f05f0a4d9e590d/bcrypt-4.0.0.tar.gz
|
||
|
sha256: c59c170fc9225faad04dde1ba61d85b413946e8ce2e5f5f5ff30dfd67283f319
|
||
|
patches:
|
||
|
- patches/0001-Use-patched-instant.patch
|
||
|
build:
|
||
|
script: |
|
||
|
source $CARGO_HOME/env
|
||
|
git clone --depth 1 https://github.com/hoodmane/instant.git --branch emscripten-no-leading-underscore
|
||
|
about:
|
||
|
home: https://github.com/pyca/bcrypt/
|
||
|
PyPI: https://pypi.org/project/bcrypt
|
||
|
summary: Modern password hashing for your software and your servers
|
||
|
license: Apache License, Version 2.0
|