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

2020-11-12 Thread Felix Yan via arch-commits
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 
+# Contributor: Guillaume Horel 
+
+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
+}


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

2020-03-29 Thread Andrzej Giniewicz via arch-commits
Date: Sunday, March 29, 2020 @ 22:57:55
  Author: aginiewicz
Revision: 606618

archrelease: copy trunk to community-x86_64

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

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

Copied: python-unicodedata2/repos/community-x86_64/PKGBUILD (from rev 606616, 
python-unicodedata2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-03-29 22:57:55 UTC (rev 606618)
@@ -0,0 +1,27 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Guillaume Horel 
+
+pkgname=python-unicodedata2
+pkgver=13.0.0.post2
+pkgrel=1
+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
+}