python*-pth packages into meta-packages which will install the non-pth packages. Bump PKGREVISIONs on the non-pth versions to propagate the thread change, but leave the *-pth versions untouched to not affect existing installations. Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
24 lines
653 B
Makefile
24 lines
653 B
Makefile
# $NetBSD: Makefile,v 1.3 2005/01/23 20:41:49 recht Exp $
|
|
#
|
|
|
|
DISTNAME= duplicity-0.4.1
|
|
PKGREVISION= 1
|
|
CATEGORIES= sysutils net
|
|
MASTER_SITES= http://savannah.nongnu.org/download/duplicity/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.nongnu.org/duplicity/
|
|
COMMENT= Remote encrypting incremental backup utility
|
|
|
|
DEPENDS= gnupg>=1.2.3:../../security/gnupg
|
|
|
|
BUILDLINK_DEPENDS.librsync= librsync>=0.9.6
|
|
PYDISTUTILSPKG= yes
|
|
PYTHON_VERSIONS_ACCEPTED= 22 23
|
|
USE_BUILDLINK3= yes
|
|
|
|
.include "../../devel/librsync/buildlink3.mk"
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|