aboutsummaryrefslogtreecommitdiffstats
path: root/main/python
Commit message (Collapse)AuthorAgeFilesLines
* main/python: create -dbg firstNatanael Copa2016-06-031-3/+3
| | | | so we get symbols for everything
* main/python: add debug pkgCarlo Landmeter2016-06-021-2/+2
|
* main/python: fix find_libraryNatanael Copa2016-01-232-6/+6
| | | | | | | Bad things happens When libc is dlopened with full path so we only return the filename without path with find_library. ref #5038
* main/python: rebuild against fixed ncurses widechar onlyNatanael Copa2015-12-171-1/+1
|
* main/python: rebuild against ncurses wide charNatanael Copa2015-12-171-1/+1
|
* main/pyhon: new upstream version 2.7.11Christian Kampka2015-12-071-5/+5
|
* main/python: rebuild against ncurses-6.0Natanael Copa2015-10-151-1/+1
|
* main/python: depend on linux-headersSören Tempel2015-09-171-6/+4
| | | | | | | | | Without installing linux-headers a bunch of linux specific features are disabled during compile time. An example of this is netlink(7) support. With this commit netlink and (possibly) other features are detected and enabled at compile time correctly. fixes #4451
* main/python: fix find_library with muslNatanael Copa2015-08-113-16/+48
| | | | ref #4512
* main/python: upgrade to 2.7.10William Pitcock2015-06-061-5/+5
|
* main/python: rebuild with new paxmarkTimo Teräs2015-04-161-1/+1
|
* main/python: rebuild with new paxmarkTimo Teräs2015-04-161-2/+2
| | | | also remove -x as it's deprecated and does nothing
* main/python: paxmark the real binary, not the symlinkTimo Teräs2015-04-091-2/+2
|
* main/python: use paxmarkTimo Teräs2015-04-091-3/+3
|
* main/python: upgrade to 2.7.9Natanael Copa2014-12-121-4/+4
| | | | ref #3618
* main/python: upgrade to 2.7.8Eivind Uggedal2014-06-301-4/+4
|
* main/python: upgrade to 2.7.7Eivind Uggedal2014-06-054-40/+16
|
* main/python: try 2William Pitcock2014-05-092-5/+5
|
* main/python: allow 64-bit arguments to ioctl()William Pitcock2014-05-092-4/+19
|
* main/python: rebuild with working mutiprocessingNatanael Copa2014-03-131-1/+8
| | | | | | | The build server did not have /dev/shm so python got built without multiprocessing. ref #2747
* main/python: fix posix_close name clash (against latest musl)Timo Teräs2013-12-162-1/+25
|
* main/python: upgrade to 2.7.6Natanael Copa2013-11-181-6/+6
|
* main/python: disable MPROTECT on pax because of cffiWilliam Pitcock2013-08-311-2/+3
|
* [all autotools packages]: normalize ./configureTimo Teräs2013-07-301-1/+4
|
* main/python: disable emutramp on python binaryNatanael Copa2013-07-101-2/+4
| | | | needed by some python modules
* main/python: fix ctypes.util.find_library() and set CFLAGSNatanael Copa2013-06-042-5/+25
| | | | ref #2012
* main/python: upgrade to 2.7.5Bartłomiej Piotrowski2013-05-251-3/+5
|
* main/python: enable IPv6 supportBartłomiej Piotrowski2012-07-091-1/+2
|
* main/python: rebuild against sqlite-libsNatanael Copa2012-05-311-1/+1
|
* main/python: upgrade to 2.7.3Fabian Affolter2012-05-251-4/+3
|
* main/python: rebuild against gdbm-1.10Natanael Copa2012-02-231-1/+1
|
* main/python: support for readline addedLeonardo Arena2012-02-161-2/+2
|
* main/python: ship pyconfig.h with main pkgNatanael Copa2011-06-231-1/+11
| | | | its needed runtime
* main/python: upgrade to 2.7.2Natanael Copa2011-06-232-42/+10
|
* main/python: Remove /usr/bin/2to3; install python3 if you want that.Kiyoshi Aman2011-05-061-2/+3
|
* main: mass-rebuild of packages missing arch in .PKGINFONatanael Copa2011-03-311-1/+1
| | | | this is needed for apk-tools-2.1 migration
* Set all packages with arch="x86 x86_64" to arch="all".William Pitcock2011-01-131-1/+1
|
* main/*: add archNatanael Copa2010-12-131-0/+1
|
* main/python: split out tests subpackage and add py-gdbmNatanael Copa2010-12-131-5/+30
|
* main/python: rebuild against fixed bzip2 (CVE-2010-0405)Natanael Copa2010-09-221-1/+1
|
* main/python: xbmc and others need ucs4 unicode supportCarlo Landmeter2010-09-151-2/+2
|
* main/python: move .so to -dev packageNatanael Copa2010-07-151-1/+1
| | | | ref #384
* main/[various]: rebuild against openssl-1.0Natanael Copa2010-05-141-1/+1
|
* main/[various]: bump pkgrel to force rebuild against nptlNatanael Copa2010-05-041-1/+1
|
* main/python: upgrade to 2.6.5Natanael Copa2010-03-301-2/+2
|
* main/python: upgrade to 2.6.4 and remove bsddb supportNatanael Copa2009-11-241-4/+11
|
* main/python: upgrade to 2.6.3Natanael Copa2009-10-131-4/+4
|
* moved extra/* to main/Natanael Copa2009-07-242-0/+66
and fixed misc build issues