File: cibw-before.sh

package info (click to toggle)
python-evdev 1.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 416 kB
  • sloc: python: 1,388; ansic: 739; makefile: 142; sh: 14
file content (6 lines) | stat: -rwxr-xr-x 133 bytes parent folder | download
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