File: build.sh

package info (click to toggle)
python-pyspoa 0.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 164 kB
  • sloc: python: 148; sh: 55; makefile: 37; cpp: 35
file content (5 lines) | stat: -rw-r--r-- 105 bytes parent folder | download | duplicates (2)
1
2
3
4
5
#!/bin/bash


${PYTHON} -m pip wheel . -w dist
${PYTHON} -m pip install . --no-deps --ignore-install -vv