Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions py3-click.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,22 @@ update:
enabled: true
github:
identifier: pallets/click

test:
environment:
contents:
packages:
- busybox
pipeline:
- runs: |
LIBRARY="click"
IMPORT_STATEMENT="import click"

if ! python -c "$IMPORT_STATEMENT"; then
echo "Failed to import library '$LIBRARY'."
python -c "$IMPORT_STATEMENT" 2>&1
exit 1
else
echo "Library '$LIBRARY' is installed and can be imported successfully."
exit 0
fi
19 changes: 19 additions & 0 deletions py3-cloudpickle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,22 @@ update:
strip-prefix: v
use-tag: true
tag-filter: v

test:
environment:
contents:
packages:
- busybox
pipeline:
- runs: |
LIBRARY="cloudpickle"
IMPORT_STATEMENT="import cloudpickle"

if ! python -c "$IMPORT_STATEMENT"; then
echo "Failed to import library '$LIBRARY'."
python -c "$IMPORT_STATEMENT" 2>&1
exit 1
else
echo "Library '$LIBRARY' is installed and can be imported successfully."
exit 0
fi
19 changes: 19 additions & 0 deletions py3-cmaes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,22 @@ update:
github:
identifier: CyberAgentAILab/cmaes
strip-prefix: v

test:
environment:
contents:
packages:
- busybox
pipeline:
- runs: |
LIBRARY="cmaes"
IMPORT_STATEMENT="from cmaes import CMA"

if ! python -c "$IMPORT_STATEMENT"; then
echo "Failed to import library '$LIBRARY'."
python -c "$IMPORT_STATEMENT" 2>&1
exit 1
else
echo "Library '$LIBRARY' is installed and can be imported successfully."
exit 0
fi
19 changes: 19 additions & 0 deletions py3-codeowners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,22 @@ update:
manual: true
github:
identifier: sbdchd/codeowners

test:
environment:
contents:
packages:
- busybox
pipeline:
- runs: |
LIBRARY="codeowners"
IMPORT_STATEMENT="from codeowners import CodeOwners"

if ! python -c "$IMPORT_STATEMENT"; then
echo "Failed to import library '$LIBRARY'."
python -c "$IMPORT_STATEMENT" 2>&1
exit 1
else
echo "Library '$LIBRARY' is installed and can be imported successfully."
exit 0
fi
2 changes: 1 addition & 1 deletion py3-codespell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package:
name: py3-codespell
version: 2.2.6
epoch: 0
description: "checker for common misspellings "
description: 'checker for common misspellings '
copyright:
- license: GPL-2.0-or-later

Expand Down
21 changes: 20 additions & 1 deletion py3-colorama.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package:
name: py3-colorama
version: 0.4.6
epoch: 3
description: "Simple cross-platform colored terminal text"
description: Simple cross-platform colored terminal text
copyright:
- license: BSD-3-Clause
dependencies:
Expand Down Expand Up @@ -49,3 +49,22 @@ update:
github:
identifier: tartley/colorama
use-tag: true

test:
environment:
contents:
packages:
- busybox
pipeline:
- runs: |
LIBRARY="colorama"
IMPORT_STATEMENT="import colorama"

if ! python -c "$IMPORT_STATEMENT"; then
echo "Failed to import library '$LIBRARY'."
python -c "$IMPORT_STATEMENT" 2>&1
exit 1
else
echo "Library '$LIBRARY' is installed and can be imported successfully."
exit 0
fi
19 changes: 19 additions & 0 deletions py3-colorlog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,22 @@ update:
github:
identifier: borntyping/python-colorlog
strip-prefix: v

test:
environment:
contents:
packages:
- busybox
pipeline:
- runs: |
LIBRARY="colorlog"
IMPORT_STATEMENT="import colorlog"

if ! python -c "$IMPORT_STATEMENT"; then
echo "Failed to import library '$LIBRARY'."
python -c "$IMPORT_STATEMENT" 2>&1
exit 1
else
echo "Library '$LIBRARY' is installed and can be imported successfully."
exit 0
fi
21 changes: 20 additions & 1 deletion py3-configobj.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package:
epoch: 1
description: Config file reading, writing and validation.
copyright:
- license: BSD (2 clause)
- license: BSD-2-Clause
dependencies:
runtime:
- py3-six
Expand Down Expand Up @@ -42,3 +42,22 @@ update:
identifier: DiffSK/configobj
strip-prefix: v
use-tag: true

test:
environment:
contents:
packages:
- busybox
pipeline:
- runs: |
LIBRARY="configobj"
IMPORT_STATEMENT="from configobj import ConfigObj"

if ! python -c "$IMPORT_STATEMENT"; then
echo "Failed to import library '$LIBRARY'."
python -c "$IMPORT_STATEMENT" 2>&1
exit 1
else
echo "Library '$LIBRARY' is installed and can be imported successfully."
exit 0
fi
21 changes: 20 additions & 1 deletion py3-contextlib2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package:
name: py3-contextlib2
version: 21.6.0
epoch: 4
description: "backports of the contextlib module from newer versions of python"
description: backports of the contextlib module from newer versions of python
copyright:
- license: PSF-2.0 AND Apache-2.0
dependencies:
Expand Down Expand Up @@ -37,3 +37,22 @@ update:
enabled: true
release-monitor:
identifier: 6215

test:
environment:
contents:
packages:
- busybox
pipeline:
- runs: |
LIBRARY="contextlib2"
IMPORT_STATEMENT="import contextlib2"

if ! python -c "$IMPORT_STATEMENT"; then
echo "Failed to import library '$LIBRARY'."
python -c "$IMPORT_STATEMENT" 2>&1
exit 1
else
echo "Library '$LIBRARY' is installed and can be imported successfully."
exit 0
fi
19 changes: 19 additions & 0 deletions py3-contourpy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,22 @@ update:
github:
identifier: contourpy/contourpy
strip-prefix: v

test:
environment:
contents:
packages:
- busybox
pipeline:
- runs: |
LIBRARY="contourpy"
IMPORT_STATEMENT="import contourpy"

if ! python -c "$IMPORT_STATEMENT"; then
echo "Failed to import library '$LIBRARY'."
python -c "$IMPORT_STATEMENT" 2>&1
exit 1
else
echo "Library '$LIBRARY' is installed and can be imported successfully."
exit 0
fi