Date: Saturday, October 29, 2022 @ 09:38:00
  Author: alerque
Revision: 1338539

archrelease: copy trunk to community-x86_64

Added:
  python-unicodedata2/repos/community-x86_64/PKGBUILD
    (from rev 1338538, python-unicodedata2/trunk/PKGBUILD)
Deleted:
  python-unicodedata2/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-29 09:37:51 UTC (rev 1338538)
+++ PKGBUILD    2022-10-29 09:38:00 UTC (rev 1338539)
@@ -1,35 +0,0 @@
-# Maintainer: Andrzej Giniewicz <[email protected]>
-# Maintainer: Caleb Maclennan <[email protected]>
-# Contributor: Guillaume Horel <[email protected]
-# Contributor: Philipp A. <[email protected]>
-
-pkgname=python-unicodedata2
-_pyname=${pkgname#python-}
-pkgver=14.0.0
-pkgrel=1
-pkgdesc="unicodedata backport/updates to Python 3"
-arch=('x86_64')
-url="https://github.com/fonttools/$_pyname";
-license=('Apache')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest'
-              'python-pytest-xdist'
-              'python-pytest-randomly')
-source=("$url/archive/$pkgver/$_pyname-$pkgver.tar.gz")
-sha256sums=('f95b778ae3c2706c4dfab731261c0c60aa2bd93b9c0ba9de49395b0c45b12a6a')
-
-build() {
-       cd "$_pyname-$pkgver"
-       python setup.py build
-}
-
-check() {
-       cd "$_pyname-$pkgver"
-       python setup.py test
-}
-
-package() {
-       cd "$_pyname-$pkgver"
-       python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-unicodedata2/repos/community-x86_64/PKGBUILD (from rev 1338538, 
python-unicodedata2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-29 09:38:00 UTC (rev 1338539)
@@ -0,0 +1,35 @@
+# Maintainer: Andrzej Giniewicz <[email protected]>
+# Maintainer: Caleb Maclennan <[email protected]>
+# Contributor: Guillaume Horel <[email protected]
+# Contributor: Philipp A. <[email protected]>
+
+pkgname=python-unicodedata2
+_pyname=${pkgname#python-}
+pkgver=15.0.0
+pkgrel=1
+pkgdesc="unicodedata backport/updates to Python 3"
+arch=('x86_64')
+url="https://github.com/fonttools/$_pyname";
+license=('Apache')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest'
+              'python-pytest-xdist'
+              'python-pytest-randomly')
+source=("$url/archive/$pkgver/$_pyname-$pkgver.tar.gz")
+sha256sums=('3793953ec7321eb9a01e398cac230aed557b9c7706e6b569b34ae6c442b8a2aa')
+
+build() {
+       cd "$_pyname-$pkgver"
+       python setup.py build
+}
+
+check() {
+       cd "$_pyname-$pkgver"
+       python setup.py test
+}
+
+package() {
+       cd "$_pyname-$pkgver"
+       python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}

Reply via email to