[arch-commits] Commit in python-toposort/repos/community-staging-any (2 files)

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Dec 2 15:16:27 UTC 2021


    Date: Thursday, December 2, 2021 @ 15:16:27
  Author: foutrelis
Revision: 1061949

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 15:16:24 UTC (rev 1061948)
+++ PKGBUILD	2021-12-02 15:16:27 UTC (rev 1061949)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-toposort
-pkgver=1.7
-pkgrel=2
-pkgdesc='Implements a topological sort algorithm'
-arch=('any')
-license=('Apache')
-url='https://gitlab.com/ericvsmith/toposort'
-depends=('python')
-makedepends=('python-pyproject2setuppy')
-source=("https://pypi.io/packages/source/t/toposort/toposort-$pkgver.tar.gz")
-sha512sums=('a585d1c103b2162fa3f37f6b0ef60a8709f08d9543d7fab619af3718bf9f752a293e50061d370fd08872b2d8a8db504cb9d9c1cce5446885b46fe8e833813833')
-
-build() {
-  cd toposort-$pkgver
-  python -m pyproject2setuppy.main build
-}
-
-check() {
-  cd toposort-$pkgver
-  make test
-}
-
-package() {
-  cd toposort-$pkgver
-  python -m pyproject2setuppy.main install --root="$pkgdir" --optimize=1
-}

Copied: python-toposort/repos/community-staging-any/PKGBUILD (from rev 1061948, python-toposort/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 15:16:27 UTC (rev 1061949)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-toposort
+pkgver=1.7
+pkgrel=3
+pkgdesc='Implements a topological sort algorithm'
+arch=('any')
+license=('Apache')
+url='https://gitlab.com/ericvsmith/toposort'
+depends=('python')
+makedepends=('python-pyproject2setuppy')
+source=("https://pypi.io/packages/source/t/toposort/toposort-$pkgver.tar.gz")
+sha512sums=('a585d1c103b2162fa3f37f6b0ef60a8709f08d9543d7fab619af3718bf9f752a293e50061d370fd08872b2d8a8db504cb9d9c1cce5446885b46fe8e833813833')
+
+build() {
+  cd toposort-$pkgver
+  python -m pyproject2setuppy.main build
+}
+
+check() {
+  cd toposort-$pkgver
+  make test
+}
+
+package() {
+  cd toposort-$pkgver
+  python -m pyproject2setuppy.main install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list