OpenBSD CVS

CVS log for ports/devel/py-futures/Attic/Makefile


[BACK] Up to [local] / ports / devel / py-futures

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.14, Thu Sep 8 11:09:06 2022 UTC (20 months, 3 weeks ago) by sthen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.13: +0 -0 lines
FILE REMOVED

remove py-futures, no longer needed (backport of functionality added in
Python 3.2). ok bcallah@

Revision 1.13 / (download) - annotate - [select for diffs], Fri Mar 11 18:52:43 2022 UTC (2 years, 2 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.12: +0 -2 lines
Diff to previous 1.12 (unified)

drop RCS Ids

Revision 1.12 / (download) - annotate - [select for diffs], Fri May 21 19:50:26 2021 UTC (3 years ago) by kmos
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (unified)

Bump the REVISION on all ports that use the python2 version of
py-setuptools.

Also change the lang/python module to use the new
devel/py2-setuptools for python2 ports

ok sthen@

Revision 1.11 / (download) - annotate - [select for diffs], Tue Feb 23 19:39:18 2021 UTC (3 years, 3 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (unified)

Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.

Revision 1.10 / (download) - annotate - [select for diffs], Fri Jul 12 20:45:48 2019 UTC (4 years, 10 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (unified)

replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes

Revision 1.9 / (download) - annotate - [select for diffs], Sat Dec 9 13:52:26 2017 UTC (6 years, 5 months ago) by bcallah
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (unified)

Simple update to py-futures-3.2.0

Revision 1.8 / (download) - annotate - [select for diffs], Mon Jun 19 23:03:35 2017 UTC (6 years, 11 months ago) by bcallah
Branch: MAIN
CVS Tags: OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.7: +4 -3 lines
Diff to previous 1.7 (unified)

Update to 3.1.1
ok shadchin@

Revision 1.7 / (download) - annotate - [select for diffs], Sat Aug 27 16:09:36 2016 UTC (7 years, 9 months ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (unified)

Update to py-futures-3.0.5.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Jan 24 13:46:17 2016 UTC (8 years, 4 months ago) by shadchin
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.5: +5 -6 lines
Diff to previous 1.5 (unified)

Minor update to py-futures 3.0.4

Revision 1.5 / (download) - annotate - [select for diffs], Thu Jan 7 21:37:48 2016 UTC (8 years, 4 months ago) by jasper
Branch: MAIN
Changes since 1.4: +1 -2 lines
Diff to previous 1.4 (unified)

remove HOMEPAGE from ports that had the (now default) pypi homepage

Revision 1.4 / (download) - annotate - [select for diffs], Tue Dec 29 15:50:58 2015 UTC (8 years, 5 months ago) by shadchin
Branch: MAIN
Changes since 1.3: +9 -3 lines
Diff to previous 1.3 (unified)

Update to py-futures 3.0.3

ok jca@

Revision 1.3 / (download) - annotate - [select for diffs], Tue Sep 29 10:51:53 2015 UTC (8 years, 8 months ago) by sthen
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (unified)

bump REVISION for setuptools dep change.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Apr 2 14:21:14 2015 UTC (9 years, 2 months ago) by jasper
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (unified)

- switch to MODPY_PI

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 2 07:55:04 2013 UTC (10 years, 8 months ago) by sthen
Branch: sthen
CVS Tags: sthen_20131002, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

import devel/py-futures, ok dcoppa@ benoit@

This is a backport of the concurrent.futures package from Python 3.2 which
provides a high-level interface for asynchronously executing callables.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 2 07:55:04 2013 UTC (10 years, 8 months ago) by sthen
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.