# -*- coding: ascii; tab-width: 4 -*- Info4: << Package: importlib-resources-py%type_pkg[python] Version: 5.12.0 Revision: 1 # python3.9+ has 1.3+ built-in, but some things might need newer Type: python (3.7 3.8 3.9 3.10) Description: Read resources from Python packages DescDetail: << importlib-resources is a backport of Python standard library importlib.resources module for older Pythons. importlib.resources module for Python 3.7 through 3.8. Users of Python 3.9 and beyond should use the standard library module, since for these versions, importlib-resources just delegates to that module. << Maintainer: Daniel Johnson License: BSD Homepage: http://importlib-resources.readthedocs.io/ Source: https://files.pythonhosted.org/packages/source/i/importlib_resources/importlib_resources-%v.tar.gz Source-Checksum: SHA256(4be82589bf5c1d7999aedf2a45159d10cb3ca4f19b2271f8792bc8e6da7b22f6) Depends: << python%type_pkg[python], (%type_pkg[python] = 37) zipp-py%type_pkg[python] (>= 3.1.0), (%type_pkg[python] = 38) zipp-py%type_pkg[python] (>= 3.1.0), (%type_pkg[python] = 39) zipp-py%type_pkg[python] (>= 3.1.0) << BuildDepends: << fink (>= 0.32), bootstrap-modules-py%type_pkg[python], setuptools-scm-py%type_pkg[python] (>= 3.4.1), setuptools-tng-py%type_pkg[python] (>= 56) << CompileScript: << PYTHONPATH=%p/share/bootstrap-modules-python%type_pkg[python] %p/bin/python%type_raw[python] -m build --wheel --no-isolation --skip-dependency-check << #InfoTest: << # TestDepends: << # flake8-py%type_pkg[python], # pytest-black-py%type_pkg[python], # pytest-checkdocs-py%type_pkg[python], # pytest-cov-py%type_pkg[python], # pytest-enabler-py%type_pkg[python], # pytest-flake8-py%type_pkg[python], # pytest-mypy-py%type_pkg[python], # pytest-py%type_pkg[python] # << # TestScript: << # %p/bin/python%type_raw[python] -m pytest || exit 2 # << #<< InstallScript: << PYTHONPATH=%p/share/bootstrap-modules-python%type_pkg[python] %p/bin/python%type_raw[python] -m installer --destdir %d dist/*.whl << DocFiles: LICENSE README.rst # Info4 <<