how-lix-os-pkgs/py3-ordered-set/default/inst.sh

6 lines
171 B
Bash
Executable File

#!/bin/sh
cp -r ordered_set.egg-info $PY3PKGS/ordered_set-$version-py$PY3VER.egg-info
cp -r ordered_set.py $PY3PKGS/
python3 -m compileall -f -q $PY3PKGS/ordered_set.py