2016-07-09 15:04:18 by Thomas Klausner | Files touched by this commit (599) |
Log message: Remove python33: adapt all packages that refer to it. |
2015-12-05 22:26:09 by Adam Ciarcinski | Files touched by this commit (578) |
Log message: Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 |
2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995) |
Log message: Add SHA512 digests for distfiles for devel category Issues found with existing distfiles: distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip distfiles/fortran-utils-1.1.tar.gz distfiles/ivykis-0.39.tar.gz distfiles/enum-1.11.tar.gz distfiles/pvs-3.2-libraries.tgz distfiles/pvs-3.2-linux.tgz distfiles/pvs-3.2-solaris.tgz distfiles/pvs-3.2-system.tgz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail. |
2014-12-31 14:57:34 by Thomas Klausner | Files touched by this commit (125) |
Log message: Improve EGG_NAME default to work for packages with '-' in their name. Remove now unnecessary overrides in various packages. |
2014-11-26 16:01:13 by Thomas Klausner | Files touched by this commit (4) |
Log message: Import py27-gflags-2.0 as devel/py-gflags. GFlags defines a *distributed* command line system, replacing systems like getopt(), optparse and manual argument processing. Rather than an application having to define all flags in or near main(), each python module defines flags that are useful to it. When one python module imports another, it gains access to the other's flags. It includes the ability to define flag types (boolean, float, interger, list), autogeneration of help (in both human and machine readable format) and reading arguments from a file. It also includes the ability to automatically generate man pages from the help flags. |