* update python-pyproject-metadata to 0.9.0-2
This commit is contained in:
parent
e3342baf2d
commit
5c94e97db4
17
python/python-pyproject-metadata/.SRCINFO
Normal file
17
python/python-pyproject-metadata/.SRCINFO
Normal file
@ -0,0 +1,17 @@
|
||||
pkgbase = python-pyproject-metadata
|
||||
pkgdesc = PEP 621 metadata parsing
|
||||
pkgver = 0.9.0
|
||||
pkgrel = 2
|
||||
url = https://github.com/pypa/python-pyproject-metadata
|
||||
arch = any
|
||||
license = MIT
|
||||
checkdepends = python-pytest
|
||||
makedepends = python-build
|
||||
makedepends = python-installer
|
||||
makedepends = python-flit-core
|
||||
depends = python
|
||||
depends = python-packaging
|
||||
source = https://github.com/pypa/python-pyproject-metadata/archive/0.9.0/python-pyproject-metadata-0.9.0.tar.gz
|
||||
sha512sums = ef79e6549c9aeb644a188910ecaac56bf1cf7c4326f4bb1f1e07514eef0f56966e8eaabfe791f82f488810428a4840a7970a1ddf7a80056c630d5f91e85911a1
|
||||
|
||||
pkgname = python-pyproject-metadata
|
3
python/python-pyproject-metadata/.nvchecker.toml
Normal file
3
python/python-pyproject-metadata/.nvchecker.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[python-pyproject-metadata]
|
||||
source = "pypi"
|
||||
pypi = "pyproject-metadata"
|
@ -3,17 +3,24 @@
|
||||
|
||||
pkgname=python-pyproject-metadata
|
||||
_name="${pkgname#python-}"
|
||||
pkgver=0.8.0
|
||||
pkgrel=1
|
||||
pkgver=0.9.0
|
||||
pkgrel=2
|
||||
pkgdesc='PEP 621 metadata parsing'
|
||||
arch=(any)
|
||||
url='https://github.com/pypa/python-pyproject-metadata'
|
||||
license=(MIT)
|
||||
depends=(python python-packaging)
|
||||
makedepends=(python-build python-installer python-flit-core)
|
||||
depends=(
|
||||
python
|
||||
python-packaging
|
||||
)
|
||||
makedepends=(
|
||||
python-build
|
||||
python-installer
|
||||
python-flit-core
|
||||
)
|
||||
checkdepends=(python-pytest)
|
||||
source=($url/archive/$pkgver/$pkgname-$pkgver.tar.gz)
|
||||
sha512sums=('8d8c7839a318acce64b0cf15b3adbc49c2f309b453135b55f2d7942967ba8bbd4f85696d0f3c651e1246c50e33657e6108f0f05ac20b4a9162cdb2875269c548')
|
||||
sha512sums=('ef79e6549c9aeb644a188910ecaac56bf1cf7c4326f4bb1f1e07514eef0f56966e8eaabfe791f82f488810428a4840a7970a1ddf7a80056c630d5f91e85911a1')
|
||||
|
||||
build() {
|
||||
cd $_name-$pkgver
|
||||
|
Loading…
x
Reference in New Issue
Block a user