[arch-commits] Commit in python-click/repos/community-any (PKGBUILD PKGBUILD)

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Fri Apr 1 11:44:22 UTC 2022


    Date: Friday, April 1, 2022 @ 11:44:22
  Author: svenstaro
Revision: 1179498

archrelease: copy trunk to community-any

Added:
  python-click/repos/community-any/PKGBUILD
    (from rev 1179497, python-click/trunk/PKGBUILD)
Deleted:
  python-click/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-01 11:44:17 UTC (rev 1179497)
+++ PKGBUILD	2022-04-01 11:44:22 UTC (rev 1179498)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Carl George < arch at cgtx dot us >
-
-pkgname=python-click
-_realname=click
-pkgver=8.1.0
-pkgrel=2
-pkgdesc="Simple wrapper around optparse for powerful command line utilities"
-arch=("any")
-url='https://click.palletsprojects.com/'
-license=("BSD")
-depends=("python")
-makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
-checkdepends=('python-pytest')
-source=("https://github.com/pallets/click/archive/${pkgver}/$pkgname-$pkgver.tar.gz")
-sha512sums=('7d9fcd74392baa55e0fd9050e7382d4b8b542856d4fee79ec5a4d6185ddeb47abaed1de6771e30aaec6cee5cff7166dd8ab7fefbc6aefa1856adc58b9fecc0c7')
-
-build() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  PYTHONPATH="build/lib" pytest
-}
-
-package() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm 644 "LICENSE.rst" -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-click/repos/community-any/PKGBUILD (from rev 1179497, python-click/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-01 11:44:22 UTC (rev 1179498)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Carl George < arch at cgtx dot us >
+
+pkgname=python-click
+_realname=click
+pkgver=8.1.2
+pkgrel=1
+pkgdesc="Simple wrapper around optparse for powerful command line utilities"
+arch=("any")
+url='https://click.palletsprojects.com/'
+license=("BSD")
+depends=("python")
+makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
+checkdepends=('python-pytest')
+source=("https://github.com/pallets/click/archive/${pkgver}/$pkgname-$pkgver.tar.gz")
+sha512sums=('8781965212a0732990e47050db8ae5e37633986b23cd7895d74f06007c61993f8ea45183376761987931caf00dd68c22900bc8d3930d4416853374cfd170a0e5')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  PYTHONPATH="build/lib" pytest
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm 644 "LICENSE.rst" -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list