summaryrefslogtreecommitdiff
path: root/devel/py-setuptools
AgeCommit message (Collapse)AuthorFilesLines
2010-09-04This package now needs "py-expat" under Mac OS X for Python 2.6.* becausetron1-2/+7
determinng the operating system version involves parsing XML data.
2009-10-31Update to 0.6c11:wiz2-7/+6
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-09-23Remove "PYTHON_VERSIONS_ACCEPTED= 26 25 24" which is unnecessarytron1-2/+1
after Python 2.3 has been removed from "pkgsrc". Approved by Thomas Klausner.
2009-09-09Handle difference between Python 2.4 and 2.5+joerg2-4/+14
2009-09-07Switch to the tgz sources and install as single version primitive.joerg4-148/+151
Bump revision.
2009-09-06The workaround for NetBSD-current's unzip(1) not appearing to lookabs1-2/+5
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-05NetBSD-current's unzip(1) doesn't appear to look for a zip header anywheretnn1-2/+3
but byte offset 0. Remove junk header manually until it can be fixed.
2009-07-08Provide PY_COMPILE_ALL and PY_COMPILE_O_ALL to compile all Pythonjoerg1-4/+3
sources in a directory (tree) in pversion.mk. Adjust the various places that called it locally.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-6/+1
2009-05-28update master site.zafer1-2/+2
2009-04-22Allow python-2.6 (untested, for pbulk so it does not abort).wiz1-2/+2
2009-01-18Bump to 0.6c9roy2-6/+6
Misc fixes including one for working with newer subversions. ok: joerg
2008-08-21Update to py-setuptools-0.6c8:joerg2-6/+6
- minor bugfixes, compatibility for Pyrex 0.9.6 and higher.
2008-05-25Explicitly add pax dependency in those Makefiles that use it (or havejoerg1-2/+2
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-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg1-2/+2
- 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.
2007-08-09Update to py-setuptools-0.6c6:joerg3-122/+129
- 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-01-20Update to setuptools-0.6c3.joerg2-9/+8
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-02Fixed file permissions. PKGREVISION++rillig1-2/+5
2006-11-14Reimport devel/py24-setuptools as devel/py-setuptools. This is injoerg8-0/+235
principle usable on Python 2.3 as well, but not tested yet.