[arch-commits] Commit in python-pygame-sdl2/repos/community-x86_64 (3 files)

Maxime Gauduin alucryd at gemini.archlinux.org
Thu Aug 18 12:37:18 UTC 2022


    Date: Thursday, August 18, 2022 @ 12:37:18
  Author: alucryd
Revision: 1267216

archrelease: copy trunk to community-x86_64

Added:
  python-pygame-sdl2/repos/community-x86_64/PKGBUILD
    (from rev 1267215, python-pygame-sdl2/trunk/PKGBUILD)
Deleted:
  python-pygame-sdl2/repos/community-x86_64/PKGBUILD
  python-pygame-sdl2/repos/community-x86_64/python-pygame-sdl2-cython2.patch

----------------------------------+
 PKGBUILD                         |  106 ++++++++++++++++---------------------
 python-pygame-sdl2-cython2.patch |   12 ----
 2 files changed, 48 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-18 12:37:09 UTC (rev 1267215)
+++ PKGBUILD	2022-08-18 12:37:18 UTC (rev 1267216)
@@ -1,58 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Cravix <dr.neemous at gmail.com>
-
-pkgbase=python-pygame-sdl2
-pkgname=(
-  python-pygame-sdl2
-)
-pkgver=2.1.0.r411.7f814e9
-pkgrel=2
-epoch=1
-pkgdesc='Reimplementation of portions of the pygame API using SDL2'
-arch=(x86_64)
-url=https://github.com/renpy/pygame_sdl2
-license=(
-  LGPL2.1
-  zlib
-)
-depends=(
-  sdl2_image
-  sdl2_mixer
-  sdl2_ttf
-  python
-)
-makedepends=(
-  cython
-  git
-  python
-  python-setuptools
-)
-_commit=7f814e9970558c14af648302431a034dfcad01f2
-source=(
-  git+https://github.com/renpy/pygame_sdl2.git#commit=${_commit}
-)
-b2sums=('SKIP')
-
-prepare() {
-  mv pygame_sdl2 python-pygame_sdl2
-}
-
-pkgver() {
-  cd python-pygame_sdl2
-  version="$(cat src/pygame_sdl2/version.py | grep '^vernum = ' | sed 's/^vernum = //; s/(//; s/)//; s/, /./g')"
-  echo "${version}.r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
-}
-
-build() {
-  cd python-pygame_sdl2
-  python setup.py build
-}
-
-package() {
-  cd python-pygame_sdl2
-
-  python setup.py install --root="${pkgdir}" --prefix=/usr --optimize=1 --skip-build
-  install -Dm 644 COPYING.ZLIB -t "${pkgdir}"/usr/share/licenses/python-pygame-sdl2/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-pygame-sdl2/repos/community-x86_64/PKGBUILD (from rev 1267215, python-pygame-sdl2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-18 12:37:18 UTC (rev 1267216)
@@ -0,0 +1,48 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Cravix <dr.neemous at gmail.com>
+
+pkgname=python-pygame-sdl2
+pkgver=2.1.0.r412.bed8099
+pkgrel=1
+epoch=1
+pkgdesc='Reimplementation of portions of the pygame API using SDL2'
+arch=(x86_64)
+url=https://github.com/renpy/pygame_sdl2
+license=(
+  LGPL2.1
+  zlib
+)
+depends=(
+  python
+  sdl2_image
+  sdl2_mixer
+  sdl2_ttf
+)
+makedepends=(
+  cython
+  git
+  python
+  python-setuptools
+)
+_commit=bed8099df753fa656a0723900694f2f8d235da00
+source=(git+https://github.com/renpy/pygame_sdl2.git#commit=${_commit})
+b2sums=(SKIP)
+
+pkgver() {
+  cd pygame_sdl2
+  version="$(cat src/pygame_sdl2/version.py | grep '^vernum = ' | sed 's/^vernum = //; s/(//; s/)//; s/, /./g')"
+  echo "${version}.r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
+}
+
+build() {
+  cd pygame_sdl2
+  python setup.py build
+}
+
+package() {
+  cd pygame_sdl2
+  python setup.py install --root="${pkgdir}" --prefix=/usr --optimize=1 --skip-build
+  install -Dm 644 COPYING.ZLIB -t "${pkgdir}"/usr/share/licenses/python-pygame-sdl2/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: python-pygame-sdl2-cython2.patch
===================================================================
--- python-pygame-sdl2-cython2.patch	2022-08-18 12:37:09 UTC (rev 1267215)
+++ python-pygame-sdl2-cython2.patch	2022-08-18 12:37:18 UTC (rev 1267216)
@@ -1,12 +0,0 @@
-diff -rupN pygame-sdl2-for-renpy-6.99.8.orig/setuplib.py pygame-sdl2-for-renpy-6.99.8/setuplib.py
---- pygame-sdl2-for-renpy-6.99.8.orig/setuplib.py	2015-12-26 17:20:24.573648895 +0100
-+++ pygame-sdl2-for-renpy-6.99.8/setuplib.py	2015-12-26 17:20:42.733819376 +0100
-@@ -58,7 +58,7 @@ windows = platform.win32_ver()[0]
- if windows:
-     cython_command = os.path.join(os.path.dirname(sys.executable), "Scripts", "cython.exe")
- else:
--    cython_command = "cython"
-+    cython_command = "cython2"
- 
- 
- if sys.version_info[0] >= 3:



More information about the arch-commits mailing list