* update python-toposort to 1.10-4

This commit is contained in:
Alexander Baldeck 2024-12-04 07:23:49 +01:00
parent fd9da72ee5
commit 590c1ce060
3 changed files with 20 additions and 1 deletions

View File

@ -0,0 +1,16 @@
pkgbase = python-toposort
pkgdesc = Implements a topological sort algorithm
pkgver = 1.10
pkgrel = 4
url = https://gitlab.com/ericvsmith/toposort
arch = any
license = Apache
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
source = https://gitlab.com/ericvsmith/toposort/-/archive/1.10/toposort-1.10.tar.bz2
sha512sums = a1bf41e7324b56eaf914e6b89f0ec5e18c6661d8d31b429e169086c71d1060b6aa0e29cc048fe971455b5b43e500a1d74fea0168c4c869cdab09206ba3f9c50f
pkgname = python-toposort

View File

@ -0,0 +1,3 @@
[python-toposort]
source = "git"
git = "https://gitlab.com/ericvsmith/toposort.git"

View File

@ -3,7 +3,7 @@
pkgname=python-toposort
pkgver=1.10
pkgrel=3
pkgrel=4
pkgdesc='Implements a topological sort algorithm'
arch=(any)
license=('Apache')