summaryrefslogtreecommitdiff
path: root/PKG-INFO.in
diff options
context:
space:
mode:
authorChristoph Reiter <creiter@src.gnome.org>2017-12-04 15:33:00 +0100
committerChristoph Reiter <creiter@src.gnome.org>2017-12-06 15:50:13 +0100
commit3e455944f5835c750911d3178a0607201f23f1a8 (patch)
treeccc78028794ea8f65cfafc8cfbae848be1d4c4d2 /PKG-INFO.in
parent58f677bfaa0f117465a9e2146c5d83768b5a76ac (diff)
downloadpygobject-3e455944f5835c750911d3178a0607201f23f1a8.tar.gz
setup.py: Port to distutils/setuptools
Instead of wrapping autotools add a proper setuptools based build system. Compared to the autotools one this does not install .pc files or headers and does not allow running tests. It uses pkg-config for discovering dependencies and explictely searches for .pc files in the Python prefix so that pycairo installations in a virtualenv are discovered. When using MSVC, pkg-config is skipped and it is assumend that INCLUDE and LIB is properly set up. Version information and requirements are parsed from configure.ac, package metadata is parsed from PKG-INFO.in. Also adds a "setup.py distcheck" command which makes sure all tracked files end up in the tarball and that the tarball builds (no tests are run atm). https://bugzilla.gnome.org/show_bug.cgi?id=789211
Diffstat (limited to 'PKG-INFO.in')
-rw-r--r--PKG-INFO.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKG-INFO.in b/PKG-INFO.in
index 651dabeb..bebaf080 100644
--- a/PKG-INFO.in
+++ b/PKG-INFO.in
@@ -1,15 +1,15 @@
Metadata-Version: 1.0
-Name: PyGObject
+Name: pygobject
Version: @VERSION@
-Summary: Python bindings for GObject
-Home-page: http://www.pygtk.org/
+Summary: Python bindings for GObject Introspection
+Home-page: https://pygobject.readthedocs.io
Author: James Henstridge
Author-email: james@daa.com.au
Maintainer: Simon Feltman
Maintainer-email: sfeltman@src.gnome.org
License: GNU LGPL
Download-url: ftp://ftp.gnome.org/pub/GNOME/sources/pygobject/@PYGOBJECT_MAJOR_VERSION@.@PYGOBJECT_MINOR_VERSION@/pygobject-@VERSION@.tar.gz
-Description: Python bindings for GLib and GObject
+Description: Python bindings for GObject Introspection
Platform: POSIX, Windows
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Linux