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

David Runge dvzrv at gemini.archlinux.org
Wed Jun 8 16:02:11 UTC 2022


    Date: Wednesday, June 8, 2022 @ 16:02:11
  Author: dvzrv
Revision: 1229331

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   57 +++++++++++++++++++++++++++++----------------------------
 1 file changed, 29 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-08 16:01:59 UTC (rev 1229330)
+++ PKGBUILD	2022-06-08 16:02:11 UTC (rev 1229331)
@@ -1,28 +0,0 @@
-# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
-# Contributor: Kyle Keen <keenerd at gmail.com>
-
-pkgname=python-jaraco.text
-pkgver=3.8.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')
-makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 'python-wheel')
-conflicts=('python-jaraco')
-source=("https://files.pythonhosted.org/packages/source/j/jaraco.text/jaraco.text-$pkgver.tar.gz")
-sha512sums=('3526f1371d8f2e7c79dff61941b1b4ead3d0f4b5144f0e22dbd098ec244b9ffddba4bbeaa0d817a80ff422fa5c7ae11d0959d3f56044d7c5f95d8c8a5de8ad2f')
-
-build() {
-  cd "$srcdir/jaraco.text-$pkgver"
-  python -m build --wheel --no-isolation
-}
-
-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-staging-any/PKGBUILD (from rev 1229330, python-jaraco.text/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-08 16:02:11 UTC (rev 1229331)
@@ -0,0 +1,29 @@
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+# Contributor: Kyle Keen <keenerd at gmail.com>
+
+pkgname=python-jaraco.text
+pkgver=3.8.0
+pkgrel=2
+pkgdesc='Module for text manipulation'
+arch=('any')
+url='https://github.com/jaraco/jaraco.text'
+license=('MIT')
+depends=('python-jaraco.functools' 'python-jaraco.context')
+makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 'python-wheel')
+conflicts=('python-jaraco')
+replaces=('python-jaraco')
+source=("https://files.pythonhosted.org/packages/source/j/jaraco.text/jaraco.text-$pkgver.tar.gz")
+sha512sums=('3526f1371d8f2e7c79dff61941b1b4ead3d0f4b5144f0e22dbd098ec244b9ffddba4bbeaa0d817a80ff422fa5c7ae11d0959d3f56044d7c5f95d8c8a5de8ad2f')
+
+build() {
+  cd "$srcdir/jaraco.text-$pkgver"
+  python -m build --wheel --no-isolation
+}
+
+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