make these python3-only as nothing py2 depends on them anymore

This commit is contained in:
jasper 2020-11-04 20:21:47 +00:00
parent b89bf0335d
commit 1c57351dc5
7 changed files with 18 additions and 14 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.1084 2020/11/03 13:52:13 jasper Exp $
# $OpenBSD: Makefile,v 1.1085 2020/11/04 20:21:47 jasper Exp $
COMMENT = exceptions to pkg_add rules
CATEGORIES = devel databases
DISTFILES =
# API.rev
PKGNAME = quirks-3.476
PKGNAME = quirks-3.477
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.1102 2020/11/03 13:52:13 jasper Exp $
# $OpenBSD: Quirks.pm,v 1.1103 2020/11/04 20:21:47 jasper Exp $
#
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
#
@ -503,6 +503,8 @@ my $stem_extensions = {
'py-elftools' => 'py3-elftools',
'py-lockfile' => 'py3-lockfile',
'py-toml' => 'py3-toml',
'py-textfsm' => 'py3-textfsm',
'py-unicodecsv' => 'py3-unicodecsv',
};
my $obsolete_reason = {

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.651 2020/11/03 13:52:13 jasper Exp $
# $OpenBSD: Makefile,v 1.652 2020/11/04 20:21:47 jasper Exp $
SUBDIR =
SUBDIR += TclXML
@ -465,10 +465,8 @@
SUBDIR += py-sphinx_rtd_theme,python3
SUBDIR += py-stemmer
SUBDIR += py-stemmer,python3
SUBDIR += py-textfsm
SUBDIR += py-textfsm,python3
SUBDIR += py-toml,python3
SUBDIR += py-unicodecsv
SUBDIR += py-unicodecsv,python3
SUBDIR += py-unidecode
SUBDIR += py-unidecode,python3

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.6 2020/07/03 21:13:16 sthen Exp $
# $OpenBSD: Makefile,v 1.7 2020/11/04 20:21:47 jasper Exp $
COMMENT = parse semi-structured text into Python table
MODPY_EGG_VERSION = 0.4.1
DISTNAME = textfsm-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 1
REVISION = 2
CATEGORIES = textproc
@ -22,6 +22,6 @@ MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
FLAVORS = python3
FLAVOR ?=
FLAVOR ?= python3
.include <bsd.port.mk>

View File

@ -1,4 +1,6 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2018/02/17 12:03:01 jasper Exp $
@comment $OpenBSD: PLIST,v 1.2 2020/11/04 20:21:47 jasper Exp $
@conflict py-textfsm-*
@pkgpath textproc/py-textfsm
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}clitable.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}copyable_regex_object.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}terminal.${MODPY_PYC_MAGIC_TAG}pyc

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.4 2020/07/03 21:13:16 sthen Exp $
# $OpenBSD: Makefile,v 1.5 2020/11/04 20:21:47 jasper Exp $
COMMENT = drop-in replace for csv with unicode support
MODPY_EGG_VERSION = 0.14.1
DISTNAME = unicodecsv-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 1
REVISION = 2
CATEGORIES = textproc
@ -23,6 +23,6 @@ MODPY_SETUPTOOLS = Yes
NO_TEST = Yes
FLAVORS = python3
FLAVOR ?=
FLAVOR ?= python3
.include <bsd.port.mk>

View File

@ -1,4 +1,6 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2017/11/30 20:13:31 jasper Exp $
@comment $OpenBSD: PLIST,v 1.2 2020/11/04 20:21:47 jasper Exp $
@conflict unicodecsv-*
@pkgpath textproc/py-unicodecsv
lib/python${MODPY_VERSION}/site-packages/unicodecsv/
lib/python${MODPY_VERSION}/site-packages/unicodecsv-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/unicodecsv-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO