Path to this page:
Next | Query returned 5 messages, browsing 1 to 10 | previous
CVS Commit History:
2014-05-09 09:38:42 by Thomas Klausner | Files touched by this commit (229) |
Log message:
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
|
2014-01-25 11:38:08 by Thomas Klausner | Files touched by this commit (171) | |
Log message:
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
|
2012-09-29 02:50:33 by Aleksej Saushev | Files touched by this commit (158) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|
2011-05-04 14:37:19 by Ryo ONODERA | Files touched by this commit (4) |
Log message:
Update to 0.9.13
* Include lang/python/egg.mk.
Changelog:
version 0.9.13
Bugfixes
* default_encoding config option allows user to specify a default encoding othe
r than ASCII (was a bug for some uses, namely cron jobs).
* Appropriate intermediate directories are created during authentication token
storage.
* Catch previously uncaught exception when webbrowser does not find a default o
r specified browser.
* Deletion of recurring calendar events does not cause AttributeError.
* Deletion of recurring calendar events with --yes flag only deletes all events
if --date is not specified.
* File extensions for Picasa are case insensitive.
|
2011-03-10 14:35:51 by Ryo ONODERA | Files touched by this commit (5) | |
Log message:
Import googlecl-0.9.12 as wip/googlecl.
GoogleCL brings Google services to the command line.
We currently support the following Google services:
* Blogger
$ google blogger post --title "foo" "command line \
posting"
* Calendar
$ google calendar add "Lunch with Jim at noon tomorrow"
* Contacts
$ google contacts list Bob name,email > the_bobs.csv
* Docs
$ google docs edit "Shopping list"
* Finance
$ google finance create-txn "Savings Portfolio" NASDAQ:GOOG Buy
* Picasa
$ google picasa create "Cat Photos" ~/photos/cats/*.jpg
* Youtube
$ google youtube post --category Education killer_robots.avi
|
Next | Query returned 5 messages, browsing 1 to 10 | previous