[arch-commits] Commit in python-pytrie/repos/community-staging-any (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Fri Nov 1 13:23:19 UTC 2019


    Date: Friday, November 1, 2019 @ 13:23:18
  Author: foutrelis
Revision: 521786

archrelease: copy trunk to community-staging-any

Added:
  python-pytrie/repos/community-staging-any/PKGBUILD
    (from rev 521785, python-pytrie/trunk/PKGBUILD)
Deleted:
  python-pytrie/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-01 13:23:14 UTC (rev 521785)
+++ PKGBUILD	2019-11-01 13:23:18 UTC (rev 521786)
@@ -1,31 +0,0 @@
-# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
-# Modified from aur/python2-pytrie; original maintainership info:
-# Contributor: dseg
-
-pkgname=python-pytrie
-pkgver=0.3.1
-pkgrel=2
-pkgdesc="A pure Python implementation of the trie data structure."
-url="https://github.com/gsakkis/pytrie/"
-depends=(python python-sortedcontainers)
-makedepends=(python-setuptools)
-license=(BSD)
-arch=(any)
-source=("https://github.com/gsakkis/pytrie/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('9c51f5f50d22a829dee6d566a34a7f9ec33e434d08bfc9a4346fe8acaf2c1418')
-
-build() {
-  cd "$srcdir"/pytrie-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/pytrie-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd "$srcdir"/pytrie-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-pytrie/repos/community-staging-any/PKGBUILD (from rev 521785, python-pytrie/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-01 13:23:18 UTC (rev 521786)
@@ -0,0 +1,31 @@
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+# Modified from aur/python2-pytrie; original maintainership info:
+# Contributor: dseg
+
+pkgname=python-pytrie
+pkgver=0.3.1
+pkgrel=3
+pkgdesc="A pure Python implementation of the trie data structure."
+url="https://github.com/gsakkis/pytrie/"
+depends=(python python-sortedcontainers)
+makedepends=(python-setuptools)
+license=(BSD)
+arch=(any)
+source=("https://github.com/gsakkis/pytrie/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('9c51f5f50d22a829dee6d566a34a7f9ec33e434d08bfc9a4346fe8acaf2c1418')
+
+build() {
+  cd "$srcdir"/pytrie-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/pytrie-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir"/pytrie-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list