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

Felix Yan felixonmars at archlinux.org
Sun Nov 3 12:05:33 UTC 2019


    Date: Sunday, November 3, 2019 @ 12:05:33
  Author: felixonmars
Revision: 522430

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-03 12:05:32 UTC (rev 522429)
+++ PKGBUILD	2019-11-03 12:05:33 UTC (rev 522430)
@@ -1,30 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-
-pkgname=python-dkim
-pkgver=0.9.5
-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-authres' 'python-dnspython' 'python-pynacl' 'python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/d/dkimpy/dkimpy-$pkgver.tar.gz")
-sha256sums=('6bf47aa71bc466f5d6a201042317fb415fbc45f3cae4f5dbe1e337e235549ff2')
-
-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-staging-any/PKGBUILD (from rev 522428, python-dkim/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-03 12:05:33 UTC (rev 522430)
@@ -0,0 +1,30 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+pkgname=python-dkim
+pkgver=0.9.5
+pkgrel=3
+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=('6bf47aa71bc466f5d6a201042317fb415fbc45f3cae4f5dbe1e337e235549ff2')
+
+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