# -*- coding: ascii; tab-width: 4 -*- Info2: << Package: zipp-py%type_pkg[python] Version: 3.15.0 Revision: 1 Type: python (3.7) Description: Pathlib object wrapper for zip files DescDetail: << A pathlib-compatible Zipfile object wrapper. A backport of the Path object. << Maintainer: Daniel Johnson License: BSD Homepage: https://pypi.org/project/zipp Source: https://files.pythonhosted.org/packages/source/z/zipp/zipp-%v.tar.gz Source-Checksum: SHA256(112929ad649da941c23de50f356a2b5570c954b65150642bccdd66bf194d224b) Depends: << python%type_pkg[python], more-itertools-py%type_pkg[python] << BuildDepends: << bootstrap-modules-py%type_pkg[python], setuptools-tng-py%type_pkg[python], setuptools-scm-py%type_pkg[python] (>= 3.4.1) << 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: << # jaraco.functools-py%type_pkg[python], # jaraco.itertools-py%type_pkg[python], # pytest-py%type_pkg[python], # pytest-cov-py%type_pkg[python], # pytest-enabler-py%type_pkg[python], # pytest-ruff-py%type_pkg[python] # << # TestScript: PYTHONPATH=%b %p/bin/python%type_raw[python] -m pytest -vv || 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 <<