robert removed the last py2 user of py-xcbgen while i was working on the last batch
This commit is contained in:
parent
ea922cdbf7
commit
a756c992dd
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.1311 2021/10/29 15:38:49 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.1312 2021/10/29 15:45:08 sthen Exp $
|
||||
|
||||
COMMENT = exceptions to pkg_add rules
|
||||
CATEGORIES = devel databases
|
||||
DISTFILES =
|
||||
|
||||
# API.rev
|
||||
PKGNAME = quirks-4.64
|
||||
PKGNAME = quirks-4.65
|
||||
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.1327 2021/10/29 15:38:49 sthen Exp $
|
||||
# $OpenBSD: Quirks.pm,v 1.1328 2021/10/29 15:45:08 sthen Exp $
|
||||
#
|
||||
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
|
||||
#
|
||||
@ -675,6 +675,7 @@ my $stem_extensions = {
|
||||
'py-voluptuous' => 'py3-voluptuous',
|
||||
'py-wrapt' => 'py3-wrapt',
|
||||
'py-wstools' => 'py3-wstools',
|
||||
'py-xcbgen' => 'py3-xcbgen',
|
||||
'py-xlsxwriter' => 'py3-xlsxwriter',
|
||||
'py-yamllint' => 'py3-yamllint',
|
||||
'py-yapf' => 'py3-yapf',
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.714 2021/10/22 17:26:17 fcambus Exp $
|
||||
# $OpenBSD: Makefile,v 1.715 2021/10/29 15:45:08 sthen Exp $
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR += 2bwm
|
||||
@ -245,7 +245,6 @@
|
||||
SUBDIR += py-sip-qt5,python3
|
||||
SUBDIR += py-virtualdisplay,python3
|
||||
SUBDIR += py-wxPython
|
||||
SUBDIR += py-xcbgen
|
||||
SUBDIR += py-xcbgen,python3
|
||||
SUBDIR += py-xlib,python3
|
||||
SUBDIR += qt5
|
||||
|
@ -1,11 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2020/12/20 15:37:02 matthieu Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2021/10/29 15:45:08 sthen Exp $
|
||||
|
||||
COMMENT = X C Binding - protocol binding generator
|
||||
|
||||
# please keep in sync with the version in proto/xcb-proto in Xenocara
|
||||
VERSION= 1.14.1
|
||||
VERSION = 1.14.1
|
||||
DISTNAME = xcb-proto-${VERSION}
|
||||
PKGNAME = py-xcbgen-${VERSION}
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = x11
|
||||
|
||||
@ -23,7 +24,7 @@ EXTRACT_SUFX= .tar.xz
|
||||
MODULES= lang/python
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
FLAVOR = python3
|
||||
|
||||
NO_BUILD = Yes
|
||||
NO_TEST = Yes
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2019/11/03 11:42:11 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2021/10/29 15:45:09 sthen Exp $
|
||||
@pkgpath x11/py-xcbgen
|
||||
lib/python${MODPY_VERSION}/site-packages/xcbgen/
|
||||
lib/python${MODPY_VERSION}/site-packages/xcbgen/__init__.py
|
||||
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/xcbgen/${MODPY_PYCACHE}/
|
||||
|
Loading…
x
Reference in New Issue
Block a user