* update python-importlib_resources to 6.4.5-1
This commit is contained in:
parent
7ee00dd92d
commit
61ba5a24ca
24
python/python-importlib_resources/.SRCINFO
Normal file
24
python/python-importlib_resources/.SRCINFO
Normal file
@ -0,0 +1,24 @@
|
||||
pkgbase = python-importlib_resources
|
||||
pkgdesc = Design and implementation for a planned importlib.resources
|
||||
pkgver = 6.4.5
|
||||
pkgrel = 1
|
||||
url = https://github.com/python/importlib_resources
|
||||
arch = any
|
||||
license = Apache-2.0
|
||||
checkdepends = python-jaraco.collections
|
||||
checkdepends = python-jaraco.test
|
||||
checkdepends = python-pytest
|
||||
checkdepends = python-tests
|
||||
makedepends = python-build
|
||||
makedepends = python-installer
|
||||
makedepends = python-setuptools-scm
|
||||
makedepends = python-toml
|
||||
makedepends = python-wheel
|
||||
depends = python
|
||||
depends = python-zipp
|
||||
provides = python-importlib-resources
|
||||
source = python-importlib_resources-6.4.5.tar.gz::https://github.com/python/importlib_resources/archive/refs/tags/v6.4.5.tar.gz
|
||||
sha512sums = b2a72db620baa863b3b32e9e70df81f65d25345a136226683cf27c1e8df8d9b76ef1e324b5f399721ef38790275f6606bdd1ebbad62d72038e456daa87c8fd68
|
||||
b2sums = 06bd235c345c985c86a80b3153f8e8071b8227a25843ca2fbce99753415c046c4e5db442b655e7e5c19637c9fb9089ec2f94706cfe1f95db1810039b60002af7
|
||||
|
||||
pkgname = python-importlib_resources
|
3
python/python-importlib_resources/.nvchecker.toml
Normal file
3
python/python-importlib_resources/.nvchecker.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[python-importlib_resources]
|
||||
source = "pypi"
|
||||
pypi = "importlib_resources"
|
@ -3,8 +3,8 @@
|
||||
|
||||
_name=importlib_resources
|
||||
pkgname=python-importlib_resources
|
||||
pkgver=6.4.0
|
||||
pkgrel=2
|
||||
pkgver=6.4.5
|
||||
pkgrel=1
|
||||
pkgdesc="Design and implementation for a planned importlib.resources"
|
||||
arch=(any)
|
||||
url="https://github.com/python/importlib_resources"
|
||||
@ -28,8 +28,8 @@ checkdepends=(
|
||||
)
|
||||
provides=(python-importlib-resources)
|
||||
source=($pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz)
|
||||
sha512sums=('21b59cf15be4371abdf0d66f3e8a758c0ba2d6a933392de665ba600d51c021e697432bfcdf3cfd5893383c4ba71c2ee0c65e667f9b824dcd1b8642fbf442d6f5')
|
||||
b2sums=('4f9351ffa8b5b76aaf19b9f43e8df057239c54770c0ef35990c091a32b06c3c9535b2e189bb8f46e9de50935ffa8a32805512cad966e1a4cdd37ee09a5d68f6e')
|
||||
sha512sums=('b2a72db620baa863b3b32e9e70df81f65d25345a136226683cf27c1e8df8d9b76ef1e324b5f399721ef38790275f6606bdd1ebbad62d72038e456daa87c8fd68')
|
||||
b2sums=('06bd235c345c985c86a80b3153f8e8071b8227a25843ca2fbce99753415c046c4e5db442b655e7e5c19637c9fb9089ec2f94706cfe1f95db1810039b60002af7')
|
||||
|
||||
build() {
|
||||
cd $_name-$pkgver
|
||||
|
Loading…
x
Reference in New Issue
Block a user