summaryrefslogtreecommitdiff
path: root/python-daemon
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunk@stsci.edu>2016-03-23 17:00:53 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2016-04-19 11:17:20 -0400
commitf46565fe6f3eefd6a8eb1cec7179164f2800b042 (patch)
treeb57ece5acd84c9a8c9235818b975a439c8ae3df9 /python-daemon
downloadastroconda-dev-f46565fe6f3eefd6a8eb1cec7179164f2800b042.tar.gz
Initial commit
Diffstat (limited to 'python-daemon')
-rw-r--r--python-daemon/bld.bat3
-rw-r--r--python-daemon/build.sh2
-rw-r--r--python-daemon/meta.yaml22
3 files changed, 27 insertions, 0 deletions
diff --git a/python-daemon/bld.bat b/python-daemon/bld.bat
new file mode 100644
index 0000000..b290566
--- /dev/null
+++ b/python-daemon/bld.bat
@@ -0,0 +1,3 @@
+
+python setup.py install
+if errorlevel 1 exit 1 \ No newline at end of file
diff --git a/python-daemon/build.sh b/python-daemon/build.sh
new file mode 100644
index 0000000..4b71885
--- /dev/null
+++ b/python-daemon/build.sh
@@ -0,0 +1,2 @@
+
+python setup.py install || exit 1 \ No newline at end of file
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