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

Felix Yan felixonmars at archlinux.org
Fri Dec 18 11:59:55 UTC 2020


    Date: Friday, December 18, 2020 @ 11:59:55
  Author: felixonmars
Revision: 778539

archrelease: copy trunk to community-any

Added:
  python-toposort/repos/community-any/PKGBUILD
    (from rev 778538, python-toposort/trunk/PKGBUILD)
Deleted:
  python-toposort/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-18 11:59:48 UTC (rev 778538)
+++ PKGBUILD	2020-12-18 11:59:55 UTC (rev 778539)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-toposort
-pkgver=1.5
-pkgrel=5
-pkgdesc='Implements a topological sort algorithm'
-arch=('any')
-license=('Apache')
-url='https://bitbucket.org/ericvsmith/toposort'
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://pypi.io/packages/source/t/toposort/toposort-$pkgver.tar.gz")
-sha512sums=('d63548c6a03d2141e37741e62065b91033d40cfd454e40acbb9f47e3d1bfeed4434ca31ed55f27a19f52684eafa35b01e519b58dad1e22cce39be082c632712e')
-
-build() {
-  cd toposort-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd toposort-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd toposort-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-toposort/repos/community-any/PKGBUILD (from rev 778538, python-toposort/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-18 11:59:55 UTC (rev 778539)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-toposort
+pkgver=1.6
+pkgrel=1
+pkgdesc='Implements a topological sort algorithm'
+arch=('any')
+license=('Apache')
+url='https://gitlab.com/ericvsmith/toposort'
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://pypi.io/packages/source/t/toposort/toposort-$pkgver.tar.gz")
+sha512sums=('8dc30b5d5a6f476756520236bc93840243690779783ec8f0b5ef0f72c64d774177b25d10d2e024cda968f81352abbc4f89f3069760fc3a86bd5ee387e7951928')
+
+build() {
+  cd toposort-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd toposort-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd toposort-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list