mirror of https://github.com/m-labs/artiq.git
31 lines
686 B
YAML
31 lines
686 B
YAML
package:
|
|
name: pygobject
|
|
version: "3.14.0"
|
|
|
|
source:
|
|
git_url: git://git.gnome.org/pygobject
|
|
git_tag: 3.14.0
|
|
|
|
build:
|
|
number: 0
|
|
|
|
requirements:
|
|
build:
|
|
- python
|
|
run:
|
|
- python
|
|
|
|
test:
|
|
imports:
|
|
- gi
|
|
- gi.repository
|
|
- gi.repository.GObject
|
|
- gi.repository.GLib
|
|
- gi.repository.Gio
|
|
- gi.repository.Gtk
|
|
|
|
about:
|
|
home: https://wiki.gnome.org/action/show/Projects/PyGObject?action=show&redirect=PyGObject
|
|
license: LGPL 2.1
|
|
summary: 'PyGObject is a Python extension module that gives clean and consistent access to the entire GNOME software platform through the use of GObject Introspection.'
|