pygit2 is now Python 3 only

From Raf Czlonka, thanks!
This commit is contained in:
kn 2020-03-19 18:44:55 +00:00
parent 48519a1771
commit 3abee5c3d5
4 changed files with 7 additions and 6 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.33 2019/12/31 15:32:04 jasper Exp $
# $OpenBSD: Makefile,v 1.34 2020/03/19 18:44:55 kn Exp $
COMMENT= libgit2 bindings in Python
DISTNAME= pygit2-${MODPY_EGG_VERSION}
PKGNAME= ${MODPY_PY_PREFIX}git2-${MODPY_EGG_VERSION}
REVISION = 0
REVISION = 1
MODULES= lang/python
MODPY_EGG_VERSION= 1.0.1

View File

@ -1,2 +1,2 @@
py-git2 is a set of Python 2.5+ bindings to the libgit2 linkable C Git
pygit2 is a set of Python 3.5+ bindings to the libgit2 linkable C Git
library.

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.888 2020/03/19 14:49:39 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.889 2020/03/19 18:44:55 kn Exp $
COMMENT = exceptions to pkg_add rules
CATEGORIES = devel databases
DISTFILES =
# API.rev
PKGNAME = quirks-3.279
PKGNAME = quirks-3.280
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.906 2020/03/19 14:49:39 ajacoutot Exp $
# $OpenBSD: Quirks.pm,v 1.907 2020/03/19 18:44:55 kn Exp $
#
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
#
@ -389,6 +389,7 @@ my $stem_extensions = {
'py-vmomi' => 'py3-vmomi',
'py-nbconvert' => 'py3-nbconvert',
'py-smbc' => 'py3-smbc',
'py-git2' => 'py3-git2',
};
my $obsolete_reason = {