quirks and makefile updates for some py2->py3
This commit is contained in:
parent
ecac42410f
commit
81d0902c8e
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.1162 2021/02/14 15:26:34 kn Exp $
|
||||
# $OpenBSD: Makefile,v 1.1163 2021/02/14 15:51:46 sthen Exp $
|
||||
|
||||
COMMENT = exceptions to pkg_add rules
|
||||
CATEGORIES = devel databases
|
||||
DISTFILES =
|
||||
|
||||
# API.rev
|
||||
PKGNAME = quirks-3.550
|
||||
PKGNAME = quirks-3.551
|
||||
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.1178 2021/02/14 15:26:34 kn Exp $
|
||||
# $OpenBSD: Quirks.pm,v 1.1179 2021/02/14 15:51:46 sthen Exp $
|
||||
#
|
||||
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
|
||||
#
|
||||
@ -540,6 +540,12 @@ my $stem_extensions = {
|
||||
'stegcracker' => 'stegseek',
|
||||
'py-ldap3' => 'py3-ldap3',
|
||||
'py-qtpy' => 'py3-qtpy',
|
||||
'py-sip' => 'py3-sip',
|
||||
'py-sip-qt5' => 'py3-sip-qt5',
|
||||
'py-qt5' => 'py3-qt5',
|
||||
'py-ndg_httpsclient' => 'py3-ndg_httpsclient',
|
||||
'py-trustme' => 'py3-trustme',
|
||||
'py-mechanize' => 'py3-mechanize',
|
||||
};
|
||||
|
||||
my $obsolete_reason = {
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.609 2021/02/02 20:11:44 jeremy Exp $
|
||||
# $OpenBSD: Makefile,v 1.610 2021/02/14 15:51:46 sthen Exp $
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR += ADMsnmp
|
||||
@ -335,7 +335,6 @@
|
||||
SUBDIR += py-service_identity
|
||||
SUBDIR += py-service_identity,python3
|
||||
SUBDIR += py-tlsfuzzer,python3
|
||||
SUBDIR += py-trustme
|
||||
SUBDIR += py-trustme,python3
|
||||
SUBDIR += py-vivisect
|
||||
SUBDIR += py-viv_utils
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.999 2021/02/14 14:23:06 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.1000 2021/02/14 15:51:46 sthen Exp $
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR += analog
|
||||
@ -475,13 +475,11 @@
|
||||
SUBDIR += py-mako
|
||||
SUBDIR += py-mako,python3
|
||||
SUBDIR += py-mastodon.py
|
||||
SUBDIR += py-mechanize
|
||||
SUBDIR += py-mechanize,python3
|
||||
SUBDIR += py-meld3
|
||||
SUBDIR += py-meld3,python3
|
||||
SUBDIR += py-metallum,python3
|
||||
SUBDIR += py-multidict,python3
|
||||
SUBDIR += py-ndg-httpsclient
|
||||
SUBDIR += py-ndg-httpsclient,python3
|
||||
SUBDIR += py-paste
|
||||
SUBDIR += py-paste-deploy
|
||||
|
Loading…
x
Reference in New Issue
Block a user