David Runge pushed to branch main at Arch Linux / Packaging / Packages / python-sphinx_rtd_theme
Commits: 9df91bfa by David Runge at 2024-04-04T10:41:12+02:00 Switch to upstream provided auto-generated tarballs Signed-off-by: David Runge <[email protected]> - - - - - 97d1dedc by David Runge at 2024-04-04T10:41:33+02:00 Add all direct dependencies Signed-off-by: David Runge <[email protected]> - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -12,15 +12,15 @@ pkgdesc='Read the Docs theme for Sphinx' arch=('any') url=https://github.com/readthedocs/sphinx_rtd_theme license=('MIT') -depends=('python-sphinx' 'python-sphinxcontrib-jquery') +depends=('python' 'python-sphinx' 'python-sphinxcontrib-jquery') makedepends=('python-setuptools-scm' 'python-build' 'python-installer' 'python-wheel') -source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz") -sha256sums=('590b030c7abb9cf038ec053b95e5380b5c70d61591eb0b552063fbe7c41f0931') -b2sums=('f9849a72941024de7537a3517e226e2cdc6b2067e043bcdf8bbb4cc29cdf8b0be67121f721d92d30ffccea367af62ff0ce71d5d00d8eafbb65a2ebf4ef8e5159') +source=("$_name-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz") +sha256sums=('637611d42a95719235bf557567fadfea89d9e13c5e819f07640f74b75db90dd8') +b2sums=('bc439cf68f7e66a53b73105d423af8159050cb1748ff9fd7e9e3bbda30e79d6745fa4c9325cbf9cca8fd5ec6ed5ec7a7ec386ba4c303cf54f5de5387b901a73b') build() { cd "$_name"-$pkgver - python -m build --wheel --no-isolation + SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver python -m build --wheel --no-isolation } package() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx_rtd_theme/-/compare/5c3b7e40c64971b2fb64a405a432ac6dccf4a5e0...97d1dedc111315c716d484a5e23ac3b31c7aaef9 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx_rtd_theme/-/compare/5c3b7e40c64971b2fb64a405a432ac6dccf4a5e0...97d1dedc111315c716d484a5e23ac3b31c7aaef9 You're receiving this email because of your account on gitlab.archlinux.org.
