3744396e71
If your source tree is coming from darcs (i.e. it is in a darcs repository), this tool will determine the most recent release tag, count the patches that have been applied since then, and compute a version number to be written into _version.py.
19 lines
498 B
Makefile
19 lines
498 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/07/24 15:15:10 gdt Exp $
|
|
#
|
|
|
|
DISTNAME= darcsver-1.5.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://pypi.python.org/packages/source/d/darcsver/
|
|
|
|
MAINTAINER= gdt@ir.bbn.com
|
|
HOMEPAGE= http://pypi.python.org/packages/source/d/darcsver/
|
|
COMMENT= Generate a version number from darcs history
|
|
LICENSE= modified-bsd
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|