blob: a88fbf60b466ada324817c0ffb27592036207a7c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
about:
home: http://example.com/cbc_test_package
license: GPL
summary: cbc_test_package is a test package
build:
number: '0'
package:
name: cbc_test_package
version: 1.0.0
requirements:
build:
- setuptools
- python x.x
run:
- python x.x
source:
fn: cbc_test_package-1.0.0.tar.gz
url:
- https://bitbucket.org/jhunkeler/cbc-recipes/downloads/cbc_test_package-1.0.0.tar.gz
test:
imports:
- cbc_test_package
|