[arch-commits] Commit in python-jaraco.text/repos/community-any (PKGBUILD PKGBUILD)

Chih-Hsuan Yen yan12125 at gemini.archlinux.org
Fri Aug 19 04:05:13 UTC 2022


    Date: Friday, August 19, 2022 @ 04:05:12
  Author: yan12125
Revision: 1269496

archrelease: copy trunk to community-any

Added:
  python-jaraco.text/repos/community-any/PKGBUILD
    (from rev 1269495, python-jaraco.text/trunk/PKGBUILD)
Deleted:
  python-jaraco.text/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-19 04:04:57 UTC (rev 1269495)
+++ PKGBUILD	2022-08-19 04:05:12 UTC (rev 1269496)
@@ -1,35 +0,0 @@
-# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
-# Contributor: Kyle Keen <keenerd at gmail.com>
-
-pkgname=python-jaraco.text
-pkgver=3.9.0
-pkgrel=1
-pkgdesc='Module for text manipulation'
-arch=('any')
-url='https://github.com/jaraco/jaraco.text'
-license=('MIT')
-depends=('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=('c895646f87af5fb0035fa22470b02d2742fdbbe90bfd65a23d367108a922fbffd7cdf6e8882850c6b4454b8a9e177cefab636f90adde1e583c4cc9f4cbb33f26')
-
-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 1269495, python-jaraco.text/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-19 04:05:12 UTC (rev 1269496)
@@ -0,0 +1,35 @@
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+# Contributor: Kyle Keen <keenerd at gmail.com>
+
+pkgname=python-jaraco.text
+pkgver=3.9.1
+pkgrel=1
+pkgdesc='Module for text manipulation'
+arch=('any')
+url='https://github.com/jaraco/jaraco.text'
+license=('MIT')
+depends=('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=('f850125c7612342772d5a4a68076ea53a8cad6015c8bbe7e2923b034f8f601c8ff974eec0069b1bacba115d0aa43a948aea3b79f61d773464c823aac1880bbf1')
+
+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:



More information about the arch-commits mailing list