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

Daniel M. Capella polyzen at archlinux.org
Thu Sep 26 00:36:31 UTC 2019


    Date: Thursday, September 26, 2019 @ 00:36:28
  Author: polyzen
Revision: 511800

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   63 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 30 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-26 00:36:03 UTC (rev 511799)
+++ PKGBUILD	2019-09-26 00:36:28 UTC (rev 511800)
@@ -1,33 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-
-pkgname=python-dkim
-pkgver=0.9.3
-_branch=${pkgver%.*}
-pkgrel=1
-pkgdesc='Python library that implements DKIM and ARC email signing and verification'
-arch=('any')
-url=https://launchpad.net/dkimpy
-license=('ZLIB')
-depends=('python-authres' 'python-dnspython' 'python-pynacl' 'python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/d/dkimpy/dkimpy-$pkgver.tar.gz"
-        "LICENSE-dkimpy-$pkgver::https://git.launchpad.net/dkimpy/plain/LICENSE?id=$pkgver")
-sha256sums=('6d7f335e1e901695aba1a2659102147775502ed7d0664f00319357ba4457d6e6'
-            'c047360d48ec9a45c4d70dca260c1a0d4806d521be3aee4b4300106d2b2618fe')
-
-build() {
-  cd dkimpy-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd dkimpy-$pkgver
-  python -m unittest dkim.tests.test_suite
-}
-
-package() {
-  cd dkimpy-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 ../LICENSE-dkimpy-$pkgver "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-dkim/repos/community-any/PKGBUILD (from rev 511799, python-dkim/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-26 00:36:28 UTC (rev 511800)
@@ -0,0 +1,30 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+pkgname=python-dkim
+pkgver=0.9.4
+pkgrel=1
+pkgdesc='Python library that implements DKIM and ARC email signing and verification'
+arch=('any')
+url=https://launchpad.net/dkimpy
+license=('ZLIB')
+depends=('python-authres' 'python-dnspython' 'python-pynacl' 'python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/d/dkimpy/dkimpy-$pkgver.tar.gz")
+sha256sums=('dbcfb921b4fe2e44ee1648d2fd3c80d01a36ec0ca0a84eb032b69d6f780553b5')
+
+build() {
+  cd dkimpy-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd dkimpy-$pkgver
+  python -m unittest dkim.tests.test_suite
+}
+
+package() {
+  cd dkimpy-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list