head	1.8;
access;
symbols
	pkgsrc-2026Q1:1.8.0.8
	pkgsrc-2026Q1-base:1.8
	pkgsrc-2025Q4:1.8.0.6
	pkgsrc-2025Q4-base:1.8
	pkgsrc-2025Q3:1.8.0.4
	pkgsrc-2025Q3-base:1.8
	pkgsrc-2025Q2:1.8.0.2
	pkgsrc-2025Q2-base:1.8
	pkgsrc-2025Q1:1.7.0.2
	pkgsrc-2025Q1-base:1.7
	pkgsrc-2024Q4:1.6.0.2
	pkgsrc-2024Q4-base:1.6
	pkgsrc-2024Q3:1.5.0.6
	pkgsrc-2024Q3-base:1.5
	pkgsrc-2024Q2:1.5.0.4
	pkgsrc-2024Q2-base:1.5
	pkgsrc-2024Q1:1.5.0.2
	pkgsrc-2024Q1-base:1.5
	pkgsrc-2023Q4:1.4.0.14
	pkgsrc-2023Q4-base:1.4
	pkgsrc-2023Q3:1.4.0.12
	pkgsrc-2023Q3-base:1.4
	pkgsrc-2023Q2:1.4.0.10
	pkgsrc-2023Q2-base:1.4
	pkgsrc-2023Q1:1.4.0.8
	pkgsrc-2023Q1-base:1.4
	pkgsrc-2022Q4:1.4.0.6
	pkgsrc-2022Q4-base:1.4
	pkgsrc-2022Q3:1.4.0.4
	pkgsrc-2022Q3-base:1.4
	pkgsrc-2022Q2:1.4.0.2
	pkgsrc-2022Q2-base:1.4
	pkgsrc-2022Q1:1.3.0.2
	pkgsrc-2022Q1-base:1.3
	pkgsrc-2021Q4:1.2.0.16
	pkgsrc-2021Q4-base:1.2
	pkgsrc-2021Q3:1.2.0.14
	pkgsrc-2021Q3-base:1.2
	pkgsrc-2021Q2:1.2.0.12
	pkgsrc-2021Q2-base:1.2
	pkgsrc-2021Q1:1.2.0.10
	pkgsrc-2021Q1-base:1.2
	pkgsrc-2020Q4:1.2.0.8
	pkgsrc-2020Q4-base:1.2
	pkgsrc-2020Q3:1.2.0.6
	pkgsrc-2020Q3-base:1.2
	pkgsrc-2020Q2:1.2.0.4
	pkgsrc-2020Q2-base:1.2
	pkgsrc-2020Q1:1.2.0.2
	pkgsrc-2020Q1-base:1.2
	pkgsrc-2019Q4:1.1.0.8
	pkgsrc-2019Q4-base:1.1
	pkgsrc-2019Q3:1.1.0.4
	pkgsrc-2019Q3-base:1.1
	pkgsrc-2019Q2:1.1.0.2
	pkgsrc-2019Q2-base:1.1;
locks; strict;
comment	@# @;


1.8
date	2025.04.14.18.56.06;	author adam;	state Exp;
branches;
next	1.7;
commitid	J4yjPLMP6OK6f3RF;

1.7
date	2025.03.05.10.45.39;	author wiz;	state Exp;
branches;
next	1.6;
commitid	YPm5f7ZNStGzORLF;

1.6
date	2024.11.11.07.29.22;	author wiz;	state Exp;
branches;
next	1.5;
commitid	1fBDq3LwS98NncxF;

1.5
date	2024.01.20.10.14.48;	author adam;	state Exp;
branches;
next	1.4;
commitid	86xA2iLgQTU2PaVE;

1.4
date	2022.04.29.11.56.44;	author wiz;	state Exp;
branches;
next	1.3;
commitid	8UvhVjMDDlJcF5CD;

1.3
date	2022.01.04.20.55.25;	author wiz;	state Exp;
branches;
next	1.2;
commitid	CYyhdK9qtoffkmnD;

1.2
date	2020.01.26.17.32.23;	author rillig;	state Exp;
branches;
next	1.1;
commitid	4fBBvoSLJaGd0eUB;

1.1
date	2019.06.17.20.56.58;	author adam;	state Exp;
branches;
next	;
commitid	Gu5k0bPXCXDnjArB;


desc
@@


1.8
log
@Fix PLIST after py-setuptools update; bump depends and revision
@
text
@# $NetBSD: Makefile,v 1.7 2025/03/05 10:45:39 wiz Exp $

DISTNAME=	Flask-API-3.1
PKGNAME=	${PYPKGPREFIX}-${DISTNAME:tl}
PKGREVISION=	2
CATEGORIES=	www python
MASTER_SITES=	${MASTER_SITE_PYPI:=F/Flask-API/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/flask-api/flask-api
COMMENT=	Browsable web APIs for Flask
LICENSE=	modified-bsd

TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+=	${PYPKGPREFIX}-flask>=2.0.0:../../www/py-flask

USE_LANGUAGES=	# none

WHEEL_NAME=	${DISTNAME:tl:S/-/_/}

post-extract:
	${RM} -r ${WRKSRC}/flask_api/__pycache__

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


1.7
log
@py-flask-api: fix wheel name for latest setuptools and depend on it

Bump PKGREVISION.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2024/11/11 07:29:22 wiz Exp $
d5 1
a5 1
PKGREVISION=	1
d14 1
a14 1
TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
@


1.6
log
@py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2024/01/20 10:14:48 adam Exp $
d5 1
d14 1
a14 1
TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
d19 1
a19 1
PYTHON_VERSIONS_INCOMPATIBLE=	27
@


1.5
log
@py-flask-api: updated to 3.1

3.1
Unknown changes
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2022/04/29 11:56:44 wiz Exp $
a13 1
TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
@


1.4
log
@*: mark py-flask dependencies as not-for-python-2.x

I'll update py-flask soon; the current pkgsrc of py-flask version
is broken and all newer versions do not support python 2.x
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2022/01/04 20:55:25 wiz Exp $
d3 1
a3 1
DISTNAME=	Flask-API-1.1
a4 1
PKGREVISION=	1
d9 1
a9 1
HOMEPAGE=	https://www.flaskapi.org/
d13 3
a15 1
DEPENDS+=	${PYPKGPREFIX}-flask>=0.12.3:../../www/py-flask
d21 4
a24 1
.include "../../lang/python/egg.mk"
@


1.3
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.2 2020/01/26 17:32:23 rillig Exp $
d18 2
@


1.2
log
@all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2019/06/17 20:56:58 adam Exp $
d5 1
@


1.1
log
@py-flask-api: added version 1.1

Flask API is a drop-in replacement for Flask that provides an implementation of
browsable APIs similar to what Django REST framework provides. It gives you
properly content negotiated-responses and smart request parsing.
@
text
@d1 1
a1 1
# $NetBSD$
d9 1
a9 1
HOMEPAGE=	http://www.flaskapi.org/
@

