Removing another useless python3 flavor from a port that
backports functionality to python 2.x and versions of python 3.x much earlier than what we have. OK sthen@
This commit is contained in:
parent
9a75556f29
commit
3fc40f4788
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1848 2019/04/29 12:58:56 bket Exp $
|
||||
# $OpenBSD: Makefile,v 1.1849 2019/05/01 13:49:52 kmos Exp $
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR += ElectricFence
|
||||
@ -1287,7 +1287,6 @@
|
||||
SUBDIR += py-babel,python3
|
||||
SUBDIR += py-backports
|
||||
SUBDIR += py-backports-abc
|
||||
SUBDIR += py-backports-abc,python3
|
||||
SUBDIR += py-backports-functools-lru-cache
|
||||
SUBDIR += py-backports-shutil-get-terminal-size
|
||||
SUBDIR += py-backports-ssl-match-hostname
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2019/04/28 20:51:30 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2019/05/01 13:49:52 kmos Exp $
|
||||
|
||||
COMMENT = backport of the 'collections.abc' module
|
||||
|
||||
MODPY_EGG_VERSION = 0.5
|
||||
DISTNAME = backports_abc-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-backports-abc-${MODPY_EGG_VERSION}
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
@ -19,8 +19,7 @@ MODULES = lang/python
|
||||
MODPY_PI = Yes
|
||||
MODPY_SETUPTOOLS = Yes
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
# No python3 FLAVOR - port backports functionality to python 2.x
|
||||
|
||||
do-test:
|
||||
cd ${WRKSRC} && ${MODPY_BIN} -m unittest discover
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.741 2019/04/29 17:48:38 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.742 2019/05/01 13:49:52 kmos Exp $
|
||||
|
||||
COMMENT = exceptions to pkg_add rules
|
||||
CATEGORIES = devel databases
|
||||
DISTFILES =
|
||||
|
||||
# API.rev
|
||||
PKGNAME = quirks-3.134
|
||||
PKGNAME = quirks-3.135
|
||||
PKG_ARCH = *
|
||||
MAINTAINER = Marc Espie <espie@openbsd.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#! /usr/bin/perl
|
||||
|
||||
# ex:ts=8 sw=4:
|
||||
# $OpenBSD: Quirks.pm,v 1.758 2019/04/29 17:48:38 jasper Exp $
|
||||
# $OpenBSD: Quirks.pm,v 1.759 2019/05/01 13:49:52 kmos Exp $
|
||||
#
|
||||
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
|
||||
#
|
||||
@ -1221,6 +1221,7 @@ my $obsolete_reason = {
|
||||
'jamvm' => 5,
|
||||
'gnome-code-assistance' => 3,
|
||||
'gedit-code-assistance' => 3,
|
||||
'py3-backports-abc' => 5,
|
||||
};
|
||||
|
||||
# reasons for obsolete packages
|
||||
|
Loading…
Reference in New Issue
Block a user