George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / python-sphinx-prompt
Commits: b54432d4 by George Rawlinson at 2023-09-16T03:08:32+00:00 upgpkg: 1.8.0-1 * New upstream release. * Workaround for unusual upstream decision. - - - - - 2 changed files: - PKGBUILD - pyproject.toml-template.patch Changes: ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: George Rawlinson <[email protected]> pkgname=python-sphinx-prompt -pkgver=1.7.0 +pkgver=1.8.0 pkgrel=1 pkgdesc='Sphinx directive to add unselectable prompt' arch=('any') @@ -20,14 +20,14 @@ makedepends=( 'python-wheel' 'python-poetry-core' ) -_commit='8f375dd5e2af9de39cebdcaf8d9f68efc6d4f77b' +_commit='adebec5cb63deea6e1a210d38e675304ee664ec2' source=( "$pkgname::git+$url#commit=$_commit" 'pyproject.toml-template.patch' 'remove-unnecessary-dependencies.patch' ) b2sums=('SKIP' - 'b84be01426ca3463a80cf3e179e7f2eb3a15bc5a41dbf2a47f9b7ca9f50dd0c60a05bde8966cb404717a3035fefd5d054101342cbe0d27a614d3c93ae52fd811' + 'a5c11ccae6970584c0a533f0527a118ee68f9eee1db9acf3b0c7af6b1f82b8cf6071a04a279026396886d8c8645286a7abc7787aa4afa00136a1b9922463ecf7' '1552cd699b1f273f6bd0b6bf59ad23341285e645b28fee805f122b9babb7d6facb0b501825ae6f54be472b3325b7c07fa637d183c0f08ff8e15672056794e28b') pkgver() { @@ -44,6 +44,10 @@ prepare() { # remove useless dependencies patch -p1 -i "$srcdir/remove-unnecessary-dependencies.patch" + + # WTF is wrong with Python developers + # https://github.com/sbrunner/sphinx-prompt/commit/4e4638bd449e33ea737b704d867d4ee35d4d5ce3 + cp -r sphinx{_,-}prompt } build() { ===================================== pyproject.toml-template.patch ===================================== @@ -4,7 +4,7 @@ [tool.poetry] name = "sphinx-prompt" --version = "1.6.0" +-version = "0.0.0" +version = "@PKGVER@" description = "Sphinx directive to add unselectable prompt" readme = "README.rst" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx-prompt/-/commit/b54432d40ff663c29132293cbe67d11b6f6acc62 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx-prompt/-/commit/b54432d40ff663c29132293cbe67d11b6f6acc62 You're receiving this email because of your account on gitlab.archlinux.org.
