Date: Tuesday, September 27, 2022 @ 08:50:39 Author: alerque Revision: 1311630
archrelease: copy trunk to community-any Added: python-pydyf/repos/community-any/PKGBUILD (from rev 1311628, python-pydyf/trunk/PKGBUILD) python-pydyf/repos/community-any/remove-unnecessary-test-args.patch (from rev 1311629, python-pydyf/trunk/remove-unnecessary-test-args.patch) Deleted: python-pydyf/repos/community-any/PKGBUILD python-pydyf/repos/community-any/remove-unnecessary-test-args.patch ------------------------------------+ PKGBUILD | 130 +++++++++++++++++------------------ remove-unnecessary-test-args.patch | 42 +++++------ 2 files changed, 86 insertions(+), 86 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-09-27 08:50:33 UTC (rev 1311629) +++ PKGBUILD 2022-09-27 08:50:39 UTC (rev 1311630) @@ -1,65 +0,0 @@ -# Maintainer: Caleb Maclennan <ca...@alerque.com> -# Maintainer: George Rawlinson <grawlin...@archlinux.org> - -pkgname=python-pydyf -pkgver=0.2.0 -pkgrel=1 -pkgdesc='A low-level PDF generator' -arch=('any') -url='https://www.courtbouillon.org/pydyf' -license=('BSD') -depends=('python') -makedepends=( - 'git' - 'python-build' - 'python-flit-core' - 'python-installer' -) -checkdepends=( - 'python-pytest' - 'python-pillow' - 'ghostscript' -) -_commit='1ab5cbacc5ef9004fbf783634a86e94edcc4c2c1' -source=( - "$pkgname::git+https://github.com/CourtBouillon/pydyf.git#commit=$_commit" - 'remove-unnecessary-test-args.patch' -) -b2sums=('SKIP' - 'eac0ff06b669ccdf0b1ebf55b314fde5c8dd7e0f7f02559681f7ad485ba13db2ba07e5b7a4ec06dbf39bf823d6f7a67c6cab8ebd87630334de6ae6b8745d9e7b') - -pkgver() { - cd "$pkgname" - - git describe --tags | sed 's/^v//' -} - -prepare() { - cd "$pkgname" - - # thou shalt not lint coding style in integration tests - patch -p1 -i ../remove-unnecessary-test-args.patch -} - -build() { - cd "$pkgname" - - python -m build --wheel --no-isolation -} - -check() { - cd "$pkgname" - - # skip failing tests - pytest \ - --deselect tests/test_pydyf.py::test_transform \ - --deselect tests/test_pydyf.py::test_text -} - -package() { - cd "$pkgname" - - python -m installer --destdir="$pkgdir" dist/*.whl - - install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE -} Copied: python-pydyf/repos/community-any/PKGBUILD (from rev 1311628, python-pydyf/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-09-27 08:50:39 UTC (rev 1311630) @@ -0,0 +1,65 @@ +# Maintainer: Caleb Maclennan <ca...@alerque.com> +# Maintainer: George Rawlinson <grawlin...@archlinux.org> + +pkgname=python-pydyf +pkgver=0.3.0 +pkgrel=1 +pkgdesc='A low-level PDF generator' +arch=('any') +url='https://www.courtbouillon.org/pydyf' +license=('BSD') +depends=('python') +makedepends=( + 'git' + 'python-build' + 'python-flit-core' + 'python-installer' +) +checkdepends=( + 'python-pytest' + 'python-pillow' + 'ghostscript' +) +_commit='8de4eb056d5cacd8a6150fa077fc7982f3b35bb9' +source=( + "$pkgname::git+https://github.com/CourtBouillon/pydyf.git#commit=$_commit" + 'remove-unnecessary-test-args.patch' +) +b2sums=('SKIP' + 'eac0ff06b669ccdf0b1ebf55b314fde5c8dd7e0f7f02559681f7ad485ba13db2ba07e5b7a4ec06dbf39bf823d6f7a67c6cab8ebd87630334de6ae6b8745d9e7b') + +pkgver() { + cd "$pkgname" + + git describe --tags | sed 's/^v//' +} + +prepare() { + cd "$pkgname" + + # thou shalt not lint coding style in integration tests + patch -p1 -i ../remove-unnecessary-test-args.patch +} + +build() { + cd "$pkgname" + + python -m build --wheel --no-isolation +} + +check() { + cd "$pkgname" + + # skip failing tests + pytest \ + --deselect tests/test_pydyf.py::test_transform \ + --deselect tests/test_pydyf.py::test_text +} + +package() { + cd "$pkgname" + + python -m installer --destdir="$pkgdir" dist/*.whl + + install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE +} Deleted: remove-unnecessary-test-args.patch =================================================================== --- remove-unnecessary-test-args.patch 2022-09-27 08:50:33 UTC (rev 1311629) +++ remove-unnecessary-test-args.patch 2022-09-27 08:50:39 UTC (rev 1311630) @@ -1,21 +0,0 @@ ---- a/pyproject.toml -+++ b/pyproject.toml -@@ -42,18 +42,3 @@ test = ['pytest', 'pytest-xdist', 'pytest-flake8', 'pytest-isort', 'pytest-cov', - - [tool.flit.sdist] - exclude = ['.*'] -- --[tool.pytest.ini_options] --addopts = '--isort --flake8 --numprocesses=auto' -- --[tool.coverage.run] --branch = true --include = ['tests/*', 'pydyf/*'] -- --[tool.coverage.report] --exclude_lines = ['pragma: no cover', 'def __repr__', 'raise NotImplementedError'] --omit = ['.*'] -- --[tool.isort] --default_section = 'FIRSTPARTY' --multi_line_output = 4 Copied: python-pydyf/repos/community-any/remove-unnecessary-test-args.patch (from rev 1311629, python-pydyf/trunk/remove-unnecessary-test-args.patch) =================================================================== --- remove-unnecessary-test-args.patch (rev 0) +++ remove-unnecessary-test-args.patch 2022-09-27 08:50:39 UTC (rev 1311630) @@ -0,0 +1,21 @@ +--- a/pyproject.toml ++++ b/pyproject.toml +@@ -42,18 +42,3 @@ test = ['pytest', 'pytest-xdist', 'pytest-flake8', 'pytest-isort', 'pytest-cov', + + [tool.flit.sdist] + exclude = ['.*'] +- +-[tool.pytest.ini_options] +-addopts = '--isort --flake8 --numprocesses=auto' +- +-[tool.coverage.run] +-branch = true +-include = ['tests/*', 'pydyf/*'] +- +-[tool.coverage.report] +-exclude_lines = ['pragma: no cover', 'def __repr__', 'raise NotImplementedError'] +-omit = ['.*'] +- +-[tool.isort] +-default_section = 'FIRSTPARTY' +-multi_line_output = 4