* update python-jaraco.functools to 4.0.2-1
This commit is contained in:
parent
0677be0dbd
commit
662f0b2a5a
23
python/python-jaraco.functools/.SRCINFO
Normal file
23
python/python-jaraco.functools/.SRCINFO
Normal file
@ -0,0 +1,23 @@
|
||||
pkgbase = python-jaraco.functools
|
||||
pkgdesc = Functools like those found in stdlib
|
||||
pkgver = 4.0.2
|
||||
pkgrel = 1
|
||||
url = https://github.com/jaraco/jaraco.functools
|
||||
arch = any
|
||||
license = MIT
|
||||
checkdepends = python-pytest
|
||||
checkdepends = python-jaraco.classes
|
||||
makedepends = git
|
||||
makedepends = python-build
|
||||
makedepends = python-installer
|
||||
makedepends = python-setuptools-scm
|
||||
makedepends = python-wheel
|
||||
depends = python
|
||||
depends = python-more-itertools
|
||||
conflicts = python-jaraco
|
||||
replaces = python-jaraco
|
||||
source = git+https://github.com/jaraco/jaraco.functools?signed#tag=v4.0.2
|
||||
validpgpkeys = CE380CF3044959B8F377DA03708E6CB181B4C47E
|
||||
sha512sums = 1bb1008f508b48bfd5c9237801d1ca8192f674bfae4633f3cdad05f79ce21b7e478b47770724a325c5ed20339bdafa37cb45f19cbcd4bf65ae636ff007238568
|
||||
|
||||
pkgname = python-jaraco.functools
|
3
python/python-jaraco.functools/.nvchecker.toml
Normal file
3
python/python-jaraco.functools/.nvchecker.toml
Normal file
@ -0,0 +1,3 @@
|
||||
["python-jaraco.functools"]
|
||||
source = "pypi"
|
||||
pypi = "jaraco.functools"
|
@ -4,9 +4,7 @@
|
||||
|
||||
pkgname=python-jaraco.functools
|
||||
# https://github.com/jaraco/jaraco.functools/blob/main/NEWS.rst
|
||||
pkgver=4.0.1
|
||||
# curl https://api.github.com/repos/jaraco/jaraco.functools/git/ref/tags/v$pkgver | jq -r .object.sha
|
||||
_tag=e068fec2b572d2b9f8237a9892dc569e4e6e3fb3
|
||||
pkgver=4.0.2
|
||||
pkgrel=1
|
||||
pkgdesc='Functools like those found in stdlib'
|
||||
arch=(any)
|
||||
@ -17,17 +15,12 @@ makedepends=('git' 'python-build' 'python-installer' 'python-setuptools-scm' 'py
|
||||
checkdepends=('python-pytest' 'python-jaraco.classes')
|
||||
conflicts=('python-jaraco')
|
||||
replaces=('python-jaraco')
|
||||
source=("git+https://github.com/jaraco/jaraco.functools?signed#tag=$_tag")
|
||||
sha512sums=('SKIP')
|
||||
source=("git+https://github.com/jaraco/jaraco.functools?signed#tag=v$pkgver")
|
||||
sha512sums=('1bb1008f508b48bfd5c9237801d1ca8192f674bfae4633f3cdad05f79ce21b7e478b47770724a325c5ed20339bdafa37cb45f19cbcd4bf65ae636ff007238568')
|
||||
validpgpkeys=(
|
||||
'CE380CF3044959B8F377DA03708E6CB181B4C47E' # https://github.com/jaraco.gpg
|
||||
)
|
||||
|
||||
pkgver() {
|
||||
cd jaraco.functools
|
||||
git describe --tags | sed 's/^v//'
|
||||
}
|
||||
|
||||
build() {
|
||||
cd jaraco.functools
|
||||
python -m build --wheel --no-isolation
|
||||
|
Loading…
x
Reference in New Issue
Block a user