Date: Tue, 12 Mar 2024 20:41:19 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f8277a0b8098 - main - graphics/py-pyglet: update 2.0.12 =?utf-8?Q?=E2=86=92?= 2.0.13 Message-ID: <202403122041.42CKfJrK086246@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=f8277a0b80987615fb79da3a30d5ee4c208e3787 commit f8277a0b80987615fb79da3a30d5ee4c208e3787 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2024-03-12 16:48:58 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2024-03-12 20:41:06 +0000 graphics/py-pyglet: update 2.0.12 → 2.0.13 --- graphics/py-pyglet/Makefile | 6 ++++-- graphics/py-pyglet/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/graphics/py-pyglet/Makefile b/graphics/py-pyglet/Makefile index 30186543b000..a8e1c995ac7e 100644 --- a/graphics/py-pyglet/Makefile +++ b/graphics/py-pyglet/Makefile @@ -1,5 +1,5 @@ PORTNAME= pyglet -PORTVERSION= 2.0.12 +PORTVERSION= 2.0.13 CATEGORIES= graphics multimedia x11-toolkits python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,9 +12,11 @@ WWW= https://pypi.org/project/pyglet/ \ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR} + USES= display:test gl python USE_GL= gl glu -USE_PYTHON= autoplist distutils pytest +USE_PYTHON= autoplist pep517 pytest NO_ARCH= yes CONFLICTS_INSTALL=${PYTHON_PKGNAMEPREFIX}${PORTNAME}1 diff --git a/graphics/py-pyglet/distinfo b/graphics/py-pyglet/distinfo index 9c13d33c629c..49b222d13428 100644 --- a/graphics/py-pyglet/distinfo +++ b/graphics/py-pyglet/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1709297059 -SHA256 (pyglet-2.0.12.tar.gz) = d7dca1742ab1b469d4a6df44c03ef0329452d005177a9cb9bb24fe7b1b603d01 -SIZE (pyglet-2.0.12.tar.gz) = 6394786 +TIMESTAMP = 1710260740 +SHA256 (pyglet-2.0.13.tar.gz) = 9cc0db7fc29892ac0f4b1082feb53ad0f74fc7edd98bbc36cf756f900546ac4b +SIZE (pyglet-2.0.13.tar.gz) = 796644
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403122041.42CKfJrK086246>