[arch-commits] Commit in (4 files)

Andrzej Giniewicz aginiewicz at archlinux.org
Sun Mar 29 22:56:45 UTC 2020


    Date: Sunday, March 29, 2020 @ 22:56:44
  Author: aginiewicz
Revision: 606613

python-unicodedata2: move from AUR as python-fonttools dependency

Added:
  python-unicodedata2/
  python-unicodedata2/repos/
  python-unicodedata2/trunk/
  python-unicodedata2/trunk/PKGBUILD

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

Added: python-unicodedata2/trunk/PKGBUILD
===================================================================
--- python-unicodedata2/trunk/PKGBUILD	                        (rev 0)
+++ python-unicodedata2/trunk/PKGBUILD	2020-03-29 22:56:44 UTC (rev 606613)
@@ -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=0
+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