blob: 884191f6a7e0b4044a5a16b573b1c1aa18fbba6d (
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 = 'python-daemon' %}
{% set version = '2.0.5' %}
{% set number = '0' %}
about:
home: https://pagure.io/{{name}}
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 x.x
run:
- lockfile
- python x.x
source:
fn: {{name}}-{{version}}.tar.gz
md5: 73e7f49f525c51fa4a995aea4d80de41
url: https://pypi.python.org/packages/source/p/{{name}}/{{name}}-{{version}}.tar.gz
|