Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-05-09 | Mark packages that are not ready for python-3.3 also not ready for 3.4, | wiz | 1 | -2/+2 | |
until proven otherwise. | |||||
2014-01-17 | Update to latest version, 0.6.9a from 2007: changes not found. | wiz | 3 | -14/+56 | |
XXX: let's think about removing this and py-table, shall we? | |||||
2012-10-02 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-04-08 | All supported python versions in pkgsrc support eggs, so remove | wiz | 1 | -2/+2 | |
${PLIST.eggfile} from PLISTs and support code from lang/python. | |||||
2011-12-13 | Revert PYTHON_VERSIONS_ACCEPTED. | joerg | 1 | -2/+1 | |
2011-12-13 | Upstream will not be moving to Python 3 in the foreseeable future. See | darcy | 1 | -1/+3 | |
http://blog.vrplumber.com/index.php?/archives/2540-More-porting-to-python-3-notes....html. Add license. The web page is unclear so I went with the most stringent BSD one. If I find out otherwise I will update it. | |||||
2011-10-29 | * remove unwanted things (pure python module). | obache | 2 | -10/+6 | |
* register egg-info. Bump PKGREVISION. | |||||
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -8/+1 | |
2008-06-12 | Add DESTDIR support. | joerg | 1 | -1/+3 | |
2006-10-04 | Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. | wiz | 1 | -2/+2 | |
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
2006-01-06 | Clean up own directories. | salo | 2 | -2/+10 | |
Bump PKGREVISION. | |||||
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -2/+2 | |
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html | |||||
2005-05-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1 | -2/+2 | |
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-24 | Add RMD160 digests | agc | 1 | -1/+2 | |
2004-12-21 | py-basicproperty-0.6.3a | darcy | 4 | -0/+202 | |
The BasicProperty/BasicTypes system provides a mechanism for intelligent property-based modeling of problem domains in Python 2.2+. The idea behind property-based domain modeling is to simplify the definition of objects/data structures so that concerns such as initialization, data-type checking and coercion, run-time introspection, and domain specific storage/retrieval operations can be abstracted out from the modeling operations. |