remove py-futures, no longer needed (backport of functionality added in

Python 3.2). ok bcallah@
This commit is contained in:
sthen 2022-09-08 11:09:06 +00:00
parent 7c359df99d
commit d184f9d577
7 changed files with 3 additions and 49 deletions

View File

@ -1386,7 +1386,6 @@
SUBDIR += py-funcy,python3
SUBDIR += py-future
SUBDIR += py-future,python3
SUBDIR += py-futures
SUBDIR += py-gast,python3
SUBDIR += py-gevent,python3
SUBDIR += py-gevent-eventemitter,python3

View File

@ -1,24 +0,0 @@
COMMENT= futures implementation for Python
MODPY_EGG_VERSION= 3.2.0
DISTNAME= futures-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
CATEGORIES= devel
MAINTAINER= Brian Callahan <bcallah@openbsd.org>
REVISION= 0
# Python Software Foundation license
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_2}
MODPY_PI = Yes
MODPY_SETUPTOOLS= Yes
TEST_DEPENDS = lang/python/${MODPY_VERSION},-tests
do-test:
cd ${WRKSRC} && ${MODPY_BIN} test_futures.py
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (futures-3.2.0.tar.gz) = nsAqp9Z0rLhhivsSfif95/xomUwEN611n6CUpXStsmU=
SIZE (futures-3.2.0.tar.gz) = 27320

View File

@ -1,2 +0,0 @@
This is a backport of the concurrent.futures package from Python 3.2 which
provides a high-level interface for asynchronously executing callables.

View File

@ -1,18 +0,0 @@
lib/python${MODPY_VERSION}/site-packages/concurrent/
lib/python${MODPY_VERSION}/site-packages/concurrent/__init__.py
lib/python${MODPY_VERSION}/site-packages/concurrent/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/concurrent/futures/
lib/python${MODPY_VERSION}/site-packages/concurrent/futures/__init__.py
lib/python${MODPY_VERSION}/site-packages/concurrent/futures/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/concurrent/futures/_base.py
lib/python${MODPY_VERSION}/site-packages/concurrent/futures/_base.pyc
lib/python${MODPY_VERSION}/site-packages/concurrent/futures/process.py
lib/python${MODPY_VERSION}/site-packages/concurrent/futures/process.pyc
lib/python${MODPY_VERSION}/site-packages/concurrent/futures/thread.py
lib/python${MODPY_VERSION}/site-packages/concurrent/futures/thread.pyc
lib/python${MODPY_VERSION}/site-packages/futures-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/futures-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/futures-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/futures-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/futures-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/futures-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt

View File

@ -3,7 +3,7 @@ CATEGORIES = devel databases
DISTFILES =
# API.rev
PKGNAME = quirks-6.34
PKGNAME = quirks-6.35
PKG_ARCH = *
MAINTAINER = Marc Espie <espie@openbsd.org>

View File

@ -1,7 +1,7 @@
#! /usr/bin/perl
# ex:ts=8 sw=4:
# $OpenBSD: Quirks.pm,v 1.1428 2022/09/08 10:10:38 sthen Exp $
# $OpenBSD: Quirks.pm,v 1.1429 2022/09/08 11:09:06 sthen Exp $
#
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
#
@ -1709,6 +1709,7 @@ setup_obsolete_reason(
6 => 'webvfx',
6 => 'libXp',
5 => 'gamin',
6 => 'py-futures',
);
# though it's not yet used, these should be pkgnames, so that eventually