3c6e350568
3.1.9 See the following for details: https://github.com/gitpython-developers/gitpython/milestone/41?closed=1*
20 lines
528 B
Makefile
20 lines
528 B
Makefile
# $NetBSD: Makefile,v 1.3 2020/10/03 21:57:04 adam Exp $
|
|
|
|
DISTNAME= GitPython-3.1.9
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
|
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
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|