File: geventreleases.sh

package info (click to toggle)
python-gevent 24.11.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 20,364 kB
  • sloc: python: 138,768; ansic: 87,807; sh: 12,548; makefile: 2,379; javascript: 108
file content (16 lines) | stat: -rwxr-xr-x 389 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/opt/local/bin/bash

# Quick hack script to create many gevent releases.
# Contains hardcoded paths. Probably only works on my (JAM) machine
# (OS X 10.11)

mkdir /tmp/gevent/


./geventrel.sh /usr/local/bin/python3.8
./geventrel.sh /usr/local/bin/python3.9
./geventrel.sh /usr/local/bin/python3.10
./geventrel.sh /usr/local/bin/python3.11
./geventrel.sh /usr/local/bin/python3.12

wait