pkgsrc-wip/py-swh-loader-git/Makefile

30 lines
1.1 KiB
Makefile

# $NetBSD$
DISTNAME= swh.loader.git-0.5.0
PKGNAME= ${PYPKGPREFIX}-swh-loader-git-0.5.0
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/swh.loader.git/}
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://forge.softwareheritage.org/diffusion/DLDG/
COMMENT= Software Heritage git loader
LICENSE= gnu-gpl-v3
PYTHON_VERSIONS_INCOMPATIBLE= 27
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=4.1.2:../../devel/py-setuptools_scm
DEPENDS+= ${PYPKGPREFIX}-dulwich>=0.18.7:../../devel/py-dulwich
DEPENDS+= ${PYPKGPREFIX}-retrying>=0:../../wip/py-retrying
DEPENDS+= ${PYPKGPREFIX}-click>=7.1.2:../../devel/py-click
DEPENDS+= ${PYPKGPREFIX}-swh-core>=0.10.0:../../wip/py-swh-core
DEPENDS+= ${PYPKGPREFIX}-swh-loader-core>=0.11.0:../../wip/py-swh-loader-core
DEPENDS+= ${PYPKGPREFIX}-swh-model>=0.7.2:../../wip/py-swh-model
DEPENDS+= ${PYPKGPREFIX}-swh-objstorage>=0.2.2:../../wip/py-swh-objstorage
DEPENDS+= ${PYPKGPREFIX}-swh-scheduler>=0.4.0:../../wip/py-swh-scheduler
DEPENDS+= ${PYPKGPREFIX}-swh-storage>=0.13.1:../../wip/py-swh-storage
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"