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

Daniel M. Capella polyzen at archlinux.org
Fri Jan 17 05:23:22 UTC 2020


    Date: Friday, January 17, 2020 @ 05:23:21
  Author: polyzen
Revision: 552818

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-17 05:23:02 UTC (rev 552817)
+++ PKGBUILD	2020-01-17 05:23:21 UTC (rev 552818)
@@ -1,32 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-
-pkgname=python-dkim
-pkgver=1.0.2
-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-dnspython' 'python-setuptools')
-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=('ce7989514025b7d7b2f5ded2a9392c92c10945c70a4e9310632586ff2f223fa7')
-
-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:

Copied: python-dkim/repos/community-any/PKGBUILD (from rev 552817, python-dkim/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-17 05:23:21 UTC (rev 552818)
@@ -0,0 +1,32 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+pkgname=python-dkim
+pkgver=1.0.3
+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-dnspython' 'python-setuptools')
+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=('11fc2bd6177a7d016e1148bff8535d0f0c9931e339186b4a58a93a331c9aefc3')
+
+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