* update python-toposort to 1.10-4
This commit is contained in:
parent
fd9da72ee5
commit
590c1ce060
16
python/python-toposort/.SRCINFO
Normal file
16
python/python-toposort/.SRCINFO
Normal 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
|
3
python/python-toposort/.nvchecker.toml
Normal file
3
python/python-toposort/.nvchecker.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[python-toposort]
|
||||
source = "git"
|
||||
git = "https://gitlab.com/ericvsmith/toposort.git"
|
@ -3,7 +3,7 @@
|
||||
|
||||
pkgname=python-toposort
|
||||
pkgver=1.10
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc='Implements a topological sort algorithm'
|
||||
arch=(any)
|
||||
license=('Apache')
|
||||
|
Loading…
x
Reference in New Issue
Block a user