----------- o update version 0.49.0 to 0.50.1 o added Pyro optional package in MESSAGE file amont-changes: ------------- 2010-04-20 -- 0.50.0 * graph: - generate methods now takes an optional mapfile argument to generate html image maps - new ordered_nodes function taking a dependency graph dict as arguments and returning an ordered list of nodes * configuration: - nicer serialization of bytes / time option - may now contains several option provider with the same name - consider 'level' in option dict, --help displaying only option with level 0, and automatically adding --long-help options for higher levels * textutils: case insensitive apply_unit * sphinx_ext: new module usable as a sphinx pluggin and containing a new 'autodocstring' directive * ureports: output   instead of for strict xhtml compliance * decorators: @cached propery copy inner function docstring
30 lines
773 B
Makefile
30 lines
773 B
Makefile
# $NetBSD: Makefile,v 1.5 2010/05/03 10:55:14 jihbed Exp $
|
|
#
|
|
|
|
VERS= 0.50.1
|
|
DISTNAME= logilab-common-${VERS}
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
EGG_NAME= logilab_common-${VERS}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://ftp.logilab.org/pub/common/
|
|
|
|
MAINTAINER= kamel.derouiche@gmail.com
|
|
HOMEPAGE= http://www.logilab.org/project/logilab-common
|
|
COMMENT= Useful miscellaneous modules used by Logilab projects
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 26 25
|
|
|
|
INSTALLATION_DIRS= ${PKGMANDIR}/man1
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${WRKSRC}/doc/pytest.1 \
|
|
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../time/py-mxDateTime/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|