summaryrefslogtreecommitdiff
path: root/lang/py-basicproperty
AgeCommit message (Collapse)AuthorFilesLines
2014-05-09Mark packages that are not ready for python-3.3 also not ready for 3.4,wiz1-2/+2
until proven otherwise.
2014-01-17Update to latest version, 0.6.9a from 2007: changes not found.wiz3-14/+56
XXX: let's think about removing this and py-table, shall we?
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-04-08All supported python versions in pkgsrc support eggs, so removewiz1-2/+2
${PLIST.eggfile} from PLISTs and support code from lang/python.
2011-12-13Revert PYTHON_VERSIONS_ACCEPTED.joerg1-2/+1
2011-12-13Upstream will not be moving to Python 3 in the foreseeable future. Seedarcy1-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).obache2-10/+6
* register egg-info. Bump PKGREVISION.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-8/+1
2008-06-12Add DESTDIR support.joerg1-1/+3
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-2/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-06Clean up own directories.salo2-2/+10
Bump PKGREVISION.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-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-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digestsagc1-1/+2
2004-12-21py-basicproperty-0.6.3adarcy4-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.