{% set version = "5.7.1" %}
package:
name: traitlets
version: {{ version }}
source:
url: https://pypi.io/packages/source/t/traitlets/traitlets-{{ version }}.tar.gz
sha256: fde8f62c05204ead43c2c1b9389cfc85befa7f54acb5da28529d671175bb4108
build:
number: 0
script: {{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv
requirements:
host:
- python
- pip
- wheel
- hatchling
run:
- python
test:
imports:
- traitlets
- traitlets.config
requires:
- pip
- python
commands:
- pip check
about:
home: http://traitlets.readthedocs.org/
license: BSD-3-Clause
license_family: BSD
license_file: COPYING.md
summary: Configuration system for Python applications
description: |
Traitlets is a framework that lets Python classes have attributes with
type checking, dynamically calculated default values, and "on change"
callbacks.
dev_url: https://github.com/ipython/traitlets
doc_url: https://traitlets.readthedocs.org/en/stable/
doc_source_url: https://github.com/ipython/traitlets/blob/master/docs/source/index.rst
extra:
recipe-maintainers:
- jakirkham
- pelson
- minrk
- SylvainCorlay
- ocefpaf
- Carreau
- takluyver
- rmorshea
- blink1073
- zsailer