Date: Saturday, February 4, 2023 @ 06:42:05 Author: yan12125 Revision: 1392305
archrelease: copy trunk to community-any Added: python-jaraco.text/repos/community-any/PKGBUILD (from rev 1392304, python-jaraco.text/trunk/PKGBUILD) Deleted: python-jaraco.text/repos/community-any/PKGBUILD ----------+ PKGBUILD | 72 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 36 insertions(+), 36 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2023-02-04 06:41:46 UTC (rev 1392304) +++ PKGBUILD 2023-02-04 06:42:05 UTC (rev 1392305) @@ -1,36 +0,0 @@ -# Maintainer: Chih-Hsuan Yen <yan12...@archlinux.org> -# Contributor: Kyle Keen <keen...@gmail.com> - -pkgname=python-jaraco.text -# https://github.com/jaraco/jaraco.text/blob/main/CHANGES.rst -pkgver=3.11.0 -pkgrel=1 -pkgdesc='Module for text manipulation' -arch=('any') -url='https://github.com/jaraco/jaraco.text' -license=('MIT') -depends=('python' 'python-jaraco.functools' 'python-jaraco.context' 'python-autocommand' 'python-inflect' 'python-more-itertools') -makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 'python-wheel') -checkdepends=('python-pytest') -conflicts=('python-jaraco') -replaces=('python-jaraco') -source=("https://files.pythonhosted.org/packages/source/j/jaraco.text/jaraco.text-$pkgver.tar.gz") -sha512sums=('ad3ac412df5e21cef86dc56cdc869a93a660a103a676c1d187e5ea762690b89d61c8f68994e6a891e3d98071b440a052fad60a37f71066e4e11a2cfaf45ae009') - -build() { - cd "$srcdir/jaraco.text-$pkgver" - python -m build --wheel --no-isolation -} - -check() { - cd "$srcdir/jaraco.text-$pkgver" - PYTHONPATH="$PWD" pytest -} - -package() { - cd "$srcdir/jaraco.text-$pkgver" - python -m installer --destdir="$pkgdir" dist/*.whl - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# vim:set ts=2 sw=2 et: Copied: python-jaraco.text/repos/community-any/PKGBUILD (from rev 1392304, python-jaraco.text/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2023-02-04 06:42:05 UTC (rev 1392305) @@ -0,0 +1,36 @@ +# Maintainer: Chih-Hsuan Yen <yan12...@archlinux.org> +# Contributor: Kyle Keen <keen...@gmail.com> + +pkgname=python-jaraco.text +# https://github.com/jaraco/jaraco.text/blob/main/CHANGES.rst +pkgver=3.11.1 +pkgrel=1 +pkgdesc='Module for text manipulation' +arch=('any') +url='https://github.com/jaraco/jaraco.text' +license=('MIT') +depends=('python' 'python-jaraco.functools' 'python-jaraco.context' 'python-autocommand' 'python-inflect' 'python-more-itertools') +makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 'python-wheel') +checkdepends=('python-pytest') +conflicts=('python-jaraco') +replaces=('python-jaraco') +source=("https://files.pythonhosted.org/packages/source/j/jaraco.text/jaraco.text-$pkgver.tar.gz") +sha512sums=('b4066589e9d4c9a2a82ae2b0825d34b22b93ee179d29c3666e9b978390121520afcb8fc5ffa6457022d2e8477f4cf2b76485d9896438ee46275326577609f201') + +build() { + cd "$srcdir/jaraco.text-$pkgver" + python -m build --wheel --no-isolation +} + +check() { + cd "$srcdir/jaraco.text-$pkgver" + PYTHONPATH="$PWD" pytest +} + +package() { + cd "$srcdir/jaraco.text-$pkgver" + python -m installer --destdir="$pkgdir" dist/*.whl + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# vim:set ts=2 sw=2 et: