Date: Wednesday, February 1, 2023 @ 06:22:59
Author: allan
Revision: 1391669
archrelease: copy trunk to community-x86_64
Added:
python-pygame-sdl2/repos/community-x86_64/PKGBUILD
(from rev 1391668, python-pygame-sdl2/trunk/PKGBUILD)
Deleted:
python-pygame-sdl2/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 96 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 48 insertions(+), 48 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-01 06:22:17 UTC (rev 1391668)
+++ PKGBUILD 2023-02-01 06:22:59 UTC (rev 1391669)
@@ -1,48 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-# Contributor: Cravix <[email protected]>
-
-pkgname=python-pygame-sdl2
-pkgver=2.1.0.r419.de82dfb
-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=de82dfb560ce7537e9d63a911d3d2ea1092b8db7
-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:
Copied: python-pygame-sdl2/repos/community-x86_64/PKGBUILD (from rev 1391668,
python-pygame-sdl2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-01 06:22:59 UTC (rev 1391669)
@@ -0,0 +1,48 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Cravix <[email protected]>
+
+pkgname=python-pygame-sdl2
+pkgver=2.1.0.r419.de82dfb
+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=(
+ python
+ sdl2_image
+ sdl2_mixer
+ sdl2_ttf
+)
+makedepends=(
+ cython
+ git
+ python
+ python-setuptools
+)
+_commit=de82dfb560ce7537e9d63a911d3d2ea1092b8db7
+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: