Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
python-cbor2


Commits:
7b8521e4 by Caleb Maclennan at 2024-04-29T23:45:16+03:00
upgpkg: 5.6.3-3: Drop typing-extensions used for older Python

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-cbor2
        pkgdesc = Pure Python CBOR (de)serializer with extensive tag support
        pkgver = 5.6.3
-       pkgrel = 2
+       pkgrel = 3
        url = https://github.com/agronholm/cbor2
        arch = x86_64
        license = MIT
@@ -9,13 +9,12 @@ pkgbase = python-cbor2
        checkdepends = python-pytest
        makedepends = python-build
        makedepends = python-installer
+       makedepends = python-wheel
        makedepends = python-setuptools-scm
        makedepends = python-toml
-       makedepends = python-wheel
        depends = glibc
        depends = python
-       depends = python-typing_extensions
-       source = 
cbor2-5.6.3.tar.gz::https://github.com/agronholm/cbor2/archive/refs/tags/5.6.3.tar.gz
+       source = 
https://github.com/agronholm/cbor2/archive/refs/tags/5.6.3/cbor2-5.6.3.tar.gz
        sha512sums = 
3636bcbf9156c78d9ed2b5cc95d6a1df991e9d9d1eb1d9e8f956d3edbe1cbc5cdb8f727785d7045119ff393e9dc139e170e7d415e32f8c3ddb6835669122b9c8
        b2sums = 
9c21cd5eec1210f75e508df7d912890b3ec660d2adc6a1868d8317c8cfd4d0103960649c299ee97cceae447b2f38d11200b895616758723c901807e88ca0d8b8
 


=====================================
PKGBUILD
=====================================
@@ -4,28 +4,19 @@
 _name=cbor2
 pkgname=python-cbor2
 pkgver=5.6.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Pure Python CBOR (de)serializer with extensive tag support"
 arch=(x86_64)
 url="https://github.com/agronholm/cbor2";
 license=(MIT)
-depends=(
-  glibc
-  python
-  python-typing_extensions
-)
-makedepends=(
-  python-build
-  python-installer
-  python-setuptools-scm
-  python-toml
-  python-wheel
-)
-checkdepends=(
-  python-hypothesis
-  python-pytest
-)
-source=($_name-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz)
+depends=(glibc
+         python)
+makedepends=(python-{build,installer,wheel}
+             python-setuptools-scm
+             python-toml)
+checkdepends=(python-hypothesis
+              python-pytest)
+source=($url/archive/refs/tags/$pkgver/$_name-$pkgver.tar.gz)
 
sha512sums=('3636bcbf9156c78d9ed2b5cc95d6a1df991e9d9d1eb1d9e8f956d3edbe1cbc5cdb8f727785d7045119ff393e9dc139e170e7d415e32f8c3ddb6835669122b9c8')
 
b2sums=('9c21cd5eec1210f75e508df7d912890b3ec660d2adc6a1868d8317c8cfd4d0103960649c299ee97cceae447b2f38d11200b895616758723c901807e88ca0d8b8')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cbor2/-/commit/7b8521e4836b654845eafbd38f7e30bb91c3d345

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cbor2/-/commit/7b8521e4836b654845eafbd38f7e30bb91c3d345
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to