Date: Friday, November 11, 2022 @ 16:14:48
  Author: yan12125
Revision: 1346814

archrelease: copy trunk to community-any

Added:
  python-scramp/repos/community-any/PKGBUILD
    (from rev 1346813, python-scramp/trunk/PKGBUILD)
  python-scramp/repos/community-any/keys/
Deleted:
  python-scramp/repos/community-any/PKGBUILD
  python-scramp/repos/community-any/keys/

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-11 16:14:08 UTC (rev 1346813)
+++ PKGBUILD    2022-11-11 16:14:48 UTC (rev 1346814)
@@ -1,34 +0,0 @@
-# Maintainer: Chih-Hsuan Yen <[email protected]>
-
-pkgname=python-scramp
-pkgver=1.4.3
-pkgrel=1
-pkgdesc="Python implementation of the SCRAM protocol"
-arch=(any)
-url='https://github.com/tlocke/scramp'
-license=("custom:MIT No Attribution")
-depends=(python python-asn1crypto)
-makedepends=(python-build python-installer python-setuptools 
python-versioningit python-wheel)
-checkdepends=(python-pytest python-pytest-mock python-passlib)
-source=("https://files.pythonhosted.org/packages/source/s/scramp/scramp-$pkgver.tar.gz"{,.asc})
-sha256sums=('d6885e002707d12a1bcb1f6b243217f06253397afc4e9d970e1a4c009635d6cc'
-            'SKIP')
-validpgpkeys=(
-  'D5681B7EC7292511C4CC1450892B00AB699851E8'  # Tony Locke 
<[email protected]>, proven by https://keybase.io/tlocke
-)
-
-build() {
-  cd scramp-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd scramp-$pkgver
-  python -m pytest test
-}
-
-package() {
-  cd scramp-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-scramp/repos/community-any/PKGBUILD (from rev 1346813, 
python-scramp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-11 16:14:48 UTC (rev 1346814)
@@ -0,0 +1,34 @@
+# Maintainer: Chih-Hsuan Yen <[email protected]>
+
+pkgname=python-scramp
+pkgver=1.4.4
+pkgrel=1
+pkgdesc="Python implementation of the SCRAM protocol"
+arch=(any)
+url='https://github.com/tlocke/scramp'
+license=("custom:MIT No Attribution")
+depends=(python python-asn1crypto)
+makedepends=(python-build python-installer python-setuptools 
python-versioningit python-wheel)
+checkdepends=(python-pytest python-pytest-mock python-passlib)
+source=("https://files.pythonhosted.org/packages/source/s/scramp/scramp-$pkgver.tar.gz"{,.asc})
+sha256sums=('b7022a140040f33cf863ab2657917ed05287a807b917950489b89b9f685d59bc'
+            'SKIP')
+validpgpkeys=(
+  'D5681B7EC7292511C4CC1450892B00AB699851E8'  # Tony Locke 
<[email protected]>, proven by https://keybase.io/tlocke
+)
+
+build() {
+  cd scramp-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd scramp-$pkgver
+  python -m pytest test
+}
+
+package() {
+  cd scramp-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}

Reply via email to