Skip to content
Snippets Groups Projects
Commit a03e61ad authored by Daniel Lyons's avatar Daniel Lyons
Browse files

Add zc.buildout to the conda support packages

parent 9100c4d9
No related branches found
No related tags found
No related merge requests found
{% set name = "zc.buildout" %}
{% set version = "2.13.2" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: 5dd4de86dda684c46ef8ee9cc84e335ca7f6275d4363a684de82225270d1e328
build:
noarch: python
number: 0
entry_points:
- buildout=zc.buildout.buildout:main
script: "{{ PYTHON }} -m pip install . -vv"
requirements:
host:
- pip
- python
- setuptools >=8.0
run:
- python
- setuptools >=8.0
test:
imports:
- zc
- zc.buildout
commands:
- buildout --help
about:
home: "http://buildout.org"
license: Zope Public
license_family: OTHER
license_file:
summary: "System for managing development buildouts"
doc_url:
dev_url:
extra:
recipe-maintainers:
- your-github-id-here
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment