# This file created by conda-build 3.23.3 # meta.yaml template originally from: # /home/conda/recipe_root, last modified Wed Dec 21 14:20:52 2022 # ------------------------------------------------ package: name: attrs version: 22.2.0 source: fn: attrs-22.2.0.tar.gz sha256: c9227bfc2f01993c03f68db37d1d15c9690188323c067c641f1a35ca58185f99 url: https://pypi.io/packages/source/a/attrs/attrs-22.2.0.tar.gz build: noarch: python number: '0' script: python -m pip install . --no-deps --ignore-installed string: pyh71513ae_0 requirements: host: - _libgcc_mutex 0.1 conda_forge - _openmp_mutex 4.5 2_gnu - bzip2 1.0.8 h7f98852_4 - ca-certificates 2022.12.7 ha878542_0 - ld_impl_linux-64 2.39 hcc3a1bd_1 - libffi 3.4.2 h7f98852_5 - libgcc-ng 12.2.0 h65d4601_19 - libgomp 12.2.0 h65d4601_19 - libnsl 2.0.0 h7f98852_0 - libsqlite 3.40.0 h753d276_0 - libuuid 2.32.1 h7f98852_1000 - libzlib 1.2.13 h166bdaf_4 - ncurses 6.3 h27087fc_1 - openssl 3.0.7 h0b41bf4_1 - pip 22.3.1 pyhd8ed1ab_0 - python 3.11.0 ha86cf86_0_cpython - readline 8.1.2 h0f457ee_0 - setuptools 65.6.3 pyhd8ed1ab_0 - tk 8.6.12 h27826a3_0 - tzdata 2022g h191b570_0 - wheel 0.38.4 pyhd8ed1ab_0 - xz 5.2.6 h166bdaf_0 run: - python >=3.5 test: imports: - attr requires: - coverage - hypothesis - pympler - six about: description: 'attrs is the Python package that will bring back the joy of writing classes by relieving you from the drudgery of implementing object protocols (aka dunder methods). Its main goal is to help you to write concise and correct software without slowing down your code. For that, it gives you a class decorator and a way to declaratively define the attributes on that class: ' dev_url: https://github.com/python-attrs/attrs doc_url: https://attrs.readthedocs.io/en/stable/ home: https://attrs.readthedocs.io/en/stable/ license: MIT license_family: MIT license_file: LICENSE summary: attrs is the Python package that will bring back the joy of writing classes by relieving you from the drudgery of implementing object protocols (aka dunder methods). extra: copy_test_source_files: true final: true recipe-maintainers: - CJ-Wright - jochym - licode - nicoddemus