head	1.10;
access;
symbols
	pkgsrc-2026Q1:1.10.0.4
	pkgsrc-2026Q1-base:1.10
	pkgsrc-2025Q4:1.10.0.2
	pkgsrc-2025Q4-base:1.10
	pkgsrc-2025Q3:1.9.0.2
	pkgsrc-2025Q3-base:1.9
	pkgsrc-2025Q2:1.8.0.6
	pkgsrc-2025Q2-base:1.8
	pkgsrc-2025Q1:1.8.0.4
	pkgsrc-2025Q1-base:1.8
	pkgsrc-2024Q4:1.8.0.2
	pkgsrc-2024Q4-base:1.8
	pkgsrc-2024Q3:1.7.0.10
	pkgsrc-2024Q3-base:1.7
	pkgsrc-2024Q2:1.7.0.8
	pkgsrc-2024Q2-base:1.7
	pkgsrc-2024Q1:1.7.0.6
	pkgsrc-2024Q1-base:1.7
	pkgsrc-2023Q4:1.7.0.4
	pkgsrc-2023Q4-base:1.7
	pkgsrc-2023Q3:1.7.0.2
	pkgsrc-2023Q3-base:1.7
	pkgsrc-2023Q2:1.5.0.2
	pkgsrc-2023Q2-base:1.5
	pkgsrc-2023Q1:1.4.0.10
	pkgsrc-2023Q1-base:1.4
	pkgsrc-2022Q4:1.4.0.8
	pkgsrc-2022Q4-base:1.4
	pkgsrc-2022Q3:1.4.0.6
	pkgsrc-2022Q3-base:1.4
	pkgsrc-2022Q2:1.4.0.4
	pkgsrc-2022Q2-base:1.4
	pkgsrc-2022Q1:1.4.0.2
	pkgsrc-2022Q1-base:1.4
	pkgsrc-2021Q4:1.3.0.10
	pkgsrc-2021Q4-base:1.3
	pkgsrc-2021Q3:1.3.0.8
	pkgsrc-2021Q3-base:1.3
	pkgsrc-2021Q2:1.3.0.6
	pkgsrc-2021Q2-base:1.3
	pkgsrc-2021Q1:1.3.0.4
	pkgsrc-2021Q1-base:1.3
	pkgsrc-2020Q4:1.3.0.2
	pkgsrc-2020Q4-base:1.3
	pkgsrc-2020Q3:1.2.0.4
	pkgsrc-2020Q3-base:1.2
	pkgsrc-2020Q2:1.2.0.2
	pkgsrc-2020Q2-base:1.2;
locks; strict;
comment	@# @;


1.10
date	2025.10.09.07.57.31;	author wiz;	state Exp;
branches;
next	1.9;
commitid	t4nMY0Dt3rBjSRdG;

1.9
date	2025.07.05.11.44.14;	author wiz;	state Exp;
branches;
next	1.8;
commitid	B2KLCDAZOmgedy1G;

1.8
date	2024.10.14.06.45.39;	author wiz;	state Exp;
branches;
next	1.7;
commitid	ynDJEEQamKd33BtF;

1.7
date	2023.08.01.23.20.40;	author wiz;	state Exp;
branches;
next	1.6;
commitid	lyjXpsSeA6xpH8zE;

1.6
date	2023.07.01.08.37.45;	author wiz;	state Exp;
branches;
next	1.5;
commitid	OGZpaIgVtdY8O4vE;

1.5
date	2023.04.30.14.30.17;	author wiz;	state Exp;
branches;
next	1.4;
commitid	3riI6Oph1EwPK8nE;

1.4
date	2022.01.04.20.53.07;	author wiz;	state Exp;
branches;
next	1.3;
commitid	CYyhdK9qtoffkmnD;

1.3
date	2020.10.06.10.51.21;	author wiz;	state Exp;
branches;
next	1.2;
commitid	2RV3QCrN1rkTCPqC;

1.2
date	2020.05.16.17.13.40;	author adam;	state Exp;
branches;
next	1.1;
commitid	O1XdZN37EtIelu8C;

1.1
date	2020.04.06.08.00.19;	author wiz;	state Exp;
branches;
next	;
commitid	thfKo420Iuu7zi3C;


desc
@@


1.10
log
@*: remove reference to (removed) Python 3.9
@
text
@# $NetBSD: Makefile,v 1.9 2025/07/05 11:44:14 wiz Exp $

DISTNAME=	fuzzywuzzy-0.18.0
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
PKGREVISION=	1
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
TEST_DEPENDS+=	${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
TEST_DEPENDS+=	${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test

USE_LANGUAGES=	# none

PYTHON_VERSIONS_INCOMPATIBLE=	310

.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
@


1.9
log
@*: some more recursive Python restrictions on Python 3.11+

Reported in SmartOS bulk build
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.8 2024/10/14 06:45:39 wiz Exp $
d21 1
a21 1
PYTHON_VERSIONS_INCOMPATIBLE=	39 310
@


1.8
log
@*: clean-up after python38 removal
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.7 2023/08/01 23:20:40 wiz Exp $
d21 2
@


1.7
log
@*: remove more references to Python 3.7
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2023/07/01 08:37:45 wiz Exp $
a18 2
PYTHON_VERSIONS_INCOMPATIBLE=	27 38

@


1.6
log
@*: restrict py-numpy users to 3.9+ in preparation for update
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2023/04/30 14:30:17 wiz Exp $
d19 1
a19 1
PYTHON_VERSIONS_INCOMPATIBLE=	27 37 38
@


1.5
log
@py-fuzzywuzzy: not for python 2
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2022/01/04 20:53:07 wiz Exp $
d19 1
a19 1
PYTHON_VERSIONS_INCOMPATIBLE=	27
@


1.4
log
@*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2020/10/06 10:51:21 wiz Exp $
d16 2
d19 1
a19 2
PYTHON_VERSIONED_DEPENDENCIES=	test:test
PYTHON_VERSIONED_DEPENDENCIES+=	hypothesis:test
a23 1
.include "../../lang/python/versioned_dependencies.mk"
@


1.3
log
@*: use py-hypothesis via versioned_dependencies.mk
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2020/05/16 17:13:40 adam Exp $
d5 1
@


1.2
log
@pytest from versioned deps.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2020/04/06 08:00:19 wiz Exp $
a14 1
TEST_DEPENDS+=	${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
d17 1
@


1.1
log
@devel/py-fuzzywuzzy: import py-fuzzywuzzy-0.18.0

Fuzzy string matching like a boss. It uses Levenshtein Distance to
calculate the differences between sequences in a simple-to-use
package.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2019/12/14 10:58:37 adam Exp $
d16 2
a17 1
TEST_DEPENDS+=	${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
a20 5
#post-install:
#	cd ${DESTDIR}${PREFIX}/bin && \
#	${MV} futurize futurize-${PYVERSSUFFIX} && \
#	${MV} pasteurize pasteurize-${PYVERSSUFFIX} || ${TRUE}

d22 1
@

