20 lines
516 B
Makefile
20 lines
516 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/09/25 08:28:26 adam Exp $
|
|
|
|
DISTNAME= gitdb-4.0.5
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gitdb/}
|
|
|
|
MAINTAINER= kamel.derouiche@gmail.com
|
|
HOMEPAGE= https://github.com/gitpython-developers/gitdb
|
|
COMMENT= Git Object Database
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-smmap-[0-9]*:../../devel/py-smmap
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|