Date: Sun, 23 Jan 2022 19:28:16 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: a92503068013 - main - devel/py-pysdl2: Update to 0.9.10 Message-ID: <202201231928.20NJSG1H015729@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=a92503068013972fa645564a7c2bb6fce2ecfa38 commit a92503068013972fa645564a7c2bb6fce2ecfa38 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-01-23 18:19:35 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-01-23 18:47:22 +0000 devel/py-pysdl2: Update to 0.9.10 Changes: https://github.com/marcusva/py-sdl2/releases https://github.com/marcusva/py-sdl2/blob/master/doc/news.rst --- devel/py-pysdl2/Makefile | 10 ++- devel/py-pysdl2/distinfo | 6 +- devel/py-pysdl2/pkg-plist | 156 +++++++++++++++++++++++++++++++++++++++++++++- 3 files changed, 160 insertions(+), 12 deletions(-) diff --git a/devel/py-pysdl2/Makefile b/devel/py-pysdl2/Makefile index ad4a450dd3b5..7bc307395714 100644 --- a/devel/py-pysdl2/Makefile +++ b/devel/py-pysdl2/Makefile @@ -1,5 +1,5 @@ PORTNAME= pysdl2 -PORTVERSION= 0.9.9 +PORTVERSION= 0.9.10 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,13 +20,11 @@ NO_ARCH= yes OPTIONS_DEFINE= DOCS -DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} - -post-build-DOCS-on: - @cd ${WRKSRC}/doc && ${MAKE_CMD} html +post-patch: + @${RM} ${WRKSRC}/doc/html/.buildinfo post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC}/doc/_build/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} '! -name .buildinfo' + cd ${WRKSRC}/doc/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> diff --git a/devel/py-pysdl2/distinfo b/devel/py-pysdl2/distinfo index 091ec2920c9e..516900762995 100644 --- a/devel/py-pysdl2/distinfo +++ b/devel/py-pysdl2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632037156 -SHA256 (PySDL2-0.9.9.tar.gz) = 45879ae588038d7cf7cb0289ae47af60722b394d0efa527bf4327103dc4dc918 -SIZE (PySDL2-0.9.9.tar.gz) = 743302 +TIMESTAMP = 1642102307 +SHA256 (PySDL2-0.9.10.tar.gz) = 20f6aa5dbb4e2a17fce883fc4c7a044f675a044d91291c3ba2647ef438aad359 +SIZE (PySDL2-0.9.10.tar.gz) = 5228778 diff --git a/devel/py-pysdl2/pkg-plist b/devel/py-pysdl2/pkg-plist index 2d351708e6de..68be91c68db2 100644 --- a/devel/py-pysdl2/pkg-plist +++ b/devel/py-pysdl2/pkg-plist @@ -1,11 +1,120 @@ +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/copying.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/environment.pickle +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/faq.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/index.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/install.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/integration.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/ext/algorithms.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/ext/array.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/ext/bitmapfont.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/ext/color.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/ext/colorpalettes.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/ext/common.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/ext/compat.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/ext/draw.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/ext/ebs.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/ext/events.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/ext/image.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/ext/msgbox.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/ext/particles.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/ext/pixelaccess.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/ext/renderer.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/ext/resources.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/ext/spritesystem.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/ext/surface.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/ext/ttf.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/ext/uisystem.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/ext/window.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/index.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/sdl2.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/sdl2_sdlgfx.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/sdl2_sdlimage.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/sdl2_sdlmixer.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/sdl2_sdlttf.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/sdl2ext.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/sdl2ext_algorithms.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/sdl2ext_array.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/sdl2ext_color.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/sdl2ext_colorpalettes.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/sdl2ext_common.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/sdl2ext_compat.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/sdl2ext_draw.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/sdl2ext_ebs.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/sdl2ext_events.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/sdl2ext_font.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/sdl2ext_gui.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/sdl2ext_image.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/sdl2ext_particles.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/sdl2ext_pixelaccess.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/sdl2ext_resources.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/sdl2ext_sprite.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/sdl2ext_surface.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/modules/sdl2ext_window.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/news.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/todos.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/tutorial/helloworld.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/tutorial/index.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/tutorial/pong.doctree +%%PORTDOCS%%%%DOCSDIR%%/.doctrees/tutorial/pygamers.doctree %%PORTDOCS%%%%DOCSDIR%%/_images/copprocessing.png %%PORTDOCS%%%%DOCSDIR%%/_images/ebs.png +%%PORTDOCS%%%%DOCSDIR%%/_images/font.png %%PORTDOCS%%%%DOCSDIR%%/_images/uiprocessing.png +%%PORTDOCS%%%%DOCSDIR%%/_modules/ctypes.html +%%PORTDOCS%%%%DOCSDIR%%/_modules/index.html +%%PORTDOCS%%%%DOCSDIR%%/_modules/sdl2/ext/algorithms.html +%%PORTDOCS%%%%DOCSDIR%%/_modules/sdl2/ext/array.html +%%PORTDOCS%%%%DOCSDIR%%/_modules/sdl2/ext/bitmapfont.html +%%PORTDOCS%%%%DOCSDIR%%/_modules/sdl2/ext/color.html +%%PORTDOCS%%%%DOCSDIR%%/_modules/sdl2/ext/common.html +%%PORTDOCS%%%%DOCSDIR%%/_modules/sdl2/ext/compat.html +%%PORTDOCS%%%%DOCSDIR%%/_modules/sdl2/ext/draw.html +%%PORTDOCS%%%%DOCSDIR%%/_modules/sdl2/ext/ebs.html +%%PORTDOCS%%%%DOCSDIR%%/_modules/sdl2/ext/events.html +%%PORTDOCS%%%%DOCSDIR%%/_modules/sdl2/ext/font.html +%%PORTDOCS%%%%DOCSDIR%%/_modules/sdl2/ext/gui.html +%%PORTDOCS%%%%DOCSDIR%%/_modules/sdl2/ext/image.html +%%PORTDOCS%%%%DOCSDIR%%/_modules/sdl2/ext/msgbox.html +%%PORTDOCS%%%%DOCSDIR%%/_modules/sdl2/ext/particles.html +%%PORTDOCS%%%%DOCSDIR%%/_modules/sdl2/ext/pixelaccess.html +%%PORTDOCS%%%%DOCSDIR%%/_modules/sdl2/ext/renderer.html +%%PORTDOCS%%%%DOCSDIR%%/_modules/sdl2/ext/resources.html +%%PORTDOCS%%%%DOCSDIR%%/_modules/sdl2/ext/sprite.html +%%PORTDOCS%%%%DOCSDIR%%/_modules/sdl2/ext/spritesystem.html +%%PORTDOCS%%%%DOCSDIR%%/_modules/sdl2/ext/surface.html +%%PORTDOCS%%%%DOCSDIR%%/_modules/sdl2/ext/ttf.html +%%PORTDOCS%%%%DOCSDIR%%/_modules/sdl2/ext/uisystem.html +%%PORTDOCS%%%%DOCSDIR%%/_modules/sdl2/ext/window.html +%%PORTDOCS%%%%DOCSDIR%%/_modules/sdl2/sdlgfx.html +%%PORTDOCS%%%%DOCSDIR%%/_modules/sdl2/sdlimage.html +%%PORTDOCS%%%%DOCSDIR%%/_modules/sdl2/sdlmixer.html +%%PORTDOCS%%%%DOCSDIR%%/_modules/sdl2/sdlttf.html %%PORTDOCS%%%%DOCSDIR%%/_sources/copying.rst.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/faq.rst.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/index.rst.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/install.rst.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/integration.rst.txt +%%PORTDOCS%%%%DOCSDIR%%/_sources/modules/ext/algorithms.rst.txt +%%PORTDOCS%%%%DOCSDIR%%/_sources/modules/ext/array.rst.txt +%%PORTDOCS%%%%DOCSDIR%%/_sources/modules/ext/bitmapfont.rst.txt +%%PORTDOCS%%%%DOCSDIR%%/_sources/modules/ext/color.rst.txt +%%PORTDOCS%%%%DOCSDIR%%/_sources/modules/ext/colorpalettes.rst.txt +%%PORTDOCS%%%%DOCSDIR%%/_sources/modules/ext/common.rst.txt +%%PORTDOCS%%%%DOCSDIR%%/_sources/modules/ext/compat.rst.txt +%%PORTDOCS%%%%DOCSDIR%%/_sources/modules/ext/draw.rst.txt +%%PORTDOCS%%%%DOCSDIR%%/_sources/modules/ext/ebs.rst.txt +%%PORTDOCS%%%%DOCSDIR%%/_sources/modules/ext/events.rst.txt +%%PORTDOCS%%%%DOCSDIR%%/_sources/modules/ext/image.rst.txt +%%PORTDOCS%%%%DOCSDIR%%/_sources/modules/ext/msgbox.rst.txt +%%PORTDOCS%%%%DOCSDIR%%/_sources/modules/ext/particles.rst.txt +%%PORTDOCS%%%%DOCSDIR%%/_sources/modules/ext/pixelaccess.rst.txt +%%PORTDOCS%%%%DOCSDIR%%/_sources/modules/ext/renderer.rst.txt +%%PORTDOCS%%%%DOCSDIR%%/_sources/modules/ext/resources.rst.txt +%%PORTDOCS%%%%DOCSDIR%%/_sources/modules/ext/spritesystem.rst.txt +%%PORTDOCS%%%%DOCSDIR%%/_sources/modules/ext/surface.rst.txt +%%PORTDOCS%%%%DOCSDIR%%/_sources/modules/ext/ttf.rst.txt +%%PORTDOCS%%%%DOCSDIR%%/_sources/modules/ext/uisystem.rst.txt +%%PORTDOCS%%%%DOCSDIR%%/_sources/modules/ext/window.rst.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/modules/index.rst.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/modules/sdl2.rst.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/modules/sdl2_sdlgfx.rst.txt @@ -38,20 +147,40 @@ %%PORTDOCS%%%%DOCSDIR%%/_sources/tutorial/pong.rst.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/tutorial/pygamers.rst.txt %%PORTDOCS%%%%DOCSDIR%%/_static/basic.css -%%PORTDOCS%%%%DOCSDIR%%/_static/classic.css -%%PORTDOCS%%%%DOCSDIR%%/_static/default.css +%%PORTDOCS%%%%DOCSDIR%%/_static/css/badge_only.css +%%PORTDOCS%%%%DOCSDIR%%/_static/css/fonts/Roboto-Slab-Bold.woff +%%PORTDOCS%%%%DOCSDIR%%/_static/css/fonts/Roboto-Slab-Bold.woff2 +%%PORTDOCS%%%%DOCSDIR%%/_static/css/fonts/Roboto-Slab-Regular.woff +%%PORTDOCS%%%%DOCSDIR%%/_static/css/fonts/Roboto-Slab-Regular.woff2 +%%PORTDOCS%%%%DOCSDIR%%/_static/css/fonts/fontawesome-webfont.eot +%%PORTDOCS%%%%DOCSDIR%%/_static/css/fonts/fontawesome-webfont.svg +%%PORTDOCS%%%%DOCSDIR%%/_static/css/fonts/fontawesome-webfont.ttf +%%PORTDOCS%%%%DOCSDIR%%/_static/css/fonts/fontawesome-webfont.woff +%%PORTDOCS%%%%DOCSDIR%%/_static/css/fonts/fontawesome-webfont.woff2 +%%PORTDOCS%%%%DOCSDIR%%/_static/css/fonts/lato-bold-italic.woff +%%PORTDOCS%%%%DOCSDIR%%/_static/css/fonts/lato-bold-italic.woff2 +%%PORTDOCS%%%%DOCSDIR%%/_static/css/fonts/lato-bold.woff +%%PORTDOCS%%%%DOCSDIR%%/_static/css/fonts/lato-bold.woff2 +%%PORTDOCS%%%%DOCSDIR%%/_static/css/fonts/lato-normal-italic.woff +%%PORTDOCS%%%%DOCSDIR%%/_static/css/fonts/lato-normal-italic.woff2 +%%PORTDOCS%%%%DOCSDIR%%/_static/css/fonts/lato-normal.woff +%%PORTDOCS%%%%DOCSDIR%%/_static/css/fonts/lato-normal.woff2 +%%PORTDOCS%%%%DOCSDIR%%/_static/css/theme.css %%PORTDOCS%%%%DOCSDIR%%/_static/doctools.js %%PORTDOCS%%%%DOCSDIR%%/_static/documentation_options.js %%PORTDOCS%%%%DOCSDIR%%/_static/file.png %%PORTDOCS%%%%DOCSDIR%%/_static/graphviz.css %%PORTDOCS%%%%DOCSDIR%%/_static/jquery-3.5.1.js %%PORTDOCS%%%%DOCSDIR%%/_static/jquery.js +%%PORTDOCS%%%%DOCSDIR%%/_static/js/badge_only.js +%%PORTDOCS%%%%DOCSDIR%%/_static/js/html5shiv-printshiv.min.js +%%PORTDOCS%%%%DOCSDIR%%/_static/js/html5shiv.min.js +%%PORTDOCS%%%%DOCSDIR%%/_static/js/theme.js %%PORTDOCS%%%%DOCSDIR%%/_static/language_data.js %%PORTDOCS%%%%DOCSDIR%%/_static/minus.png %%PORTDOCS%%%%DOCSDIR%%/_static/plus.png %%PORTDOCS%%%%DOCSDIR%%/_static/pygments.css %%PORTDOCS%%%%DOCSDIR%%/_static/searchtools.js -%%PORTDOCS%%%%DOCSDIR%%/_static/sidebar.js %%PORTDOCS%%%%DOCSDIR%%/_static/underscore-1.13.1.js %%PORTDOCS%%%%DOCSDIR%%/_static/underscore.js %%PORTDOCS%%%%DOCSDIR%%/copying.html @@ -60,6 +189,27 @@ %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/install.html %%PORTDOCS%%%%DOCSDIR%%/integration.html +%%PORTDOCS%%%%DOCSDIR%%/modules/ext/algorithms.html +%%PORTDOCS%%%%DOCSDIR%%/modules/ext/array.html +%%PORTDOCS%%%%DOCSDIR%%/modules/ext/bitmapfont.html +%%PORTDOCS%%%%DOCSDIR%%/modules/ext/color.html +%%PORTDOCS%%%%DOCSDIR%%/modules/ext/colorpalettes.html +%%PORTDOCS%%%%DOCSDIR%%/modules/ext/common.html +%%PORTDOCS%%%%DOCSDIR%%/modules/ext/compat.html +%%PORTDOCS%%%%DOCSDIR%%/modules/ext/draw.html +%%PORTDOCS%%%%DOCSDIR%%/modules/ext/ebs.html +%%PORTDOCS%%%%DOCSDIR%%/modules/ext/events.html +%%PORTDOCS%%%%DOCSDIR%%/modules/ext/image.html +%%PORTDOCS%%%%DOCSDIR%%/modules/ext/msgbox.html +%%PORTDOCS%%%%DOCSDIR%%/modules/ext/particles.html +%%PORTDOCS%%%%DOCSDIR%%/modules/ext/pixelaccess.html +%%PORTDOCS%%%%DOCSDIR%%/modules/ext/renderer.html +%%PORTDOCS%%%%DOCSDIR%%/modules/ext/resources.html +%%PORTDOCS%%%%DOCSDIR%%/modules/ext/spritesystem.html +%%PORTDOCS%%%%DOCSDIR%%/modules/ext/surface.html +%%PORTDOCS%%%%DOCSDIR%%/modules/ext/ttf.html +%%PORTDOCS%%%%DOCSDIR%%/modules/ext/uisystem.html +%%PORTDOCS%%%%DOCSDIR%%/modules/ext/window.html %%PORTDOCS%%%%DOCSDIR%%/modules/index.html %%PORTDOCS%%%%DOCSDIR%%/modules/sdl2.html %%PORTDOCS%%%%DOCSDIR%%/modules/sdl2_sdlgfx.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201231928.20NJSG1H015729>