Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# -*- coding: ascii; tab-width: 4 -*-
Info4: <<
Package: cachetools-py%type_pkg[python]
Version: 5.5.2
Revision: 2
Type: python (3.7 3.8 3.9 3.10)
Description: Provides memoizing collections and decorators
License: BSD
Homepage: https://pypi.org/project/cachetools
Maintainer: Scott Hannahs <shannahs@users.sourceforge.net>

Source: https://files.pythonhosted.org/packages/source/c/cachetools/cachetools-%v.tar.gz
Source-Checksum: SHA256(1a661caa9175d26759571b2e19580f9d6393969e5dfca11fdb1f947a23e640d4)

Depends: <<
python%type_pkg[python],
types-cachetools-py%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 -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: CHANGELOG.rst LICENSE PKG-INFO README.rst
DescDetail: <<
This module provides various memoizing collections
and decorators, including variants of the Python
Standard Library's @lru_cache function decorator.
<<
#Info4
<<