Date: Tuesday, April 4, 2023 @ 11:37:38
  Author: alerque
Revision: 1434550

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-04 11:37:33 UTC (rev 1434549)
+++ PKGBUILD    2023-04-04 11:37:38 UTC (rev 1434550)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Maintainer: Caleb Maclennan <[email protected]>
-# Contributor: Timothy Redaelli <[email protected]>
-# Contributor: Francois Boulogne <fboulogne at april dot org>
-
-pkgname=python-qrcode
-_pkgname=${pkgname#python-}
-pkgver=7.4.2
-pkgrel=1
-pkgdesc='Python library to generate QR codes'
-arch=('any')
-url='https://github.com/lincolnloop/python-qrcode'
-license=('BSD')
-depends=('python' 'python-pypng')
-optdepends=('python-pillow: faster but not python native backend')
-makedepends=('python-'{build,installer,wheel} 'python-setuptools')
-checkdepends=('python-pytest')
-_archive="$_pkgname-$pkgver"
-source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_archive.tar.gz";)
-sha512sums=('a8642845990341034e39c43ef674f5b4ce8d3175a44d6062f711af2c24ffd45bda5f3ecf8a7825b7ebafe734b6396d52a37bb59177c544f921e43eaa9f1f5405')
-
-build() {
-  cd "$_archive"
-  python -m build -wn
-}
-
-check() {
-  cd "$_archive"
-  pytest
-}
-
-package() {
-  cd "$_archive"
-  python -m installer -d "$pkgdir" dist/*.whl
-  install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-}

Copied: python-qrcode/repos/community-any/PKGBUILD (from rev 1434549, 
python-qrcode/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-04 11:37:38 UTC (rev 1434550)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Maintainer: Caleb Maclennan <[email protected]>
+# Contributor: Timothy Redaelli <[email protected]>
+# Contributor: Francois Boulogne <fboulogne at april dot org>
+
+pkgname=python-qrcode
+_pkgname=${pkgname#python-}
+pkgver=7.4.2
+pkgrel=2
+pkgdesc='Python library to generate QR codes'
+arch=('any')
+url='https://github.com/lincolnloop/python-qrcode'
+license=('BSD')
+depends=('python' 'python-typing_extensions' 'python-pypng')
+optdepends=('python-pillow: faster but not python native backend')
+makedepends=('python-'{build,installer,wheel} 'python-setuptools')
+checkdepends=('python-pytest')
+_archive="$_pkgname-$pkgver"
+source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_archive.tar.gz";)
+sha512sums=('a8642845990341034e39c43ef674f5b4ce8d3175a44d6062f711af2c24ffd45bda5f3ecf8a7825b7ebafe734b6396d52a37bb59177c544f921e43eaa9f1f5405')
+
+build() {
+  cd "$_archive"
+  python -m build -wn
+}
+
+check() {
+  cd "$_archive"
+  pytest
+}
+
+package() {
+  cd "$_archive"
+  python -m installer -d "$pkgdir" dist/*.whl
+  install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}

Reply via email to