-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathmeta.yaml
50 lines (43 loc) · 1.15 KB
/
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
47
48
49
50
{% set version = "69.1.0" %}
package:
name: setuptools
version: {{ version }}
source:
url: https://pypi.io/packages/source/s/setuptools/setuptools-{{ version }}.tar.gz
sha256: 850894c4195f09c4ed30dba56213bf7c3f21d86ed6bdaafb5df5972593bfc401
patches:
# distutils patches from python-feedstock
- patches/0021-Add-d1trimfile-SRC_DIR-to-make-pdbs-more-relocatable.patch
build:
number: 0
noarch: python
requirements:
host:
- python >=3.7
run:
- python >=3.7
test:
imports:
- setuptools
- pkg_resources
about:
home: https://github.com/pypa/setuptools
license: MIT
license_file: LICENSE
license_family: MIT
summary: Download, build, install, upgrade, and uninstall Python packages
description: |
Setuptools is a fully-featured, actively-maintained, and stable library
designed to facilitate packaging Python projects.
doc_url: http://pythonhosted.org/setuptools/
dev_url: https://github.com/pypa/setuptools
doc_source_url: https://github.com/pypa/setuptools/tree/master/docs
extra:
recipe-maintainers:
- xhochy
- rgommers
- jakirkham
- msarahan
- ocefpaf
- nicoddemus
- isuruf