public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* python-future missing python 3.8 and 3.9 support
@ 2022-05-03 20:25 Libor Ukropec
  2022-05-03 22:15 ` Jon Turney
  0 siblings, 1 reply; 5+ messages in thread
From: Libor Ukropec @ 2022-05-03 20:25 UTC (permalink / raw)
  To: cygwin-apps

Hello Jon, maintainers,

who is now the maintainer of the python-future - Jon Turney?

The python-future supports only python 2.7, 3.6 and 3.7 and these are 
basically obsolete. I'd like to add support for 3.8 and 3.9 - it should 
allow me to support `duplicity` package with the latest python (3.9).

PYTHON_WHEEL_VERSIONS variable should help. Can I kindly ask someone for 
the package update?

Thank you and regards,
Libor

diff --git a/python-future.cygport b/python-future.cygport
index 3151b74..6f586ae 100644
--- a/python-future.cygport
+++ b/python-future.cygport
@@ -3,6 +3,7 @@ VERSION=0.18.2
  RELEASE=1
  ARCH=noarch

+PYTHON_WHEEL_VERSIONS="2.7:3.6:3.7:3.8:3.9"
  inherit python-wheel

  HOMEPAGE="http://python-future.org/"
@@ -20,3 +21,4 @@ src_install() {
  }

  python36_future_CONTENTS+=" usr/bin/*"
+python37_future_CONTENTS+=" usr/bin/*"

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-05-08 15:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-03 20:25 python-future missing python 3.8 and 3.9 support Libor Ukropec
2022-05-03 22:15 ` Jon Turney
2022-05-04 23:04   ` Libor Ukropec
2022-05-08 12:43     ` Jon Turney
2022-05-08 15:25       ` Libor Ukropec

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).