Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-smartypants
Commits: f8febe1d by Antonio Rojas at 2024-04-05T21:54:27+02:00 upgpkg: 2.0.1-11: Python 3.12 rebuild - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = python-smartypants + pkgdesc = Python with the SmartyPants + pkgver = 2.0.1 + pkgrel = 11 + url = https://bitbucket.org/livibetter/smartypants.py + arch = any + license = BSD + makedepends = python-setuptools + depends = python + source = python-smartypants-2.0.1.tar.gz::https://github.com/leohemsted/smartypants.py/archive/v2.0.1.tar.gz + sha512sums = d47a866a5478c3520251f87a93a468a5eea10318b24b2e8d4bc918d533b5a5789aa56d3a8d5fb8ccff9572fb63e5b6f2eafc44f93fb57a19e6621ebef5d64d9d + +pkgname = python-smartypants ===================================== PKGBUILD ===================================== @@ -5,13 +5,13 @@ pkgname=python-smartypants _pkgname=smartypants pkgver=2.0.1 -pkgrel=10 +pkgrel=11 pkgdesc="Python with the SmartyPants" url="https://bitbucket.org/livibetter/smartypants.py" license=('BSD') arch=('any') depends=('python') -makedepends=('python') +makedepends=('python-setuptools') sha512sums=('d47a866a5478c3520251f87a93a468a5eea10318b24b2e8d4bc918d533b5a5789aa56d3a8d5fb8ccff9572fb63e5b6f2eafc44f93fb57a19e6621ebef5d64d9d') source=("$pkgname-$pkgver.tar.gz::https://github.com/leohemsted/${_pkgname}.py/archive/v${pkgver}.tar.gz") View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-smartypants/-/commit/f8febe1d20528265bb92dc1444d739faf737f4ab -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-smartypants/-/commit/f8febe1d20528265bb92dc1444d739faf737f4ab You're receiving this email because of your account on gitlab.archlinux.org.
