File: build.sh

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


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