notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-futures Backport of the concurrent.futures package from Python 3
3.3.0 devel Deleted on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.3.0Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Uses Python 2.7 which is EOLed upstream
Expired This port expired on: 2020-12-31
Maintainer: koobs@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2013-11-16 05:06:49
Last Update: 2021-01-02 22:45:43
SVN Revision: 559976
People watching this port, also watch:: py39-pycparser, grepcidr, p5-Net-HTTP, tmux, p5-Net-Domain-TLD
Also Listed In: python
License: PSFL
WWW:
https://github.com/agronholm/pythonfutures
Description:
Backport of the concurrent.futures package from Python 3.2 The concurrent.futures module provides a high-level interface for asynchronously executing callables. This is described in PEP-3148 and is included in Python 3.2+ WWW: https://github.com/agronholm/pythonfutures
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}futures>0:devel/py-futures@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py27-futures
Package flavors (<flavor>: <package>)
  • py27: py27-futures
distinfo:
TIMESTAMP = 1583297763 SHA256 (futures-3.3.0.tar.gz) = 7e033af76a5e35f58e56da7a91e687706faf4e7bdfb2cbc3f2cca6b9bcda9794 SIZE (futures-3.3.0.tar.gz) = 28729

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py27-setuptools>0 : devel/py-setuptools@py27
  2. python2.7 : lang/python27
Runtime dependencies:
  1. py27-setuptools>0 : devel/py-setuptools@py27
  2. python2.7 : lang/python27
NOTE: dependencies for deleted ports are notoriously suspect
This port is required by:
for Build

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. www/reviewboard*
  2. Collapse this list of deleted ports.
for Run

Deleted ports which required this port:

Expand this list of 5 deleted ports
  1. databases/py-swiftclient*
  2. net/py-python-swiftclient*
  3. security/w3af*
  4. www/py-pySmartDL*
  5. www/reviewboard*
  6. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
N/A
USES:
python:2.7
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/f/futures/
  2. https://pypi.org/packages/source/f/futures/
Collapse this list.

Number of commits found: 13

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.3.0
02 Jan 2021 22:45:43
Revision:559976Original commit files touched by this commit
rene search for other commits by this committer
Remove some more expired ports:

devel/py-backports.functools_lru_cache
devel/py-backports_abc
devel/py-futures
devel/py-singledispatch
devel/py-typing
graphics/py-pillow6

Adjust dependent ports.
Tested with 'make index' against r559975
3.3.0
01 Jan 2021 10:11:35
Revision:559822Original commit files touched by this commit
antoine search for other commits by this committer
Revert r559792 to unbreak INDEX and bulk -a
It seems a lot of reverse dependencies were missed

With hat:	portmgr
3.3.0
01 Jan 2021 00:57:24
Revision:559792Original commit files touched by this commit
rene search for other commits by this committer
Remove most expired ports that depend on Python 2.7:

Exceptions are:
- mail/mailman, our listservers still use it
- www/chromium, solely because of popular demand,
  upstream is (slowly) working on porting it to Python 3
- ports that have actual patches for Python 3 against
  them (Cinnamon and a few unrelated other ports)
- llvm70 and qt5-webengine because they seem to have a lot
  of dependencies which need further analysis
- sysutils/uefi-edk2-bhyve because bhyve seems to use them
- python2 and python27 themselves

I'm sure there will be complaints, but the nice thing about
a version control system is that we can revert and adjust things.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.3.0
04 Mar 2020 05:14:19
Revision:527737Original commit files touched by this commit
koobs search for other commits by this committer
devel/py-futures: Update to 3.3.0

Changelog:

  https://github.com/agronholm/pythonfutures/blob/3.3.0/CHANGES.rst

Reported by:	ngie
MFH:		2020Q2 (blanket: bugfix release)
3.2.0
19 Feb 2020 17:59:36
Revision:526520Original commit files touched by this commit
antoine search for other commits by this committer
Clean up USES

With hat:	portmgr
3.2.0
20 Mar 2018 02:47:18
Revision:465059Original commit files touched by this commit
koobs search for other commits by this committer
devel/py-futures: Update to 3.2.0

- Update COMMENT to match upstream change

Changelog:

  https://github.com/agronholm/pythonfutures/blob/3.2.0/CHANGES.rst

PR:		226540
Submitted by:	sunpoet
3.1.1
11 Jul 2017 12:14:32
Revision:445496Original commit files touched by this commit
koobs search for other commits by this committer
devel/py-futures: Update to 3.1.1

 * Update LICENSE (PSFL)

Changelog:

  https://github.com/agronholm/pythonfutures/blob/3.1.1/CHANGES
3.0.5
03 Mar 2016 09:13:33
Revision:410017Original commit files touched by this commit
koobs search for other commits by this committer
devel/py-futures: Update to 3.0.5

- Update PORTVERSION and distinfo checksum (3.0.5)
- Correctly limit to Python versions < 3. :2 means depend on
  lang/python2 (for the python2 symlink), which is an incorrect
  specification.
- Enable NO_ARCH (architecture independent)
- Add a comment above the test target to inform our future
  selves to increase the number of POSIX semaphores using sysctl.
  FreeBSD currently defaults to 30, and I don't believe there's a
  "blessed" way to have tests run as root to do this programatically.

  Without increasing the value, many tests are skipped:

    skipped 'system provides too few semaphores (30 available, 256 necessary)'

Changes:

  https://github.com/agronholm/pythonfutures/blob/3.0.5/CHANGES
3.0.3
25 Jun 2015 06:02:14
Revision:390534Original commit files touched by this commit
koobs search for other commits by this committer
devel/py-futures: Update to 3.0.3

- Update to 3.0.3 [1]
- Add LICENSE_FILE
- Sort USE_PYTHON
- Add regression-test target for QA
- Update pkg-descr WWW: URL

Changes:

  https://github.com/agronholm/pythonfutures/blob/3.0.3/CHANGES

Based on:

PR:		201068 [1]
Submitted by:	Gasol Wu <gasol dot wu gmail com> [1]
2.1.6
20 Oct 2014 16:04:14
Revision:371280Original commit files touched by this commit
mva search for other commits by this committer
- Convert ports of devel/ to USES=python

Approved by:	portmgr (implicit)
2.1.6
01 Jun 2014 15:28:44
Revision:356138Original commit files touched by this commit
rene search for other commits by this committer
Update consumers of lang/python31 or higher to use Python version 3.X
and consumers of lang/python31 or lower to use Python 2.X

This is in preparation of removing lang/python31 which expired on 2014-06-01

While here apply some fixes for textproc/codespell:
- USE_XZ -> USES=tar:xz
- remove unneeded USE_PYTHON_RUN line

Approved by:	python (mva)
2.1.6
09 Feb 2014 12:44:40
Revision:343491Original commit files touched by this commit
koobs search for other commits by this committer
devel/py-futures: Update to 2.1.6 & modernise

- Update to 2.1.6
- Update LICENSE (BSD2CLAUSE)
- Deprecate easy_install target

Changes: 2.1.6 - 2013-01-14

 - Fixed a problem with files missing from the source distribution
2.1.5
16 Nov 2013 05:06:38
Revision:333982Original commit files touched by this commit
koobs search for other commits by this committer
devel/py-futures: [NEW PORT] Backport of Python 3.2 concurrent.futures module

The concurrent.futures module provides a high-level interface for
asynchronously executing callables.

This is described in PEP-3148 and is included in Python 3.2+

WWW: http://code.google.com/p/pythonfutures/

Number of commits found: 13