691c37939e
FEATURES * wc.Entry.uuid is now provided * New error code ERR_MALFORMED_FILE. BUG FIXES * Fix RemoteAccess against http:// without an auth baton. * Cope with invalid arguments to Auth(). (#347155) * Support svn.client.resolve. * Allow non-canonical paths to some working copy methods * Fixed uninitialized memory bug when reading configuration. 0.6.5 2009-03-07 FEATURES * Add subvertpy.wc.cleanup() * Split out subvertpy.delta.txdelta_apply_window. Relicensed to LGPLv2.1 or later. 0.6.4 2009-02-17 BUG FIXES * Fix reference counting for progress callback in RemoteAccess. * Fix several (major) object leaks. 0.6.3 2009-02-12 FEATURES * Add svn:original-date constant. 0.6.2 2009-02-10 BUG FIXES * Install Windows binaries to the right directory. (#323276) * Fix import of warn(). FEATUREs * Add WorkingCopy.remove_lock(path)
22 lines
684 B
Makefile
22 lines
684 B
Makefile
# $NetBSD: Makefile,v 1.3 2009/05/16 15:20:51 epg Exp $
|
|
|
|
DISTNAME= subvertpy-0.6.6
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
#PKGREVISION= 1
|
|
CATEGORIES= devel scm
|
|
MASTER_SITES= http://launchpad.net/subvertpy/trunk/0.6.6/+download/
|
|
MASTER_SITES+= http://samba.org/~jelmer/subvertpy/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://launchpad.net/subvertpy
|
|
COMMENT= Alternative Python bindings for Subversion
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
MAKE_ENV+= SVN_PREFIX=${BUILDLINK_PREFIX.subversion-base}
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../devel/subversion-base/buildlink3.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
#.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|