1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

Copy py-pyglet to py-pyglet150, as some consumers no longer work with the latest version

This commit is contained in:
Dmitry Marakasov 2020-03-29 18:08:16 +00:00
parent f5700a67bd
commit 95be1a26dc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=529821
4 changed files with 33 additions and 0 deletions

View File

@ -846,6 +846,7 @@
SUBDIR += py-pyganim
SUBDIR += py-pygeoapi
SUBDIR += py-pyglet
SUBDIR += py-pyglet150
SUBDIR += py-pygooglechart
SUBDIR += py-pygraphviz
SUBDIR += py-pyinsane2

View File

@ -0,0 +1,23 @@
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
PORTNAME= pyglet
PORTVERSION= 1.5.0
CATEGORIES= graphics multimedia x11-toolkits python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= 150
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Cross-platform windowing and multimedia library
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
CONFLICTS_INSTALL=${PYTHON_PKGNAMEPREFIX}pyglet-*
USES= python:3.5+ zip
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1582665190
SHA256 (pyglet-1.5.0.zip) = 6ea918985feddfa9bf0fcc01ffe9ff5849e7b6e832d9b2e03b9d2a36369cb6ee
SIZE (pyglet-1.5.0.zip) = 4042753

View File

@ -0,0 +1,6 @@
pyglet provides an object-oriented programming interface for
developing games and other visually-rich applications for Windows,
Mac OS X and Linux.
WWW: https://github.com/pyglet/pyglet
WWW: https://pypi.org/project/pyglet/