blob: aa148fa8631df5d705ec0e6f49204700c260f4c2 (
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
|
{% set name = 'd2to1' %}
{% set version = '0.2.12' %}
{% set number = '0' %}
about:
home: https://github.com/embray/{{ name }}
license: BSD
summary: |
Allows using distutils2-like setup.cfg files for package metadata
with a distribute/setuptools setup.py
build:
number: {{ number }}
package:
name: {{ name }}
version: {{ version }}
requirements:
build:
- setuptools
- python x.x
run:
- setuptools
- python x.x
source:
git_tag: {{ version }}
git_url: https://github.com/embray/{{ name }}.git
|