summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-04-29 23:40:04 +0300
committerCaleb Maclennan2024-04-29 23:40:04 +0300
commitc5608eb99de0299715a597c56d762d7b33af9eb7 (patch)
tree5259ccd85a84683139e88f7403740e8e2105602b
parent6bf13069dd1460210008a808131b25334486fa20 (diff)
downloadaur-python-dvc-objects.tar.gz
upgpkg: python-dvc-objects 5.1.0-2
Rebuild for Python 3.12, cleanup packaging odds and ends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9743888c599f..cd9d7fd26967 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = python-dvc-objects
pkgdesc = DVC objects
pkgver = 5.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/iterative/dvc-objects
arch = any
- license = Apache
+ license = Apache-2.0
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
@@ -17,7 +17,6 @@ pkgbase = python-dvc-objects
depends = python-nanotime
depends = python-shortuuid
depends = python-tqdm
- depends = python-typing-extensions
optdepends = python-adlfs: azure support
optdepends = python-azure-identity: azure support
optdepends = python-knack: azure support
diff --git a/PKGBUILD b/PKGBUILD
index 1bcd747b68da..16207cb9e74e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=python-dvc-objects
_pkgname=${pkgname#python-}
pkgver=5.1.0
-pkgrel=1
+pkgrel=2
pkgdesc='DVC objects'
arch=(any)
-license=(Apache)
+license=(Apache-2.0)
url="https://github.com/iterative/$_pkgname"
_pydeps=(diskcache
flatten-dict
@@ -14,8 +14,7 @@ _pydeps=(diskcache
funcy
nanotime
shortuuid
- tqdm
- typing-extensions)
+ tqdm)
depends=(python
"${_pydeps[@]/#/python-}")
makedepends=(python-{build,installer,wheel}