diff options
author | Joe Hunkeler <jhunk@stsci.edu> | 2016-03-23 17:00:53 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunk@stsci.edu> | 2016-03-23 17:00:53 -0400 |
commit | e4caf4a2acbb18875b1064246554e4105449b5a3 (patch) | |
tree | b57ece5acd84c9a8c9235818b975a439c8ae3df9 /parsley/meta.yaml | |
download | astroconda-contrib-e4caf4a2acbb18875b1064246554e4105449b5a3.tar.gz |
Initial commit
Diffstat (limited to 'parsley/meta.yaml')
-rw-r--r-- | parsley/meta.yaml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/parsley/meta.yaml b/parsley/meta.yaml new file mode 100644 index 0000000..522800d --- /dev/null +++ b/parsley/meta.yaml @@ -0,0 +1,23 @@ +about: + home: https://pypi.python.org/packages/source/P/Parsley + license: BSD + summary: parsley +build: + number: '0' +package: + name: parsley + version: '1.3' +requirements: + build: + - setuptools + - python x.x + run: + - python x.x +source: + fn: Parsley-1.3.tar.gz + md5: 92bc256e5f73810a609dc7874637ad31 + url: + - https://pypi.python.org/packages/source/P/Parsley/Parsley-1.3.tar.gz +test: + imports: + - parsley |