Skip to content

Commit

Permalink
Merge pull request #28818 from paulcbogdan/main
Browse files Browse the repository at this point in the history
Add pkld
  • Loading branch information
synapticarbors authored Jan 20, 2025
2 parents 821348c + bc3e93f commit a57aa1d
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions recipes/pkld/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{% set name = "pkld" %}
{% set version = "1.0.2" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/pkld-{{ version }}.tar.gz
sha256: d7b7285a85e46de527c2f6eb0f6ccc848f97ae0d125d03da2b8707865992879e

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 0

requirements:
host:
- python {{ python_min }}
- pip
- setuptools
run:
- python >={{ python_min }}
- filelock

test:
imports:
- pkld
commands:
- pip check
requires:
- pip
- python {{ python_min }}

about:
home: https://github.com/shobrook/pkld
summary: Persistent caching for Python functions
license: MIT
license_file: LICENSE

extra:
recipe-maintainers:
- paulcbogdan

0 comments on commit a57aa1d

Please sign in to comment.