blob: 97d57d568724ea8457f5fa9f04d0e304722f5f71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = python-nanoid
pkgdesc = A tiny, secure, URL-friendly, unique string ID generator for Python
pkgver = 2.0.0
pkgrel = 3
url = https://github.com/puyuan/py-nanoid
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
source = https://files.pythonhosted.org/packages/source/n/nanoid/nanoid-2.0.0.tar.gz
source = https://raw.githubusercontent.com/puyuan/py-nanoid/master/LICENSE
sha256sums = 5a80cad5e9c6e9ae3a41fa2fb34ae189f7cb420b2a5d8f82bd9d23466e4efa68
sha256sums = 1aca51d22bea4295ae532076d9dbb9944712e853e41aac5e5f2c99309d1f0466
pkgname = python-nanoid
|