5a01261797
Version 1.2.3 - Use built-in :mod:`importlib.metadata` on Python 3.8.
24 lines
745 B
Makefile
24 lines
745 B
Makefile
# $NetBSD: Makefile,v 1.5 2020/01/03 12:45:10 adam Exp $
|
|
|
|
DISTNAME= Pallets-Sphinx-Themes-1.2.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=P/Pallets-Sphinx-Themes/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/pallets/pallets-sphinx-themes
|
|
COMMENT= Sphinx themes for Pallets and related projects
|
|
LICENSE= modified-bsd
|
|
|
|
PYTHON_VERSIONED_DEPENDENCIES= sphinx
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/pyversion.mk"
|
|
.if ${_PYTHON_VERSION} < 38
|
|
DEPENDS+= ${PYPKGPREFIX}-importlib-metadata-[0-9]*:../../devel/py-importlib-metadata
|
|
.endif
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../lang/python/versioned_dependencies.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|