From bd3bb40a5807b0214c9e24f0abfa28a637b9d0c8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 16 Nov 2024 09:26:23 -0500 Subject: [PATCH] python3-Flask-RESTful: rebuild for python3-3.13 --- srcpkgs/python3-Flask-RESTful/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-Flask-RESTful/template b/srcpkgs/python3-Flask-RESTful/template index e138fe86297..f3686570608 100644 --- a/srcpkgs/python3-Flask-RESTful/template +++ b/srcpkgs/python3-Flask-RESTful/template @@ -1,17 +1,17 @@ # Template file for 'python3-Flask-RESTful' pkgname=python3-Flask-RESTful version=0.3.10 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-Flask python3-six python3-pytz python3-aniso8601" -checkdepends="python3-pytest python3-nose python3-mock $depends" short_desc="Simple framework for creating REST APIs" maintainer="Andrew Benson " license="BSD-3-Clause" homepage="https://flask-restful.readthedocs.io/en/latest/" distfiles="https://github.com/flask-restful/flask-restful/archive/${version}.tar.gz" checksum=f0b709993627cfa8141aba6c4cae46d918b0fd07f158fe5ea3195b041ddd831b +make_check=no # Tests require removed python3-nose post_install() { vlicense LICENSE