Commit graph

58 commits

Author SHA1 Message Date
Alessio Sergi dd465c41b3 python: enable tk support
That addresses the following issues:
- Add tkinter ("Tk interface") support. Tkinter is the standard Python
  binding to the Tk GUI toolkit.
- Fix broken IDLE (the Python IDE) built with Tkinter.

Add two new subpkgs: python-tkinter and idle-python.
2014-08-17 14:39:19 +02:00
Juan RP ef1085988d python: libressl patches from OpenBSD (removing RAND_egd()). 2014-07-15 08:57:16 +02:00
Juan RP 87b3735f4b python: switch to libressl. 2014-07-14 16:34:31 +02:00
Juan RP b4290886ca python: update to 2.7.8. 2014-07-03 08:55:17 +02:00
Juan RP dc6e1506ec libffi: update to 3.1 (soname bump); revbump pkgs that link against libffi. 2014-06-06 05:22:23 +02:00
Juan RP aa3acec7fb python: remove lib2to3 tests that fail to be byte-compiled. 2014-06-02 11:32:59 +02:00
Juan RP 6dc911a507 python: update to 2.7.7. 2014-06-02 11:07:39 +02:00
Juan RP 78b0e26b27 python: fix readline module to build with >=6.3. 2014-03-14 16:05:48 +01:00
Juan RP 9771ae9416 Rebuild pkgs against readline>=6.3 (ABI incompat). 2014-02-27 14:54:19 +01:00
Juan RP f14a8ceb8f python: create a python-config symlink, some pkgs still use it. 2014-02-20 09:20:35 +01:00
Juan RP 563f31523d python: Fix vulnerability reported in SA56624 (via pkgsrc). 2014-02-09 10:58:56 +01:00
Juan RP 59641730db python: add patch from sabotage to make this build with musl. 2014-01-08 20:50:37 +01:00
Juan RP 925d471cbf Update all source packages for xbps-src>=90. 2014-01-01 16:10:11 +01:00
Juan RP f4f00ee849 python: make sure to build the sqlite extension (again). 2013-12-03 02:00:56 +01:00
Juan RP 673934e63b python: generate python{,2} symlinks again. 2013-11-18 23:28:35 +01:00
Juan RP a1deb41c57 python: update to 2.7.6. 2013-11-18 23:19:53 +01:00
Juan RP 0ae3a02baf python: override broken_sem_getvalue configure test. 2013-11-13 22:51:31 +01:00
Juan RP 3d8593b009 Update packages for xbps-src>=53: use configure_args, get rid of CONFIGURE_SHARED_ARGS. 2013-05-26 10:41:55 +02:00
Juan RP fe09001745 python: set CC/LD to build properly some external modules (sqlite). 2013-05-22 17:22:58 +02:00
Juan RP bb0f1461f8 python: move headers to -devel pkg. 2013-05-15 13:50:38 +02:00
Juan RP fded4c7930 Rebuild packages against db>=5.3. 2013-05-09 16:26:34 +02:00
Juan RP bdaf5f8c92 Remove vestiges of the subpackages var; unnecessary now. 2013-04-14 18:49:21 +02:00
Juan RP e77543b336 Convert another set of package to the new template format. 2013-04-11 11:03:43 +02:00
Juan RP 95e0997afb Update packages to be built with xbps-src/testing. 2013-04-09 01:49:27 +02:00
Juan RP a2c384b180 python: use do_configure(); fixes cross-build with xbps-src/testing. 2013-04-07 19:09:39 +02:00
Juan RP ea38e4719a Convert packages to {host,}makedepends and XBPS_CROSS_BUILD. 2013-03-24 10:21:58 +01:00
Juan RP 93b98bdd10 python: add missing patch required for cross builds. 2013-02-07 05:06:34 +01:00
Juan RP 4f0b60fb52 python: cross build support. 2013-02-07 04:29:14 +01:00
Juan RP f986fded28 python: remove dup build-deps. 2013-01-27 10:38:21 +01:00
Juan RP 126f27f8c3 Remove the rshlibs; they do more harm than good. 2012-11-21 04:19:43 +01:00
Juan RP 076304c3ab python: force detection of posix semaphores support; required by a neutral pancake. 2012-09-19 14:55:33 +02:00
Juan RP 6d241d2375 Set revision=1 to all pkgs. It's required now to set it. 2012-06-03 09:08:53 +02:00
Juan RP 1816de0e4a Update all packages for xbps-src>=28. WARNING: xbps-src-28 (or from git) required! 2012-05-23 18:26:56 +02:00
Juan RP 58e116b45f python: update to 2.7.3. 2012-04-15 09:21:34 +02:00
Juan RP fbbae91b79 No need to add bzip2-devel builddep anymore. 2012-02-28 22:23:58 +01:00
Juan RP 653e6888ad Remove stow related targets/vars in all pkgs, obsolete with xbps-src-21. 2012-02-27 18:43:54 +01:00
Juan RP ad2194ebf2 Remove flist files; not the way to go. I'll find another way. 2012-02-10 16:59:21 +01:00
Juan RP 50c2ff1926 First pass at creating flist files, will be used by the upcoming xbps-src-18. 2012-02-10 09:25:25 +01:00
Juan RP ef41ed2b5a Bumprev for pkgs that depended on gdbm, due to SONAME major bump. 2011-11-17 16:03:32 +01:00
davehome accb1ff0d6 Update base-system and dep. pkgs for new rshlib thing 2011-11-12 05:01:02 +00:00
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00
Juan RP 639e94624f Use pycompile_{dirs,module} in packages with python modules. 2011-10-05 16:42:03 +02:00
Juan RP e05afadf93 python: simplify a[bp]i_depends patterns. 2011-10-03 18:11:55 +02:00
Juan RP ec5f1ac5ab python: put back pyconfig.h into main pkg. 2011-09-19 11:31:53 +02:00
Juan RP 56efac8fb9 python: add patch to detect Linux 3.x as linux2 in sys.platform. 2011-09-19 10:10:37 +02:00
Juan RP ce9526b7ba python: update to 2.7.2. 2011-06-20 12:30:58 +02:00
Juan RP 9b73c60de2 Use ncurses-{libs,devel} everywhere and bumprev for ABI change. 2011-02-27 14:53:02 +01:00
Juan RP 4480c92b30 bumprev for packages requiring libdb and libpcre. 2010-12-11 02:28:30 +01:00
Juan RP 6e66bc827d python: update to 2.7.1. 2010-12-07 18:00:50 +01:00
Juan RP 7e7134d490 python: update to 2.7, bump abi_depends. 2010-11-17 21:07:13 +01:00