Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2024 15:24:08 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c28bdd0649f4 - main - graphics/py-pyglet1: Convert to USE_PYTHON=pytest
Message-ID:  <202403091524.429FO8tC049821@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c28bdd0649f4d3e998d5b0269231f8615c7ae26f

commit c28bdd0649f4d3e998d5b0269231f8615c7ae26f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-09 15:21:22 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-09 15:21:22 +0000

    graphics/py-pyglet1: Convert to USE_PYTHON=pytest
    
    Approved by:    portmgr (blanket)
    With hat:       python
---
 graphics/py-pyglet1/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/graphics/py-pyglet1/Makefile b/graphics/py-pyglet1/Makefile
index 825519f1774c..bedab9a8e903 100644
--- a/graphics/py-pyglet1/Makefile
+++ b/graphics/py-pyglet1/Makefile
@@ -13,9 +13,9 @@ WWW=		https://pypi.org/project/pyglet/ \
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		display:test gl python pytest zip
+USES=		display:test gl python zip
 USE_GL=		gl glu
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist distutils pytest
 NO_ARCH=	yes
 
 CONFLICTS_INSTALL=${PYTHON_PKGNAMEPREFIX}${PORTNAME}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403091524.429FO8tC049821>