'py-dot' => 'py3-dot'
This commit is contained in:
parent
505b1d18ba
commit
07cd827dd5
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.1179 2021/02/20 17:09:02 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.1180 2021/02/20 17:18:28 ajacoutot Exp $
|
||||
|
||||
COMMENT = exceptions to pkg_add rules
|
||||
CATEGORIES = devel databases
|
||||
DISTFILES =
|
||||
|
||||
# API.rev
|
||||
PKGNAME = quirks-3.567
|
||||
PKGNAME = quirks-3.568
|
||||
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.1194 2021/02/20 17:09:02 sthen Exp $
|
||||
# $OpenBSD: Quirks.pm,v 1.1195 2021/02/20 17:18:28 ajacoutot Exp $
|
||||
#
|
||||
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
|
||||
#
|
||||
@ -581,6 +581,7 @@ my $stem_extensions = {
|
||||
'py-sphinx_rtd_theme' => 'py3-sphinx_rtd_theme',
|
||||
'py-codestyle' => 'py3-codestyle',
|
||||
'pyflakes3' => 'pyflakes',
|
||||
'py-dot' => 'py3-dot',
|
||||
};
|
||||
|
||||
my $obsolete_reason = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user