pkgsrc/devel/bzr-svn/Makefile
wiz aa67e11089 Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.
2014-01-25 10:29:56 +00:00

34 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.26 2014/01/25 10:30:00 wiz Exp $
DISTNAME= bzr-svn-${VER}
CATEGORIES= devel scm
MASTER_SITES= http://launchpad.net/bzr-svn/${VER:R}/${VER}/+download/
MASTER_SITES+= http://samba.org/~jelmer/bzr/
VER= 1.2.1
MAINTAINER= ddeus.pkgsrc@mailnull.com
HOMEPAGE= http://bazaar-vcs.org/BzrForeignBranches/Subversion
COMMENT= Foreign Subversion repository support for Bazaar
LICENSE= gnu-gpl-v2
PYTHON_PATCH_SCRIPTS= info.py wiki.py
DEPENDS+= ${PYPKGPREFIX}-subvertpy>=0.8.8:../../devel/py-subvertpy
DEPENDS= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
# for make test
USE_TOOLS+= gmake
USE_LANGUAGES= #none
# NOTE: This must run in a UTF-8 locale, e.g. LC_TYPE=en_US.utf8 make test
#TEST_DEPENDS+= ${PYPKGPREFIX}-testtools-[0-9]*:../../devel/py-testtools
#TEST_DEPENDS+= ${PYPKGPREFIX}-paramiko-[0-9]*:../../security/py-paramiko
#TEST_TARGET= check-verbose
EGG_NAME= ${DISTNAME:S/-/_/}
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-subvertpy, py-paramiko
.include "../../devel/bzr/plugin.mk"
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"