make this python3-only for py-gobject3 will lose python2 support soon
This commit is contained in:
parent
d2d771d6cf
commit
6e121051da
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2014 2020/09/13 08:10:16 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.2015 2020/09/15 07:38:50 jasper Exp $
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR += 64tass
|
||||
@ -1730,7 +1730,6 @@
|
||||
SUBDIR += py-uncompyle6,python3
|
||||
SUBDIR += py-unicorn,python3
|
||||
SUBDIR += py-unittest2
|
||||
SUBDIR += py-urwid
|
||||
SUBDIR += py-urwid,python3
|
||||
SUBDIR += py-uv
|
||||
SUBDIR += py-uv,python3
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.30 2020/07/03 21:12:51 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.31 2020/09/15 07:38:50 jasper Exp $
|
||||
|
||||
COMMENT = console user interface library for python
|
||||
|
||||
@ -7,7 +7,7 @@ DISTNAME = urwid-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
CATEGORIES = devel
|
||||
EPOCH = 0
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
HOMEPAGE = http://urwid.org/
|
||||
|
||||
@ -28,6 +28,6 @@ MODPY_PYTEST = Yes
|
||||
MODPY_PYTEST_ARGS = urwid/tests
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
FLAVOR ?= python3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2020/01/07 12:09:00 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.8 2020/09/15 07:38:50 jasper Exp $
|
||||
@pkgpath devel/py-urwid
|
||||
lib/python${MODPY_VERSION}/site-packages/urwid/
|
||||
lib/python${MODPY_VERSION}/site-packages/urwid-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/urwid-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.1041 2020/09/14 16:51:05 kmos Exp $
|
||||
# $OpenBSD: Makefile,v 1.1042 2020/09/15 07:38:50 jasper Exp $
|
||||
|
||||
COMMENT = exceptions to pkg_add rules
|
||||
CATEGORIES = devel databases
|
||||
DISTFILES =
|
||||
|
||||
# API.rev
|
||||
PKGNAME = quirks-3.433
|
||||
PKGNAME = quirks-3.434
|
||||
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.1059 2020/09/14 16:51:05 kmos Exp $
|
||||
# $OpenBSD: Quirks.pm,v 1.1060 2020/09/15 07:38:50 jasper Exp $
|
||||
#
|
||||
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
|
||||
#
|
||||
@ -476,6 +476,7 @@ my $stem_extensions = {
|
||||
'py-keyring' => 'py3-keyring',
|
||||
'py-secretstorage' => 'py3-secretstorage',
|
||||
'rgain' => 'rgain3',
|
||||
'py-urwid' => 'py3-urwid',
|
||||
};
|
||||
|
||||
my $obsolete_reason = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user