Commit graph

20 commits

Author SHA1 Message Date
wiz
aada88e659 Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
2012-04-08 19:08:44 +00:00
tron
5fddc9516e This package now needs "py-expat" under Mac OS X for Python 2.6.* because
determinng the operating system version involves parsing XML data.
2010-09-04 15:57:16 +00:00
wiz
c1bdbb4232 Update to 0.6c11:
0.6c11

        * Fix "bdist_wininst upload" trying to upload same file twice

0.6c10

        * Fix for the Python 2.6.3 build_ext API change
        * Ensure C libraries (as opposed to extensions) are also built when doing bdist_egg
        * Support for SVN 1.6
2009-10-31 02:10:34 +00:00
tron
2ffbaf3d20 Remove "PYTHON_VERSIONS_ACCEPTED= 26 25 24" which is unnecessary
after Python 2.3 has been removed from "pkgsrc".

Approved by Thomas Klausner.
2009-09-23 09:54:45 +00:00
joerg
db920295ed Handle difference between Python 2.4 and 2.5+ 2009-09-09 16:49:18 +00:00
joerg
951981803c Switch to the tgz sources and install as single version primitive.
Bump revision.
2009-09-07 14:22:39 +00:00
abs
c96daf1051 The workaround for NetBSD-current's unzip(1) not appearing to look
for a zip header anywhere but byte offset 0 makes normal unzip
report an error after extraction, so add a '|| true' workaround to
the workaround... and a comment as to what is going on so the next
person poking here doesn't have quite such a wtf moment...
Fixes build on at least NetBSD 5.0
2009-09-06 23:35:59 +00:00
tnn
13c4d384a7 NetBSD-current's unzip(1) doesn't appear to look for a zip header anywhere
but byte offset 0. Remove junk header manually until it can be fixed.
2009-09-05 21:53:51 +00:00
joerg
d4a50a2966 Provide PY_COMPILE_ALL and PY_COMPILE_O_ALL to compile all Python
sources in a directory (tree) in pversion.mk. Adjust the various places
that called it locally.
2009-07-08 13:55:58 +00:00
joerg
bacea7cad5 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
zafer
d5879a43c1 update master site. 2009-05-28 21:24:44 +00:00
wiz
b4962a0196 Allow python-2.6 (untested, for pbulk so it does not abort). 2009-04-22 23:05:57 +00:00
roy
3de32a59da Bump to 0.6c9
Misc fixes including one for working with newer subversions.

ok: joerg
2009-01-18 14:50:20 +00:00
joerg
b962df5a4b Update to py-setuptools-0.6c8:
- minor bugfixes, compatibility for Pyrex 0.9.6 and higher.
2008-08-21 16:26:35 +00:00
joerg
a8a3c01339 Explicitly add pax dependency in those Makefiles that use it (or have
patches to add it). Drop pax from the default USE_TOOLS list.
Make bsdtar the default for those places that wanted gtar to extract
long links etc, as bsdtar can be built of the tree.
2008-05-25 21:42:20 +00:00
joerg
a77e7015fe Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
2008-04-25 20:39:06 +00:00
joerg
1258066035 Update to py-setuptools-0.6c6:
- Add support for "eggsecutable" headers: a #!/bin/sh script that is
prepended to an .egg file to allow it to be run as a script on Unix-ish
platforms.
- Various bug fixes.
2007-08-09 13:22:14 +00:00
joerg
c408a10186 Update to setuptools-0.6c3.
0.6c3
        * Fixed breakages caused by Subversion 1.4's new "working copy"
          format

0.6c2
        * The ez_setup module displays the conflicting version of
          setuptools (and its installation location) when a script
          requests a version that's not available.
        * Running setup.py develop on a setuptools-using project will
          now install setuptools if needed, instead of only downloading
          the egg.
2007-01-20 13:56:02 +00:00
rillig
b4b575a404 Fixed file permissions. PKGREVISION++ 2007-01-02 13:58:31 +00:00
joerg
bc0554ccaa Reimport devel/py24-setuptools as devel/py-setuptools. This is in
principle usable on Python 2.3 as well, but not tested yet.
2006-11-14 13:33:29 +00:00