Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / python-cattrs
Commits: 0c0070ab by Caleb Maclennan at 2024-03-01T17:42:26+03:00 upgpkg: 23.2.3-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,19 @@ +pkgbase = python-cattrs + pkgdesc = Complex custom class converters for attrs + pkgver = 23.2.3 + pkgrel = 1 + url = https://catt.rs + arch = any + license = MIT + makedepends = python-build + makedepends = python-installer + makedepends = python-wheel + makedepends = python-hatch-vcs + makedepends = python-hatchling + depends = python + depends = python-exceptiongroup + depends = python-attrs + source = https://files.pythonhosted.org/packages/source/c/cattrs/cattrs-23.2.3.tar.gz + sha256sums = a934090d95abaa9e911dac357e3a8699e0b4b14f8529bcc7d2b1ad9d51672b9f + +pkgname = python-cattrs ===================================== PKGBUILD ===================================== @@ -2,22 +2,24 @@ pkgname=python-cattrs _pipname=${pkgname#python-} -pkgver=23.1.2 +pkgver=23.2.3 pkgrel=1 pkgdesc='Complex custom class converters for attrs' arch=(any) -url="https://github.com/Tinche/$_pipname" +url='https://catt.rs' +# url='https://github.com/python-attrs/cattrs' license=(MIT) depends=(python python-exceptiongroup python-attrs) makedepends=(python-{build,installer,wheel} - python-poetry-core) + python-hatch-vcs + python-hatchling) # checkdepends=(python-pytest) _archive="$_pipname-$pkgver" source=("https://files.pythonhosted.org/packages/source/${_pipname::1}/$_pipname/$_archive.tar.gz") # source=("$url/archive/v$pkgver/$_archive.tar.gz") -sha256sums=('db1c821b8c537382b2c7c66678c3790091ca0275ac486c76f3c8f3920e83c657') +sha256sums=('a934090d95abaa9e911dac357e3a8699e0b4b14f8529bcc7d2b1ad9d51672b9f') prepare() { cd "$_archive" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-cattrs/-/commit/0c0070ab14922e7a09545eeb10fc63eabe6fb3f0 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-cattrs/-/commit/0c0070ab14922e7a09545eeb10fc63eabe6fb3f0 You're receiving this email because of your account on gitlab.archlinux.org.
