summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-05-03 23:59:14 +0300
committerCaleb Maclennan2023-05-03 23:59:14 +0300
commitf551b318f1371cc82a1cfdf4c303f50c88e1d352 (patch)
tree403922754eb53d354aa1508791cdea2e1a9545f7
parent022052af5717894c5c9282690a264a73d01e1839 (diff)
downloadaur-f551b318f1371cc82a1cfdf4c303f50c88e1d352.tar.gz
upgpkg: python-dvc-objects 0.21.2-2
Rebuild for Python 3.11, normalize PEP517 build tooling
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69384b606098..519e2f19a7e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-dvc-objects
pkgdesc = DVC objects
pkgver = 0.21.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/iterative/dvc-objects
arch = any
license = Apache
makedepends = python-build
makedepends = python-installer
- makedepends = python-setuptools-scm
makedepends = python-wheel
+ makedepends = python-setuptools-scm
depends = python
depends = python-diskcache
depends = python-flatten-dict
diff --git a/PKGBUILD b/PKGBUILD
index 743e959c2ff4..0182c741eeb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-dvc-objects
_pkgname=${pkgname#python-}
pkgver=0.21.2
-pkgrel=1
+pkgrel=2
pkgdesc='DVC objects'
arch=(any)
license=(Apache)
@@ -18,7 +18,8 @@ _pydeps=(diskcache
typing-extensions)
depends=(python
"${_pydeps[@]/#/python-}")
-makedepends=(python-{build,installer} python-setuptools-scm python-wheel)
+makedepends=(python-{build,installer,wheel}
+ python-setuptools-scm)
optdepends=('python-adlfs: azure support'
'python-azure-identity: azure support'
'python-knack: azure support'