diff options
author | Joe Hunkeler <jhunk@stsci.edu> | 2016-03-23 17:00:53 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-19 11:17:20 -0400 |
commit | f46565fe6f3eefd6a8eb1cec7179164f2800b042 (patch) | |
tree | b57ece5acd84c9a8c9235818b975a439c8ae3df9 /python-daemon/meta.yaml | |
download | astroconda-dev-f46565fe6f3eefd6a8eb1cec7179164f2800b042.tar.gz |
Initial commit
Diffstat (limited to 'python-daemon/meta.yaml')
-rw-r--r-- | python-daemon/meta.yaml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/python-daemon/meta.yaml b/python-daemon/meta.yaml new file mode 100644 index 0000000..a508a74 --- /dev/null +++ b/python-daemon/meta.yaml @@ -0,0 +1,22 @@ +about: + home: http://bitbucket.org/jhunkeler/python-daemon + license: Apache-2 + summary: Library to implement a well-behaved Unix daemon process. +build: + number: '0' +package: + name: python-daemon + version: 2.0.5 +requirements: + build: + - docutils + - lockfile + - python x.x + run: + - lockfile + - python x.x +source: + fn: python-daemon-2.0.5.tar.gz + md5: 73e7f49f525c51fa4a995aea4d80de41 + url: + - https://pypi.python.org/packages/source/p/python-daemon/python-daemon-2.0.5.tar.gz |