Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
conda
Commits
ceccc7cd
Commit
ceccc7cd
authored
Jan 10, 2019
by
Samuel GAIST
Browse files
Add recipe for pytest-qt
parent
8275df9d
Pipeline
#25821
passed with stage
in 35 minutes
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
conda/pytest-qt/meta.yaml
0 → 100644
View file @
ceccc7cd
{
%
set name = "pytest-qt" %
}
{
%
set version = "3.2.2" %
}
{
%
set file_ext = "tar.gz" %
}
{
%
set hash_type = "sha256" %
}
{
%
set hash_value = "f6ecf4b38088ae1092cbd5beeaf714516d1f81f8938626a2eac546206cdfe7fa" %
}
package
:
name
:
'
{{
name|lower
}}'
version
:
'
{{
version
}}'
source
:
fn
:
'
{{
name
}}-{{
version
}}.{{
file_ext
}}'
url
:
https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.{{ file_ext }}
'
{{
hash_type
}}'
:
'
{{
hash_value
}}'
build
:
number
:
0
script
:
"
{{
PYTHON
}}
-m
pip
install
.
--no-deps
--ignore-installed
--no-cache-dir
-vvv"
requirements
:
host
:
-
pip
-
python
-
setuptools
-
setuptools_scm
run
:
-
python
-
pytest >=2.7.0
test
:
requires
:
-
pyqt 5.*
-
pytest
imports
:
-
pytestqt
commands
:
-
py.test --help
about
:
home
:
http://github.com/pytest-dev/pytest-qt
license
:
MIT
license_family
:
MIT
summary
:
pytest support for PyQt and PySide applications
doc_url
:
http://pytest-qt.readthedocs.io/en/latest/
dev_url
:
https://github.com/pytest-dev/pytest-qt
extra
:
recipe-maintainers
:
sgaist
scripts/build.sh
View file @
ceccc7cd
...
...
@@ -54,6 +54,7 @@ PACKAGES+=('conda/importlib-metadata')
PACKAGES+
=(
'conda/importlib-resources'
)
PACKAGES+
=(
'conda/nodeenv'
)
PACKAGES+
=(
'conda/pre-commit'
)
PACKAGES+
=(
'conda/pytest-qt'
)
current
=
0
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment