0fdd62a568
2.4.0: Add user_documents_dir
20 lines
586 B
Makefile
20 lines
586 B
Makefile
# $NetBSD: Makefile,v 1.3 2021/09/29 07:34:04 adam Exp $
|
|
|
|
DISTNAME= platformdirs-2.4.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= misc python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/platformdirs/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/platformdirs/platformdirs
|
|
COMMENT= Python module for determining appropriate platform-specific dirs
|
|
LICENSE= mit
|
|
|
|
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|