[ITP] python2-future and python3-future

Yaakov Selkowitz yselkowitz@cygwin.com
Thu May 11 17:52:00 GMT 2017


On 2017-05-11 12:11, Jon Turney wrote:
> python-future is a compatibility layer for Python 2 and Python 3
>
> This is a pre-requisite of buildbot-worker 0.9.x
>
> cygport files:
>
> https://github.com/jon-turney/python2-future-cygport/blob/master/python2-future.cygport
> https://github.com/jon-turney/python3-future-cygport/blob/master/python3-future.cygport

The preferred packaging scheme for Python modules is now python-wheel 
cygclass.  So instead, I suggest something like the attached.

-- 
Yaakov
-------------- next part --------------
inherit python-wheel

NAME="python-future"
VERSION=0.16.0
RELEASE=1
CATEGORY="Python"
SUMMARY="Clean single-source support for Python 3 and 2"
DESCRIPTION="future is the missing compatibility layer between Python 2 and
Python 3. It allows you to use a single, clean Python 3.x-compatible codebase
to support both Python 2 and Python 3 with minimal overhead."
HOMEPAGE="http://python-future.org/"

ARCH=noarch

python3_future_CONTENTS+=" usr/bin/*"


More information about the Cygwin-apps mailing list