py-lockfile can be switch to python3-only now that roxterm has been updated
This commit is contained in:
parent
a1878b6b33
commit
14469768e4
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.1081 2020/11/01 12:43:46 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.1082 2020/11/01 13:28:14 jasper Exp $
|
||||
|
||||
COMMENT = exceptions to pkg_add rules
|
||||
CATEGORIES = devel databases
|
||||
DISTFILES =
|
||||
|
||||
# API.rev
|
||||
PKGNAME = quirks-3.473
|
||||
PKGNAME = quirks-3.474
|
||||
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.1099 2020/11/01 12:43:46 jasper Exp $
|
||||
# $OpenBSD: Quirks.pm,v 1.1100 2020/11/01 13:28:14 jasper Exp $
|
||||
#
|
||||
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
|
||||
#
|
||||
@ -501,6 +501,7 @@ my $stem_extensions = {
|
||||
'py-whisper' => 'py3-whisper',
|
||||
'py-carbon' => 'py3-carbon',
|
||||
'py-elftools' => 'py3-elftools',
|
||||
'py-lockfile' => 'py3-lockfile',
|
||||
};
|
||||
|
||||
my $obsolete_reason = {
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.583 2020/10/27 21:50:10 daniel Exp $
|
||||
# $OpenBSD: Makefile,v 1.584 2020/11/01 13:28:14 jasper Exp $
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR += accountsservice
|
||||
@ -264,7 +264,6 @@
|
||||
SUBDIR += py-ghmi,python3
|
||||
SUBDIR += py-hpilo,python3
|
||||
SUBDIR += py-joblib
|
||||
SUBDIR += py-lockfile
|
||||
SUBDIR += py-lockfile,python3
|
||||
SUBDIR += py-packaging
|
||||
SUBDIR += py-packaging,python3
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2020/07/03 21:13:11 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2020/11/01 13:28:14 jasper Exp $
|
||||
|
||||
COMMENT= platform-independent file locking for Python
|
||||
|
||||
MODPY_EGG_VERSION= 0.12.2
|
||||
DISTNAME= lockfile-${MODPY_EGG_VERSION}
|
||||
PKGNAME= py-${DISTNAME}
|
||||
REVISION= 4
|
||||
REVISION= 5
|
||||
|
||||
CATEGORIES= sysutils
|
||||
|
||||
@ -24,7 +24,7 @@ MODPY_SETUPTOOLS= Yes
|
||||
MODPY_PYTEST= Yes
|
||||
|
||||
FLAVORS= python3
|
||||
FLAVOR ?=
|
||||
FLAVOR ?= python3
|
||||
|
||||
TEST_DEPENDS= textproc/py-sphinx${MODPY_FLAVOR}
|
||||
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2016/01/10 13:40:33 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2020/11/01 13:28:14 jasper Exp $
|
||||
@conflict py-lockfile-*
|
||||
@pkgpath sysutils/py-lockfile
|
||||
lib/python${MODPY_VERSION}/site-packages/lockfile/
|
||||
lib/python${MODPY_VERSION}/site-packages/lockfile-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/lockfile-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
|
Loading…
Reference in New Issue
Block a user