* update python-toml to 0.10.2-12
This commit is contained in:
parent
05df421c94
commit
d837306902
21
python/python-toml/.SRCINFO
Normal file
21
python/python-toml/.SRCINFO
Normal file
@ -0,0 +1,21 @@
|
||||
pkgbase = python-toml
|
||||
pkgdesc = A Python library for parsing and creating TOML
|
||||
pkgver = 0.10.2
|
||||
pkgrel = 12
|
||||
url = https://github.com/uiri/toml
|
||||
arch = any
|
||||
license = MIT
|
||||
checkdepends = python-pytest
|
||||
makedepends = python-build
|
||||
makedepends = python-installer
|
||||
makedepends = python-setuptools
|
||||
makedepends = python-wheel
|
||||
depends = python
|
||||
source = https://files.pythonhosted.org/packages/source/t/toml/toml-0.10.2.tar.gz
|
||||
source = python-toml-0.10.1-install_type_hints.patch
|
||||
sha256sums = b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f
|
||||
sha256sums = 7597ca115ba497797cf7c1330f5e93146ff5a924ef3bc331a8e77da12ee880cf
|
||||
b2sums = a613d5e86fc77279f2d7b130309627eed1cab3a65fe8647cb1dc3e58d09a9d58c078472638f06f45394b00c142bcb2bc75e9c0c649d58aade2f4f6bdab23f12e
|
||||
b2sums = 23449773cb0c7004d6c367c4cef666561e16fcd38166d17428a8192f6649bdfa76277f20bd4662f7571bc020fba6e5614e8f7dcf8502d18eb1e0ede6cb3ddde2
|
||||
|
||||
pkgname = python-toml
|
3
python/python-toml/.nvchecker.toml
Normal file
3
python/python-toml/.nvchecker.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[python-toml]
|
||||
source = "pypi"
|
||||
pypi = "toml"
|
@ -5,7 +5,7 @@
|
||||
_name=toml
|
||||
pkgname=python-toml
|
||||
pkgver=0.10.2
|
||||
pkgrel=10
|
||||
pkgrel=12
|
||||
pkgdesc="A Python library for parsing and creating TOML"
|
||||
arch=(any)
|
||||
url="https://github.com/uiri/toml"
|
||||
@ -13,7 +13,7 @@ license=('MIT')
|
||||
depends=('python')
|
||||
makedepends=('python-build' 'python-installer' 'python-setuptools'
|
||||
'python-wheel')
|
||||
checkdepends=('python-numpy' 'python-pytest')
|
||||
checkdepends=('python-pytest')
|
||||
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"
|
||||
"${pkgname}-0.10.1-install_type_hints.patch")
|
||||
sha256sums=('b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f'
|
||||
|
Loading…
x
Reference in New Issue
Block a user