Date: Saturday, November 12, 2022 @ 11:50:42 Author: dvzrv Revision: 1346990
upgpkg: python-enrich 1.2.7-4: Rebuild to remove use of unnecessary dependencies. Apply upstreamed patch to remove use of python-wheel, python-pip and python-setuptools-scm-git-archive in makedepends and python-setuptools in depends: https://github.com/pycontribs/enrich/pull/45 Apply upstreamed patch to remove use of mock: https://github.com/pycontribs/enrich/pull/46 Remove unnecessary quotes and curly braces. Switch to git sources to not have to backport patches again: https://github.com/pypa/setuptools/issues/3672 Modified: python-enrich/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-12 11:49:35 UTC (rev 1346989) +++ PKGBUILD 2022-11-12 11:50:42 UTC (rev 1346990) @@ -10,7 +10,7 @@ url="https://github.com/pycontribs/enrich" license=(MIT) depends=(python-rich) -makedepends=(git python-build python-installer python-setuptools-scm python-setuptools-scm-git-archive python-wheel) +makedepends=(git python-build python-installer python-setuptools python-setuptools-scm python-wheel) checkdepends=(python-pytest python-pytest-mock python-pytest-xdist) # NOTE: switch to git sources to not backport own patches: https://github.com/pypa/setuptools/issues/3672 source=(
