OpenBSD CVS

CVS log for ports/games/pygame_sdl2/Makefile


[BACK] Up to [local] / ports / games / pygame_sdl2

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.6 / (download) - annotate - [select for diffs], Fri Mar 11 19:04:50 2022 UTC (2 years, 2 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, HEAD
Changes since 1.5: +0 -2 lines
Diff to previous 1.5 (unified)

drop RCS Ids

Revision 1.5 / (download) - annotate - [select for diffs], Fri May 21 19:50:32 2021 UTC (3 years ago) by kmos
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (unified)

Bump the REVISION on all ports that use the python2 version of
py-setuptools.

Also change the lang/python module to use the new
devel/py2-setuptools for python2 ports

ok sthen@

Revision 1.4 / (download) - annotate - [select for diffs], Tue Feb 23 19:39:23 2021 UTC (3 years, 3 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (unified)

Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Feb 21 20:32:08 2021 UTC (3 years, 3 months ago) by sthen
Branch: MAIN
Changes since 1.2: +2 -5 lines
Diff to previous 1.2 (unified)

switch pygame_sdl2 to py3 cython, it just runs the script so doesn't need the py2 version

Revision 1.2 / (download) - annotate - [select for diffs], Fri Feb 19 22:27:33 2021 UTC (3 years, 3 months ago) by sthen
Branch: MAIN
Changes since 1.1: +4 -1 lines
Diff to previous 1.1 (unified)

reposurgeon, pygame_sdl2: use cython${MODPY_BIN_SUFFIX} not plain cython

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Mar 12 17:18:09 2020 UTC (4 years, 2 months ago) by bcallah
Branch: bcallah
CVS Tags: bcallah_20200312, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

Import games/pygame_sdl2, a Ren'Py fork of pygame.
Testing by at least pamela@, solene@; ok solene@

Pygame_sdl2 is a reimplementation of the Pygame API using SDL2 and
related libraries. The initial goal of this project are to allow games
written using the pygame API to run on SDL2 on desktop and mobile
platforms. We will then evolve the API to expose SDL2-provided
functionality in a pythonic manner.

It is used in modern versions of Ren'Py.

Revision 1.1 / (download) - annotate - [select for diffs], Thu Mar 12 17:18:09 2020 UTC (4 years, 2 months ago) by bcallah
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.