File: meta.yaml

package info (click to toggle)
python-zstandard 0.24.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,912 kB
  • sloc: ansic: 42,099; python: 8,683; makefile: 22; sh: 14
file content (32 lines) | stat: -rw-r--r-- 444 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{% set data = load_setup_py_data() %}

package:
  name: zstandard
  version: "{{ data.get('version') }}"

source:
  path: ../../

requirements:
  build:
    - python
    - setuptools

  run:
    - python

test:
  requires:
    - pytest

  source_files:
    - tests/

  commands:
    - pytest -v

about:
  home: https://github.com/indygreg/python-zstandard
  license: BSD License
  summary: 'Zstandard bindings for Python'
  license_family: BSD