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

Evangelos Foutras foutrelis at archlinux.org
Wed Nov 11 15:17:04 UTC 2020


    Date: Wednesday, November 11, 2020 @ 15:17:04
  Author: foutrelis
Revision: 751057

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-11 15:17:00 UTC (rev 751056)
+++ PKGBUILD	2020-11-11 15:17:04 UTC (rev 751057)
@@ -1,33 +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.4.0
-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)
-# Tests in this package imports tests from CPython :/
-checkdepends=(python-tests)
-license=(BSD)
-arch=(any)
-source=("https://files.pythonhosted.org/packages/source/P/PyTrie/PyTrie-$pkgver.tar.gz")
-sha256sums=('8f4488f402d3465993fb6b6efa09866849ed8cda7903b50647b7d0342b805379')
-
-build() {
-  cd PyTrie-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd PyTrie-$pkgver
-  python -m unittest discover -v ./tests
-}
-
-package() {
-  cd 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 751056, python-pytrie/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-11 15:17:04 UTC (rev 751057)
@@ -0,0 +1,33 @@
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+# Modified from aur/python2-pytrie; original maintainership info:
+# Contributor: dseg
+
+pkgname=python-pytrie
+pkgver=0.4.0
+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)
+# Tests in this package imports tests from CPython :/
+checkdepends=(python-tests)
+license=(BSD)
+arch=(any)
+source=("https://files.pythonhosted.org/packages/source/P/PyTrie/PyTrie-$pkgver.tar.gz")
+sha256sums=('8f4488f402d3465993fb6b6efa09866849ed8cda7903b50647b7d0342b805379')
+
+build() {
+  cd PyTrie-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd PyTrie-$pkgver
+  python -m unittest discover -v ./tests
+}
+
+package() {
+  cd 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