File: cibw-before.sh

package info (click to toggle)
python-evdev 1.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 416 kB
  • sloc: python: 1,400; ansic: 739; makefile: 144; sh: 14
file content (6 lines) | stat: -rwxr-xr-x 133 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/usr/bin/env bash


if [ -n "$PACKAGE_NAME" ]; then
    sed -i -re 's,^(name = ")evdev("),\1'${PACKAGE_NAME}'\2,' pyproject.toml
fi