Version: 2.24.0, Package name: py-gtk2-2.24.0 |
Maintained by: The OpenBSD ports mailing-list |
Master sites:
|
Description PyGTK allows you to write full featured GTK programs in Python. It is targetted at GTK 2.x, and can be used in conjunction with gnome-python to write GNOME applications. |
Filesize: 2305.759 KB |
Version History (View Complete History) |
|
2021-02-23 12:39:53 by Stuart Henderson | Files touched by this commit (743) |
Log message: Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not. |
2020-11-07 14:48:06 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Drop dep on py2 numpy Optional dep, could be useful if our graphics/mypaint used python2 (it doesn't). ok sthen@ |
2020-11-07 10:19:22 by Jeremie Courreges-Anglas | Files touched by this commit (2) |
Log message: Sync PLIST .pyo -> .${MODPY_PYOEXTENSION} |
2020-11-01 13:38:45 by Jeremie Courreges-Anglas | Files touched by this commit (5) |
Log message: Use py2-cairo in py-gtk2, zap python2 support from graphics/py-cairo |
2020-03-20 10:44:29 by Christian Weisgerber | Files touched by this commit (135) |
Log message: Make use of "find -exec {} +" (which is POSIX) and "find -delete" (which is not) throughout the ports Makefiles. * Replace find|xargs with find -exec {} + * Replace -exec {} \; with -exec {} + if applicable. * Use the -delete operator to remove files and empty directories. * Combine and tweak some find(1) invocations while here. ok kn@ rsadowski@ espie@ |
2019-12-16 08:50:42 by Antoine Jacoutot | Files touched by this commit (7) |
Log message: Fix build with pango >= 1.44 |
2019-07-12 14:51:31 by Stuart Henderson | Files touched by this commit (859) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-06-13 09:48:57 by Stuart Henderson | Files touched by this commit (118) |
Log message: sync some WANTLIBs |
2016-08-28 04:55:33 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Zap explicit LIB_DEPENDS on devel/gettext. Already brought in by libglade. Reqd by ajacoutot@ |
2016-08-28 04:51:46 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Drop the gettext module. |
2016-03-20 10:12:27 by Christian Weisgerber | Files touched by this commit (104) |
Log message: drop SHARED_ONLY from python and ruby ports |
2015-08-19 14:14:00 by Stuart Henderson | Files touched by this commit (19) |
Log message: take a break from doing this in alphabetic order and sync WANTLIB in some python things, with a lovely boost_python${MODPY_MAJOR_VERSION:M3}-mt in there. |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |
2011-06-08 11:41:58 by Remi Pointel | Files touched by this commit (48) |
Log message: bump after default python version switch. |
2011-04-01 05:26:08 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: Update to py-gtk2-2.24.0. |
2010-12-10 13:02:01 by Martynas Venckus | Files touched by this commit (1) |
Log message: mark it with VMEM_WARNING. ok sthen@ |
2010-11-22 01:37:07 by Marc Espie | Files touched by this commit (859) |
Log message: new depends |
2010-10-18 07:53:09 by Jasper Lievisse Adriaanse | Files touched by this commit (9) |
Log message: - use_x11 comes from gnome.port.mk now |
2010-10-11 02:19:59 by Jasper Lievisse Adriaanse | Files touched by this commit (83) |
Log message: - fix WANTLIB after cairo update. |
2010-09-30 01:29:03 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Update to py-gtk2-2.22.0, following the gtk+2 update. ok jasper@ |
2010-09-27 01:05:42 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: Update to py-gtk2-2.17.0. This was released as a development version a long time ago but we need it as it contains the defines of our actual gtk+2 version. Other *nix do the same. We cannot update to the latest py-gtk stable version just yet as it requires a major gtk+2 version update which I'll work on during+after p2k10. ok jasper@ |
2010-08-30 15:47:46 by Stuart Henderson | Files touched by this commit (24) |
Log message: bumps for python |
2010-07-30 03:23:28 by Antoine Jacoutot | Files touched by this commit (31) |
Log message: Again more new style DEPENDS. |
2010-07-30 00:59:02 by Antoine Jacoutot | Files touched by this commit (256) |
Log message: First pass at new REVISION/DEPENDS... not finished yet. |
2010-04-23 07:02:16 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Regen WANTLIB. |
2009-11-12 06:31:57 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: - remove py-Nummeric as a dependency spotted by patrick keshishian in the py-gtk changelog |
2009-10-11 08:15:15 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: Update to py-gtk2-2.16.0. Enable py-numpy support. |
2009-09-06 04:46:26 by Antoine Jacoutot | Files touched by this commit (35) |
Log message: Make use of REGRESS_IS_INTERACTIVE=x11 ok jasper@ sthen@ |
2009-08-11 02:42:09 by Antoine Jacoutot | Files touched by this commit (121) |
Log message: WANTLIB changes after xcb addition and bump. |
2009-06-03 11:26:00 by Landry Breuil | Files touched by this commit (1) |
Log message: Unfuck localized py-gtk apps when LANG!=C, making sure that configure picks bind_textdomain_codeset() from libintl, and correctly sets the codeset to UTF-8. This has annoyed me since c2k8, and the fix magically appeared under my eyes this morning. makes sense to wcmaier], ok ajacoutot@ jasper@ |
2009-04-26 05:01:05 by Antoine Jacoutot | Files touched by this commit (57) |
Log message: CONFIGURE_ENV += PYTHON="${MODPY_BIN}" is inherited from the python module |
2009-03-25 03:03:21 by Jasper Lievisse Adriaanse | Files touched by this commit (7) |
Log message: - update py-gtk2 to 2.14.1 * the codengen/ stuff is no longer shipped with py-gtk (but with py-gobject as of some time already) - make pre-configure a tad more readable this was tested in a bulk build looks good to ajacoutot@ landry@ |
2009-03-07 08:37:39 by Jasper Lievisse Adriaanse | Files touched by this commit (35) |
Log message: - regen WANTLIB |
2008-11-24 10:52:49 by Stuart Henderson | Files touched by this commit (1) |
Log message: WANTLIB+=pixman-1 and bump. |
2008-10-28 08:29:14 by Jasper Lievisse Adriaanse | Files touched by this commit (12) |
Log message: - it's GNOME, not Gnome2 or gnome or any other variation discussed with and agreed by ajacoutot@ some time ago |
2008-05-27 02:02:52 by Antoine Jacoutot | Files touched by this commit (8) |
Log message: - remove dependency on devhelp for lighter non-gnome ports to avoid a too big dependency chain requested by steven@ discussed with steven@ espie@ fgsch@ |
2008-04-22 08:50:54 by Antoine Jacoutot | Files touched by this commit (6) |
Log message: - update to 2.12.1 - remove idle MAINTAINER - use gnome MODULE ok jasper@ |
2007-10-27 03:42:48 by Simon Bertrang | Files touched by this commit (1) |
Log message: fix WANTLIB after gtk+2 update ok ajacoutot@ |
2007-10-08 02:22:44 by Steven Mestdagh | Files touched by this commit (216) |
Log message: bump PKGNAME after python version switch |
2007-09-15 14:04:29 by Michael Erdely | Files touched by this commit (312) |
Log message: Remove surrounding quotes in COMMENT/PERMIT_*/BROKEN |
2007-05-09 15:35:52 by Aleksander Piotrowski | Files touched by this commit (7) |
Log message: Update to 2.10.4; help & ok jasper@ |
2007-04-23 08:08:36 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: set REGRESS_IS_INTERACTIVE=Yes ok sturm@ |
2007-04-05 11:36:28 by Marc Espie | Files touched by this commit (363) |
Log message: more base64 checksums |
2007-02-10 17:56:58 by Steven Mestdagh | Files touched by this commit (46) |
Log message: WANTLIB fixes, mostly needed by recent cairo update |
2006-12-16 05:22:37 by Marc Espie | Files touched by this commit (270) |
Log message: say goodbye to GNU land. |
2006-11-13 06:01:38 by Steven Mestdagh | Files touched by this commit (21) |
Log message: USE_X11 |
2006-09-18 06:19:41 by Marc Espie | Files touched by this commit (85) |
Log message: zap .0.0 |
2006-09-18 04:21:49 by Marc Espie | Files touched by this commit (62) |
Log message: more new lib specs |
2006-07-09 13:59:56 by Christian Weisgerber | Files touched by this commit (1) |
Log message: add missing RUN_DEPENDS on py-cairo; suggested by jolan@ ok jolan@ mjc@ |
2006-06-27 13:14:01 by Christian Weisgerber | Files touched by this commit (7) |
Log message: update to 2.8.6 ok mjc@ and Joerg Zinke who maintains some dependent ports |
2006-06-13 07:41:20 by Bernd Ahlers | Files touched by this commit (17) |
Log message: Fix WANTLIB after gtk+2 upgrade. |
2006-06-03 03:50:24 by Aleksander Piotrowski | Files touched by this commit (1) |
Log message: Bump PKGNAME after recent python switch |
2006-05-08 07:44:18 by Christian Weisgerber | Files touched by this commit (7) |
Log message: update to 2.6.3, in sync with out Gtk+2 version; ok alek@ |
2006-01-27 12:08:06 by Aleksander Piotrowski | Files touched by this commit (1) |
Log message: do-build and do-install targets are not needed anymore |
2006-01-20 00:46:29 by Steven Mestdagh | Files touched by this commit (1) |
Log message: fix WANTLIB after gtk+2 downgrade |
2005-11-16 01:48:59 by Peter Stromberg | Files touched by this commit (1) |
Log message: fix wantlib + bump |
2005-06-16 15:53:38 by Michael Coulter | Files touched by this commit (1) |
Log message: fix build/install with USE_SYSTRACE=Yes |
2005-05-12 15:10:05 by Christian Weisgerber | Files touched by this commit (6) |
Log message: update to 2.4.1; no objection from mjc@ |
2005-01-05 10:54:27 by Christian Weisgerber | Files touched by this commit (251) |
Log message: SIZE |
2004-12-19 10:36:33 by Aleksander Piotrowski | Files touched by this commit (21) |
Log message: Add/fix WANTLIB markers |
2004-11-10 03:24:16 by Aleksander Piotrowski | Files touched by this commit (2) |
Log message: Don't and WRKINST to paths in pygtk-2.0.pc make sense xsa@, looks good mjc@ |
2004-09-15 13:26:35 by Marc Espie | Files touched by this commit (206) |
Log message: new style plists |
2004-08-03 15:44:38 by Xavier Santolaria | Files touched by this commit (1) |
Log message: MODULES= converters/libiconv lang/python |
2004-07-04 17:43:00 by Michael Coulter | Files touched by this commit (6) |
Log message: update my e-mail address |
2004-07-01 19:27:45 by Damien Miller | Files touched by this commit (3) |
Log message: update to pygtk-2.2.0; ok mjc@ |