build: python · node · ruby
python
pyproject.toml / setup.py – runs pip install --user.
node
package.json – npm install then npm run build if present.
ruby
.gemspec or Rakefile – runs gem build / rake install.
source-based package manager · v1.3
pyproject.toml / setup.py – runs pip install --user.
package.json – npm install then npm run build if present.
.gemspec or Rakefile – runs gem build / rake install.