2011-07-03 12:01:04 by David A. Holland | Files touched by this commit (1) |
Log message:
REPLACE_PYTHON
|
2011-02-28 15:53:10 by Thomas Klausner | Files touched by this commit (169) |
Log message:
Reset maintainer for retired developers.
|
2011-02-25 10:47:32 by Thomas Klausner | Files touched by this commit (67) |
Log message:
Let's assume for now that everything that worked with python-2.6 also
works with python-2.7.
|
2011-01-01 18:51:06 by Andreas Gustafsson | Files touched by this commit (3) |
Log message:
Update net/py-boto from 1.6b to 1.9b. Changes include:
- Support for RDS, BootFromEBS, Spot Instances, and more
- Fixes Issue 251, a problem with POST when using Eucalyptus
- Fixes serious S3 issue (245) and issue 243 and 244
- Adds support for Autoscale, CloudWatch, ELB.
- Adds support for new SQS features
Also, added 26 to PYTHON_VERSIONS_ACCEPTED.
|
2009-06-14 20:09:49 by Joerg Sonnenberger | Files touched by this commit (291) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
2009-02-23 12:28:58 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 1.6b:
Adds support for Signature Version 2 for increased security with EC2, SQS, SDB
Add support for Regions in EC2
Fixes Issue 172, Issue 178, Issue 180, Issue 181, Issue 182
Fixes issue 165, issue 172, issue 173, issue 174, issue 176, issue 177
Adds initial support for CloudFront (ahem) service
Fixes stupid and dangerous copy/paste error in SDB support.
Support for EBS, QueryWithAttributes, lots of bugfixes.
|
2008-09-12 07:32:38 by Eric Gillespie | Files touched by this commit (7) |
Log message:
Default EGG_NAME to ${DISTNAME} in egg.mk and drop EGG_NAME from packages that
set it to ${DISTNAME}.
|
2008-07-24 19:37:56 by Blair Sadewitz | Files touched by this commit (4) |
Log message:
Update to version 1.3a. The author explicity states that he does
not provide a ChangeLog, instead referring users to the subversion
history. This version has quite a few bug fixes over 1.0a--I simply do
not have the time to list them here.
|
2008-04-25 23:54:15 by Tobias Nygren | Files touched by this commit (1) |
Log message:
Don't hardcode PYPKGPREFIX in bl3.mk
|