-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmeta.yaml
46 lines (39 loc) · 954 Bytes
/
meta.yaml
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
36
37
38
39
40
41
42
43
44
45
46
{% set name = "pdfminer-six" %}
{% set version = "20240706" %}
{% set python_min = "3.8" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/pdfminer.six-{{ version }}.tar.gz
sha256: c631a46d5da957a9ffe4460c5dce21e8431dabb615fee5f9f4400603a58d95a6
build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0
requirements:
host:
- python {{ python_min }}
- setuptools
- setuptools-git-versioning <3
- pip
run:
- python >={{ python_min }}
- charset-normalizer >=2.0.0
- cryptography >=36.0.0
test:
imports:
- pdfminer
commands:
- pip check
requires:
- python {{ python_min }}
- pip
about:
home: https://github.com/pdfminer/pdfminer.six
summary: PDF parser and analyzer
license: MIT
license_file: LICENSE
extra:
recipe-maintainers:
- sarthakpati