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:
parent
f5700a67bd
commit
95be1a26dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=529821
@ -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
|
||||
|
23
graphics/py-pyglet150/Makefile
Normal file
23
graphics/py-pyglet150/Makefile
Normal 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>
|
3
graphics/py-pyglet150/distinfo
Normal file
3
graphics/py-pyglet150/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1582665190
|
||||
SHA256 (pyglet-1.5.0.zip) = 6ea918985feddfa9bf0fcc01ffe9ff5849e7b6e832d9b2e03b9d2a36369cb6ee
|
||||
SIZE (pyglet-1.5.0.zip) = 4042753
|
6
graphics/py-pyglet150/pkg-descr
Normal file
6
graphics/py-pyglet150/pkg-descr
Normal 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/
|
Loading…
x
Reference in New Issue
Block a user