Date: Friday, January 13, 2023 @ 01:37:22
  Author: felixonmars
Revision: 1383186

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-13 01:37:09 UTC (rev 1383185)
+++ PKGBUILD    2023-01-13 01:37:22 UTC (rev 1383186)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-toposort
-pkgver=1.8
-pkgrel=1
-pkgdesc='Implements a topological sort algorithm'
-arch=('any')
-license=('Apache')
-url='https://gitlab.com/ericvsmith/toposort'
-depends=('python')
-makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
-source=("https://gitlab.com/ericvsmith/toposort/-/archive/$pkgver/toposort-$pkgver.tar.bz2";)
-sha512sums=('c8ccdf71dd1d53bff93b69da4558f0e2e23103aa20d0db7dd1a0aa5c33371ccb1bb699502d5a286c7a81d71f71809bc79d454a61d14712f5940044755b556f9c')
-
-build() {
-  cd toposort-$pkgver
-  python -m build -nw
-}
-
-check() {
-  cd toposort-$pkgver
-  make test
-}
-
-package() {
-  cd toposort-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-}

Copied: python-toposort/repos/community-any/PKGBUILD (from rev 1383185, 
python-toposort/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-13 01:37:22 UTC (rev 1383186)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-toposort
+pkgver=1.9
+pkgrel=1
+pkgdesc='Implements a topological sort algorithm'
+arch=('any')
+license=('Apache')
+url='https://gitlab.com/ericvsmith/toposort'
+depends=('python')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
+source=("https://gitlab.com/ericvsmith/toposort/-/archive/$pkgver/toposort-$pkgver.tar.bz2";)
+sha512sums=('167532d84e4c6c45a942b24704fc47db5ecee43925e88948ba538c1a15002cd5bdc9f6b887c5ca248d68549e41b46ea4ccf570ee3093df0c45916b92860116f7')
+
+build() {
+  cd toposort-$pkgver
+  python -m build -nw
+}
+
+check() {
+  cd toposort-$pkgver
+  make test
+}
+
+package() {
+  cd toposort-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+}

Reply via email to