23 lines
726 B
Makefile
23 lines
726 B
Makefile
# $NetBSD: Makefile,v 1.3 2020/10/06 10:51:21 wiz Exp $
|
|
|
|
DISTNAME= fuzzywuzzy-0.18.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=f/fuzzywuzzy/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
#HOMEPAGE= https://github.com/seatgeek/fuzzywuzzy
|
|
COMMENT= Fuzzy String Matching in Python
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-Levenshtein-[0-9]*:../../textproc/py-Levenshtein
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-codestyle-[0-9]*:../../devel/py-codestyle
|
|
|
|
PYTHON_VERSIONED_DEPENDENCIES= test:test
|
|
PYTHON_VERSIONED_DEPENDENCIES+= hypothesis:test
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../lang/python/versioned_dependencies.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|