{% set version = "23.0" %} package: name: packaging version: {{ version }} source: url: https://pypi.io/packages/source/p/packaging/packaging-{{ version }}.tar.gz sha256: b6ad297f8907de0fa2fe1ccbd26fdaf387f5f47c7275fedf8cce89f99446cf97 build: number: 0 noarch: python script: {{ PYTHON }} -m pip install . --no-deps -vv requirements: host: - python >=3.7 - flit >=3.3 - pip run: - python >=3.7 test: requires: - pip imports: - packaging commands: - pip check about: home: https://github.com/pypa/packaging license: Apache-2.0 license_file: LICENSE summary: Core utilities for Python packages extra: recipe-maintainers: - jakirkham - nicoddemus