Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / python-imaplib2
Commits: 8ce3dd3c by Morten Linderud at 2024-04-05T20:54:14+02:00 upgpkg: 3.6-6: Rebuild with Python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,19 @@ +pkgbase = python-imaplib2 + pkgdesc = Threaded Python IMAP4 client + pkgver = 3.6 + pkgrel = 6 + url = https://github.com/jazzband/imaplib2 + arch = any + license = MIT + makedepends = git + makedepends = python-setuptools + makedepends = python-build + makedepends = python-installer + makedepends = python-wheel + depends = python + provides = python-imaplib2 + conflicts = python-imaplib2-git + source = python-imaplib2::git+https://github.com/jazzband/imaplib2.git#tag=v3.6 + sha256sums = SKIP + +pkgname = python-imaplib2 ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ pkgname=python-imaplib2 pkgver=3.6 -pkgrel=5 +pkgrel=6 pkgdesc="Threaded Python IMAP4 client" arch=('any') url="https://github.com/jazzband/imaplib2" @@ -15,7 +15,7 @@ makedepends=('git' 'python-setuptools' 'python-build' 'python-installer' 'python provides=("${pkgname}") conflicts=("${pkgname}-git") source=("${pkgname}::git+https://github.com/jazzband/imaplib2.git#tag=v3.6") -md5sums=('SKIP') +sha256sums=('SKIP') build() { cd "${pkgname}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-imaplib2/-/commit/8ce3dd3c2a9819eff9054d95f3425098370d14ba -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-imaplib2/-/commit/8ce3dd3c2a9819eff9054d95f3425098370d14ba You're receiving this email because of your account on gitlab.archlinux.org.
