[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / editors / retext

File: [cvs.NetBSD.org] / pkgsrc / editors / retext / Makefile (download)

Revision 1.7, Sun Oct 3 12:42:28 2021 UTC (2 years, 6 months ago) by gutteridge
Branch: MAIN
Changes since 1.6: +3 -2 lines

retext: py-markups dependency no longer supports Python 3.6

# $NetBSD: Makefile,v 1.7 2021/10/03 12:42:28 gutteridge Exp $

DISTNAME=	ReText-7.2.1
PKGNAME=	${DISTNAME:tl}
PKGREVISION=	1
CATEGORIES=	editors python
MASTER_SITES=	${MASTER_SITE_PYPI:=R/ReText/}

MAINTAINER=	gutteridge@NetBSD.org
HOMEPAGE=	https://github.com/retext-project/retext
COMMENT=	Simple but powerful editor for Markdown and reStructuredText
LICENSE=	gnu-gpl-v3

DEPENDS+=	${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet
DEPENDS+=	${PYPKGPREFIX}-enchant-[0-9]*:../../textproc/py-enchant
DEPENDS+=	${PYPKGPREFIX}-markups-[0-9]*:../../textproc/py-markups

USE_LANGUAGES=	# none

PYTHON_VERSIONS_INCOMPATIBLE=	27 36 # py-markups

.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../lang/python/egg.mk"
.include "../../x11/py-qt5/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"