blob: 599a1db0ee6bc83187ec3502b787df0a101e7e58 (
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
|
about:
home: http://bitbucket.org/jhunkeler/htc_utils
license: GPL
readme: README.md
summary: htc_utils is a homebrew set of HTCondor wrappers
build:
number: '0'
package:
name: htc_utils
version: '0.1'
requirements:
build:
- argparse [py26]
- setuptools
- python x.x
run:
- argparse [py26]
- python x.x
source:
git_url: https://bitbucket.org/jhunkeler/htc_utils
test:
imports:
- htc_utils
|