Skip to content

Commit

Permalink
Merge pull request #17 from regro-cf-autotick-bot/4.1_h49183a
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham authored Dec 17, 2022
2 parents 53fd596 + eb933c9 commit 8e23ff2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{% set name = "pyroma" %}
{% set import = "pyroma" %}
{% set entrypoint = "pyroma" %}
{% set version = "4.0" %}
{% set sha256 = "b41ed0e080fb3aa9a7b8359d0ce7af39bc9b59cb9e7d696c6521f525257cc128" %}
{% set version = "4.1" %}
{% set sha256 = "ff87335abce04efef0749ee63f2a4dbb9a3fa5a1eee285beaaaed65059dca89a" %}

package:
name: {{ name|lower }}
Expand All @@ -20,24 +20,25 @@ build:
- {{ entrypoint }} = {{ import }}:main

requirements:
build:
host:
- python >=3.7
- pip

run:
- docutils
- packaging
- pep517
- pygments
- pygments # Required internally by docutils for readme check to work
- python >=3.7
- python-build
- requests
- setuptools
- wheel
- setuptools >=61.0.0
- trove-classifiers >=2022.6.26

test:
requires:
- flit >=3.4
- pip
- pytest
- setuptools >=60

source_files:
Expand All @@ -52,14 +53,13 @@ test:
- {{ entrypoint }} --help
# Copy the testdata into the expected place, sincei it isn't normally installed with the package
- cp -r $SRC_DIR/{{ import }}/testdata $(python -c 'from pathlib import Path; import {{ import }}; print(Path({{ import }}.__file__).parent)')/testdata
# Run with Pytest instead of Unittest to skip a test that fails when installed, fixed in Pyroma 4.1
- python -b -X dev -m pytest -vv -r a -k "not only_config" --color=yes --pyargs {{ import }}.tests
- python -b -X dev -m unittest -v pyroma.tests

about:
home: https://github.com/regebro/pyroma/
license: MIT
license_file: LICENSE.txt
summary: "Test your project's packaging friendliness"
summary: Test your project's packaging friendliness

extra:
recipe-maintainers:
Expand Down

0 comments on commit 8e23ff2

Please sign in to comment.