Date: Wednesday, April 12, 2023 @ 00:39:32
  Author: polyzen
Revision: 1444772

archrelease: copy trunk to community-staging-any

Added:
  python-dkim/repos/community-staging-any/PKGBUILD
    (from rev 1444771, python-dkim/trunk/PKGBUILD)
Deleted:
  python-dkim/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-12 00:39:12 UTC (rev 1444771)
+++ PKGBUILD    2023-04-12 00:39:32 UTC (rev 1444772)
@@ -1,38 +0,0 @@
-# Maintainer: Daniel M. Capella <[email protected]>
-
-pkgname=python-dkim
-pkgver=1.1.1
-pkgrel=2
-pkgdesc='Python library that implements DKIM and ARC email signing and 
verification'
-arch=('any')
-url=https://launchpad.net/dkimpy
-license=('ZLIB')
-depends=('python-dnspython')
-makedepends=('python-build' 'python-installer' 'python-setuptools'
-             'python-wheel')
-checkdepends=('python-authres' 'python-pynacl')
-optdepends=('python-aiodns' 'python-authres' 'python-pynacl')
-source=("https://files.pythonhosted.org/packages/source/d/dkimpy/dkimpy-$pkgver.tar.gz";)
-sha256sums=('7559744b5a9019691908f0a0c653e206b6cbf636c8c6d66e1a0827cfc8ec7f91')
-b2sums=('6b9107129a0857a384d90b9c7d3970177aa32edaaeb41d62dd4edc6fdf7e8c16e3160162aaed074f865d476dc3f7f20ad299f7034858c0fc59ef88c651552ae4')
-
-build() {
-  cd dkimpy-$pkgver
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-check() {
-  cd dkimpy-$pkgver
-  python -m unittest dkim.tests.test_suite
-}
-
-package() {
-  cd dkimpy-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-
-  # Symlink license file
-  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  ln -s "$site_packages"/dkimpy-$pkgver.dist-info/LICENSE \
-    "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-dkim/repos/community-staging-any/PKGBUILD (from rev 1444771, 
python-dkim/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-12 00:39:32 UTC (rev 1444772)
@@ -0,0 +1,38 @@
+# Maintainer: Daniel M. Capella <[email protected]>
+
+pkgname=python-dkim
+pkgver=1.1.2
+pkgrel=2
+pkgdesc='Python library that implements DKIM and ARC email signing and 
verification'
+arch=('any')
+url=https://launchpad.net/dkimpy
+license=('ZLIB')
+depends=('python-dnspython')
+makedepends=('python-build' 'python-installer' 'python-setuptools'
+             'python-wheel')
+checkdepends=('python-authres' 'python-pynacl')
+optdepends=('python-aiodns' 'python-authres' 'python-pynacl')
+source=("https://files.pythonhosted.org/packages/source/d/dkimpy/dkimpy-$pkgver.tar.gz";)
+sha256sums=('0c3a5af79de8a019123f81aa7f57e511a4ea713a272ea8b62a441a84dddc4b2c')
+b2sums=('a202acba76b83bc6c9e82d02e45ae77a09aa016c77285efd8c1c291ca9633f1cb02335b86b6da232a291e6f9a9ae3b344f217a1539bc9bfd7b0cefcbff81ab4f')
+
+build() {
+  cd dkimpy-$pkgver
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+check() {
+  cd dkimpy-$pkgver
+  python -m unittest dkim.tests.test_suite
+}
+
+package() {
+  cd dkimpy-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  # Symlink license file
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s "$site_packages"/dkimpy-$pkgver.dist-info/LICENSE \
+    "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Reply via email to