summaryrefslogtreecommitdiff
path: root/dbus-python/meta.yaml
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2017-09-20 22:44:32 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2017-10-02 13:50:37 -0400
commitb88166f6c33e243b5d46a6463bfd33bbb1bc51af (patch)
treeff8b189504086b32ecc9544cfe2e6a70fcabcc2d /dbus-python/meta.yaml
parent846e6c7ff7fbdf60834f0a27324ecb663ba1fdad (diff)
downloadastroconda-contrib-b88166f6c33e243b5d46a6463bfd33bbb1bc51af.tar.gz
Initial commit; dbus-python (#57)
* Initial commit; dbus-python * Update meta.yaml * Skip package if host is not Linux
Diffstat (limited to 'dbus-python/meta.yaml')
-rw-r--r--dbus-python/meta.yaml39
1 files changed, 39 insertions, 0 deletions
diff --git a/dbus-python/meta.yaml b/dbus-python/meta.yaml
new file mode 100644
index 0000000..8e2b78d
--- /dev/null
+++ b/dbus-python/meta.yaml
@@ -0,0 +1,39 @@
+{% set name = 'dbus-python' %}
+{% set version = '1.2.4' %}
+{% set number = '0' %}
+{% set archive = name + '-' + version + '.tar.gz' %}
+
+about:
+ home: https://cgit.freedesktop.org/dbus/dbus-python
+ license: GPL
+ summary: Python bindings for D-Bus
+
+package:
+ name: {{ name }}
+ version: {{ version }}
+
+build:
+ skip: true [not linux]
+ number: {{ number }}
+
+source:
+ fn: {{ archive }}
+ url: https://dbus.freedesktop.org/releases/{{ name }}/{{ archive }}
+
+requirements:
+ build:
+ - autoconf
+ - m4
+ - dbus
+ - dbus-glib
+ - setuptools
+ - python
+
+ run:
+ - dbus
+ - dbus-glib
+ - python
+
+test:
+ imports:
+ - dbus