diff options
Diffstat (limited to 'linecache2/meta.yaml')
-rw-r--r-- | linecache2/meta.yaml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/linecache2/meta.yaml b/linecache2/meta.yaml new file mode 100644 index 0000000..cd8780b --- /dev/null +++ b/linecache2/meta.yaml @@ -0,0 +1,25 @@ +about: + home: https://pypi.python.org/packages/source/l/linecache2 + license: BSD + summary: linecache2 +build: + number: '0' +package: + name: linecache2 + version: 1.0.0 +requirements: + build: + - pbr + - setuptools + - python x.x + run: + - pbr + - python x.x +source: + fn: linecache2-1.0.0.tar.gz + md5: 7b25d0289ec36bff1f9e63c4329ce65c + url: + - https://pypi.python.org/packages/source/l/linecache2/linecache2-1.0.0.tar.gz +test: + imports: + - linecache2 |