[arch-commits] Commit in python-unicodedata2/repos (2 files)

Felix Yan felixonmars at archlinux.org
Thu Nov 12 19:18:50 UTC 2020


    Date: Thursday, November 12, 2020 @ 19:18:50
  Author: felixonmars
Revision: 753421

archrelease: copy trunk to community-staging-x86_64

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

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Copied: python-unicodedata2/repos/community-staging-x86_64/PKGBUILD (from rev 753419, python-unicodedata2/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-11-12 19:18:50 UTC (rev 753421)
@@ -0,0 +1,27 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+# Contributor: Guillaume Horel <guillaume.horel at gmail.com
+# Contributor: Philipp A. <flying-sheep at web.de>
+
+pkgname=python-unicodedata2
+pkgver=13.0.0.post2
+pkgrel=2
+pkgdesc="unicodedata backport/updates to Python 3"
+arch=('x86_64')
+url="https://github.com/mikekap/unicodedata2"
+license=('Apache')
+depends=('python')
+makedepends=('python-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mikekap/unicodedata2/archive/${pkgver/.post/-}.tar.gz")
+sha256sums=('27141b225f84599b49429c5f9cd1ba7403c044102da78d4ac0e84cafdb62188f')
+
+build() {
+  cd "unicodedata2-${pkgver/.post/-}"
+
+  python setup.py build
+}
+
+package() {
+  cd "unicodedata2-${pkgver/.post/-}"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list