Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-pyct


Commits:
d6711191 by Antonio Rojas at 2026-05-16T21:36:42+02:00
upgpkg: 0.6.0-1: Upstream update

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-pyct
        pkgdesc = Python packaging Common Tasks
-       pkgver = 0.5.0
-       pkgrel = 5
+       pkgver = 0.6.0
+       pkgrel = 1
        url = https://github.com/pyviz-dev/pyct
        arch = any
        license = BSD-3-Clause
@@ -10,10 +10,10 @@ pkgbase = python-pyct
        checkdepends = python-yaml
        makedepends = python-build
        makedepends = python-installer
-       makedepends = python-setuptools
-       makedepends = python-wheel
+       makedepends = python-hatchling
+       makedepends = python-hatch-vcs
        depends = python-param
-       source = 
https://files.pythonhosted.org/packages/source/p/pyct/pyct-0.5.0.tar.gz
-       sha256sums = 
dd9f4ac5cbd8e37c352c04036062d3c5f67efec76d404761ef16b0cbf26aa6a0
+       source = 
https://files.pythonhosted.org/packages/source/p/pyct/pyct-0.6.0.tar.gz
+       sha256sums = 
d4e513b2cf35b6165605ae5fce5f2a49985bc67473c579de85134b8c71d374a8
 
 pkgname = python-pyct


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 
 _pkg=pyct
 pkgname=python-${_pkg}
-pkgver=0.5.0
-pkgrel=5
+pkgver=0.6.0
+pkgrel=1
 pkgdesc="Python packaging Common Tasks"
 arch=(any)
 url="https://github.com/pyviz-dev/pyct";
@@ -12,12 +12,12 @@ depends=(python-param)
 makedepends=(
     python-build
     python-installer
-    python-setuptools
-    python-wheel
+    python-hatchling
+    python-hatch-vcs
 )
 checkdepends=(python-pytest python-requests python-yaml)
 
source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('dd9f4ac5cbd8e37c352c04036062d3c5f67efec76d404761ef16b0cbf26aa6a0')
+sha256sums=('d4e513b2cf35b6165605ae5fce5f2a49985bc67473c579de85134b8c71d374a8')
 
 build() {
     cd ${_pkg}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyct/-/commit/d6711191844525ef316dd2629e21a6d2e8b1238e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyct/-/commit/d6711191844525ef316dd2629e21a6d2e8b1238e
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to