blob: 0af3c79305e87bf649bf5c50e6bf77f7345aa886 (
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
|
{% set name = 'python-daemon' %}
{% set version = '2.0.5' %}
{% set number = '1' %}
about:
home: http://bitbucket.org/jhunkeler/python-daemon
license: Apache-2
summary: Library to implement a well-behaved Unix daemon process.
build:
number: {{ number }}
package:
name: {{ name }}
version: {{ version }}
requirements:
build:
- docutils
- lockfile
- python {{ python }}
run:
- lockfile
- python
source:
fn: {{ name }}-{{ version }}.tar.gz
md5: 73e7f49f525c51fa4a995aea4d80de41
url: https://pypi.python.org/packages/source/p/python-daemon/{{ name }}-{{ version }}.tar.gz
|