diff --git a/10.9-libcxx/stable/main/finkinfo/libs/pythonmods/pyproject-api-py.info b/10.9-libcxx/stable/main/finkinfo/libs/pythonmods/pyproject-api-py.info new file mode 100644 index 00000000000..8b6e64b2149 --- /dev/null +++ b/10.9-libcxx/stable/main/finkinfo/libs/pythonmods/pyproject-api-py.info @@ -0,0 +1,40 @@ +# -*- coding: ascii; tab-width: 4 -*- +Info4: << +Package: pyproject-api-py%type_pkg[python] +Version: 1.9.0 +Revision: 1 +Type: python (3.9 3.10) +Description: Python providing api to pyproject for tox +License: BSD +Homepage: https://pypi.org/project/pyproject-api +Maintainer: Scott Hannahs + +Source: https://files.pythonhosted.org/packages/source/p/pyproject_api/pyproject_api-%v.tar.gz +Source-Checksum: SHA256(7e8a9854b2dfb49454fae421cb86af43efbb2b2454e5646ffb7623540321ae6e) + +Depends: << + python%type_pkg[python] +<< +BuildDepends: << + bootstrap-modules-py%type_pkg[python], + setuptools-tng-py%type_pkg[python] +<< + +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: << + pytest-py%type_pkg[python] (>= 4.3.0) + << + TestScript: << + PYTHONPATH=%b/src %p/bin/python%type_raw[python] -m pytest -k "not(test_eventlet_spawn_n_bug)" -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: CODE_OF_CONDUCT.md LICENSE PKG-INFO README.md +<<