Date: Wednesday, June 8, 2022 @ 02:16:32
  Author: yan12125
Revision: 1228617

archrelease: copy trunk to community-staging-any

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

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

Copied: python-jaraco.text/repos/community-staging-any/PKGBUILD (from rev 
1228616, python-jaraco.text/trunk/PKGBUILD)
===================================================================
--- repos/community-staging-any/PKGBUILD                                (rev 0)
+++ repos/community-staging-any/PKGBUILD        2022-06-08 02:16:32 UTC (rev 
1228617)
@@ -0,0 +1,28 @@
+# Maintainer: Chih-Hsuan Yen <[email protected]>
+# Contributor: Kyle Keen <[email protected]>
+
+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:

Reply via email to