Date: Friday, March 3, 2023 @ 18:29:51
Author: felixonmars
Revision: 1410117
archrelease: copy trunk to community-any
Added:
python-toposort/repos/community-any/PKGBUILD
(from rev 1410116, python-toposort/trunk/PKGBUILD)
Deleted:
python-toposort/repos/community-any/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-03 18:29:39 UTC (rev 1410116)
+++ PKGBUILD 2023-03-03 18:29:51 UTC (rev 1410117)
@@ -1,28 +0,0 @@
-# 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
-}
Copied: python-toposort/repos/community-any/PKGBUILD (from rev 1410116,
python-toposort/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-03 18:29:51 UTC (rev 1410117)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-toposort
+pkgver=1.10
+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=('a1bf41e7324b56eaf914e6b89f0ec5e18c6661d8d31b429e169086c71d1060b6aa0e29cc048fe971455b5b43e500a1d74fea0168c4c869cdab09206ba3f9c50f')
+
+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
+}