Date: Mon, 21 Mar 2011 03:23:58 +0000 (UTC) From: Cheng-Lung Sung <clsung@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/py-venusian Makefile distinfo pkg-descr pkg-plist Message-ID: <201103210323.p2L3Nwp7034450@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
clsung 2011-03-21 03:23:58 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/py-venusian Makefile distinfo pkg-descr pkg-plist Log: Venusian is a library which allows framework authors to defer decorator actions. Instead of taking actions when a function (or class) decorator is executed at import time, you can defer the action usually taken by the decorator until a separate "scan" phase. WWW: http://pypi.python.org/pypi/venusian Revision Changes Path 1.4278 +1 -0 ports/devel/Makefile 1.1 +20 -0 ports/devel/py-venusian/Makefile (new) 1.1 +2 -0 ports/devel/py-venusian/distinfo (new) 1.1 +6 -0 ports/devel/py-venusian/pkg-descr (new) 1.1 +77 -0 ports/devel/py-venusian/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103210323.p2L3Nwp7034450>