2 Commits

Author SHA1 Message Date
58ef47468e Don't run setup.py directly
All checks were successful
pyzebra CI/CD pipeline / prepare (push) Successful in 1s
pyzebra CI/CD pipeline / test-env (push) Successful in 1m54s
pyzebra CI/CD pipeline / prod-env (push) Has been skipped
pyzebra CI/CD pipeline / cleanup (push) Successful in 1s
https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html
2025-11-05 11:29:02 +01:00
583526e219 Simplify conda-recipe
All checks were successful
pyzebra CI/CD pipeline / prepare (push) Successful in 2s
pyzebra CI/CD pipeline / test-env (push) Successful in 2m5s
pyzebra CI/CD pipeline / prod-env (push) Has been skipped
pyzebra CI/CD pipeline / cleanup (push) Successful in 1s
2025-11-03 15:30:05 +01:00
3 changed files with 1 additions and 4 deletions

View File

@@ -1,2 +0,0 @@
"%PYTHON%" setup.py install --single-version-externally-managed --record=record.txt
if errorlevel 1 exit 1

View File

@@ -1,2 +0,0 @@
#!/bin/bash
$PYTHON setup.py install --single-version-externally-managed --record=record.txt

View File

@@ -8,6 +8,7 @@ source:
path: ..
build:
script: python -m pip install .
noarch: python
number: 0
entry_points: