summaryrefslogtreecommitdiff
path: root/pypdf2/meta.yaml
blob: d1fc84c3e6ab0a57f1f83e08a9f1e70ecd3a5536 (plain) (blame)
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
33
34
35
{% set name = "PyPDF2" %}
{% set version = "1.26.0" %}

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

source:
  url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
  sha256: e28f902f2f0a1603ea95ebe21dff311ef09be3d0f0ef29a3e44a932729564385

build:
  number: 3
  script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vv"

requirements:
  host:
    - python
    - pip
  run:
    - python

test:
  imports:
    - PyPDF2

about:
  home: http://mstamy2.github.com/PyPDF2
  license: BSD-3-Clause
  # LICENSE not in MANIFEST.in - see https://github.com/mstamy2/PyPDF2/pull/288
  license_file: LICENSE
  license_family: BSD
  summary: 'A utility to read and write PDFs with Python'
  doc_url: http://pybrary.net/pyPdf/pythondoc-pyPdf.pdf.html
  dev_url: https://github.com/mstamy2/PyPDF2/