head	1.8;
access;
symbols
	pkgsrc-2018Q2:1.6.0.14
	pkgsrc-2018Q2-base:1.6
	pkgsrc-2018Q1:1.6.0.12
	pkgsrc-2018Q1-base:1.6
	pkgsrc-2017Q4:1.6.0.10
	pkgsrc-2017Q4-base:1.6
	pkgsrc-2017Q3:1.6.0.8
	pkgsrc-2017Q3-base:1.6
	pkgsrc-2017Q2:1.6.0.4
	pkgsrc-2017Q2-base:1.6
	pkgsrc-2017Q1:1.6.0.2
	pkgsrc-2017Q1-base:1.6
	pkgsrc-2016Q4:1.5.0.4
	pkgsrc-2016Q4-base:1.5
	pkgsrc-2016Q3:1.5.0.2
	pkgsrc-2016Q3-base:1.5
	pkgsrc-2016Q2:1.3.0.6
	pkgsrc-2016Q2-base:1.3
	pkgsrc-2016Q1:1.3.0.4
	pkgsrc-2016Q1-base:1.3
	pkgsrc-2015Q4:1.3.0.2
	pkgsrc-2015Q4-base:1.3
	pkgsrc-2015Q3:1.1.0.10
	pkgsrc-2015Q3-base:1.1
	pkgsrc-2015Q2:1.1.0.8
	pkgsrc-2015Q2-base:1.1
	pkgsrc-2015Q1:1.1.0.6
	pkgsrc-2015Q1-base:1.1
	pkgsrc-2014Q4:1.1.0.4
	pkgsrc-2014Q4-base:1.1
	pkgsrc-2014Q3:1.1.0.2
	pkgsrc-2014Q3-base:1.1;
locks; strict;
comment	@# @;


1.8
date	2018.09.04.06.10.40;	author wiz;	state dead;
branches;
next	1.7;
commitid	V7eYlJ4rCIZcBKQA;

1.7
date	2018.07.03.05.03.08;	author adam;	state Exp;
branches;
next	1.6;
commitid	bH4MNADzVzoIfEIA;

1.6
date	2017.01.01.14.43.29;	author wiz;	state Exp;
branches;
next	1.5;
commitid	TmfhF2MIYbgU4hAz;

1.5
date	2016.08.28.15.48.29;	author wiz;	state Exp;
branches;
next	1.4;
commitid	rTBn3EBawNhbu5kz;

1.4
date	2016.07.09.13.03.37;	author wiz;	state Exp;
branches;
next	1.3;
commitid	k9A2yv7vTRunbEdz;

1.3
date	2015.12.11.11.35.24;	author wiz;	state Exp;
branches;
next	1.2;
commitid	TV17L8IUTKxGtwMy;

1.2
date	2015.12.05.21.25.34;	author adam;	state Exp;
branches;
next	1.1;
commitid	bgA0CynThkP3WNLy;

1.1
date	2014.08.09.21.57.14;	author wiz;	state Exp;
branches;
next	;
commitid	NXigFlouL66zDJLx;


desc
@@


1.8
log
@bugs-everywhere: remove

The software was abandoned by upstream and only supports python
2.7.  One of its dependencies, py-cherrypy, does not support python
2.7 any longer.
@
text
@# $NetBSD: Makefile,v 1.7 2018/07/03 05:03:08 adam Exp $

DISTNAME=	be-1.1.1
PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/be/bugs-everywhere/}
PKGREVISION=	1
CATEGORIES=	devel
MASTER_SITES=	http://download.bugseverywhere.org/releases/

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	http://bugseverywhere.org/
COMMENT=	Distributed bugtracker
LICENSE=	gnu-gpl-v2

DEPENDS+=	${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
DEPENDS+=	${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
DEPENDS+=	${PYPKGPREFIX}-cherrypy-[0-9]*:../../www/py-cherrypy
# supposedly needed for docs and man pages, but no change to binary package
#BUILD_DEPENDS+=	${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
#BUILD_DEPENDS+=	${PYPKGPREFIX}-numpydoc-[0-9]*:../../textproc/py-numpydoc
#BUILD_DEPENDS+=	${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils

USE_LANGUAGES=	# none

EGG_NAME=			bugs_everywhere-${PKGVERSION_NOREV}
PYTHON_VERSIONS_INCOMPATIBLE=	34 35 36 37 # not ported yet as of 1.1.1
REPLACE_PYTHON+=		libbe/version.py

post-install:
	cd ${DESTDIR}${PREFIX}/bin && mv be be${PYVERSSUFFIX}

.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
@


1.7
log
@extend PYTHON_VERSIONS_ for Python 3.7
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2017/01/01 14:43:29 wiz Exp $
@


1.6
log
@Add python-3.6 to incompatible versions.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2016/08/28 15:48:29 wiz Exp $
d25 1
a25 1
PYTHON_VERSIONS_INCOMPATIBLE=	34 35 36 # not ported yet as of 1.1.1
@


1.5
log
@Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided
by the infrastructure.

Mark a couple more packages as not ready for python-3.x.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2016/07/09 13:03:37 wiz Exp $
d25 1
a25 1
PYTHON_VERSIONS_INCOMPATIBLE=	34 35 # not ported yet as of 1.1.1
@


1.4
log
@Remove python33: adapt all packages that refer to it.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2015/12/11 11:35:24 wiz Exp $
a24 1
PLIST_SUBST+=			PYVERSSUFFIX=${PYVERSSUFFIX}
a26 1
FILES_SUBST+=			PYVERSSUFFIX=${PYVERSSUFFIX}
@


1.3
log
@Fix ALTERNATIVES file. Bump PKGREVISION.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2015/12/05 21:25:34 adam Exp $
d26 1
a26 1
PYTHON_VERSIONS_INCOMPATIBLE=	33 34 35 # not ported yet as of 1.1.1
@


1.2
log
@Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2014/08/09 21:57:14 wiz Exp $
d5 1
d24 1
a24 1
EGG_NAME=			bugs_everywhere-${PKGVERSION}
d28 1
@


1.1
log
@Import py27-bugs-everywhere-1.1.1 as devel/bugs-everywhere.

This is Bugs Everywhere (BE), a bugtracker built on distributed
version control.  It works with Arch, Bazaar, Darcs, Git, Mercurial,
and Monotone at the moment, but is easily extensible.  It can also
function with no VCS at all.

The idea is to package the bug information with the source code,
so that bugs can be marked "fixed" in the branches that fix them.
So, instead of numbers, bugs have globally unique ids.
@
text
@d1 1
a1 1
# $NetBSD$
d25 1
a25 1
PYTHON_VERSIONS_INCOMPATIBLE=	33 34 # not ported yet as of 1.1.1
@

