8a9cb53cf6
They now have a tool dependency on py-setuptools instead of a DEPENDS
26 lines
707 B
Makefile
26 lines
707 B
Makefile
# $NetBSD: Makefile,v 1.12 2022/01/04 20:53:08 wiz Exp $
|
|
|
|
DISTNAME= GitPython-3.1.18
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gitpython/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/gitpython-developers/GitPython
|
|
COMMENT= Python Git Library
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-gitdb>=4.0.1:../../devel/py-gitdb
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/pyversion.mk"
|
|
.if ${_PYTHON_VERSION} < 38
|
|
DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.7.4.0:../../devel/py-typing-extensions
|
|
.endif
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|