diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2018-02-22 08:53:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-22 08:53:06 -0500 |
commit | d4ccb57a335dfda4b3583107767a081691352b2f (patch) | |
tree | 43dd1892560bcc467c5eaf1373390cefe4707acd /python-daemon/meta.yaml | |
parent | ebe4788bd2ee01f8b991f02d1665db3d87cc383d (diff) | |
parent | e027b0e371ddedc4377b43b425d2f67282ff45b7 (diff) | |
download | astroconda-contrib-d4ccb57a335dfda4b3583107767a081691352b2f.tar.gz |
Merge branch 'master' into patch-3
Diffstat (limited to 'python-daemon/meta.yaml')
-rw-r--r-- | python-daemon/meta.yaml | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/python-daemon/meta.yaml b/python-daemon/meta.yaml deleted file mode 100644 index ce24ebb..0000000 --- a/python-daemon/meta.yaml +++ /dev/null @@ -1,29 +0,0 @@ -{% set name = 'python-daemon' %} -{% set version = '2.0.5' %} -{% set number = '0' %} - -about: - home: https://pagure.io/{{ name }} - license: Apache-2 - summary: Library to implement a well-behaved Unix daemon process. - -build: - number: {{ number }} - -package: - name: {{ name }} - version: {{ version }} - -requirements: - build: - - docutils - - lockfile - - python x.x - run: - - lockfile - - python x.x - -source: - fn: {{ name }}-{{ version }}.tar.gz - md5: 73e7f49f525c51fa4a995aea4d80de41 - url: https://pypi.python.org/packages/source/p/{{ name }}/{{ name }}-{{ version }}.tar.gz |