From 5b7aa3e53788dddfebad14c29aec876626da957a Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Thu, 14 Dec 2023 22:04:31 +0100 Subject: [PATCH] python3-future: update to 0.18.3, adopt --- srcpkgs/python3-future/template | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/srcpkgs/python3-future/template b/srcpkgs/python3-future/template index 2c6dfca87f4..e167dd63717 100644 --- a/srcpkgs/python3-future/template +++ b/srcpkgs/python3-future/template @@ -1,16 +1,16 @@ # Template file for 'python3-future' pkgname=python3-future -version=0.18.2 -revision=7 -build_style=python3-module -hostmakedepends="python3-setuptools" -depends="python3-setuptools" +version=0.18.3 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-setuptools python3-wheel" +depends="python3" short_desc="Clean single-source support for Python 3 and 2 (Python3)" -maintainer="Orphaned " +maintainer="Emil Miler " license="MIT" homepage="https://python-future.org/" distfiles="${PYPI_SITE}/f/future/future-${version}.tar.gz" -checksum=b1bead90b70cf6ec3f0710ae53a525360fa360d306a86583adc6bf83a4db537d +checksum=34a17436ed1e96697a86f9de3d15a3b0be01d8bc8de9c1dffd59fb8234ed5307 conflicts="python-future>=0"