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

Felix Yan felixonmars at archlinux.org
Sat Oct 5 09:07:42 UTC 2019


    Date: Saturday, October 5, 2019 @ 09:07:42
  Author: felixonmars
Revision: 512900

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-05 09:07:39 UTC (rev 512899)
+++ PKGBUILD	2019-10-05 09:07:42 UTC (rev 512900)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
-
-pkgname=python-acme
-pkgver=0.38.0
-pkgrel=1
-pkgdesc="ACME protocol implementation in Python"
-arch=('any')
-license=('Apache')
-url="https://github.com/certbot/certbot"
-depends=('python-setuptools' 'python-pyopenssl' 'python-pyrfc3339' 'python-pytz' 'python-requests'
-         'python-six' 'python-josepy' 'python-mock' 'python-requests-toolbelt')
-checkdepends=('python-pytest-runner')
-source=("https://pypi.io/packages/source/a/acme/acme-$pkgver.tar.gz")
-sha512sums=('7508814a218822e5f163de160274f3107af890352a6fc39ed6a5a7f8a2b882dcfc7454902939ce7d5ede223f65857d12037ffdb65c24a38fb9cf4c3196a40b49')
-
-build() {
-  cd acme-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd acme-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd acme-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-acme/repos/community-any/PKGBUILD (from rev 512899, python-acme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-05 09:07:42 UTC (rev 512900)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
+
+pkgname=python-acme
+pkgver=0.39.0
+pkgrel=1
+pkgdesc="ACME protocol implementation in Python"
+arch=('any')
+license=('Apache')
+url="https://github.com/certbot/certbot"
+depends=('python-setuptools' 'python-pyopenssl' 'python-pyrfc3339' 'python-pytz' 'python-requests'
+         'python-six' 'python-josepy' 'python-mock' 'python-requests-toolbelt')
+checkdepends=('python-pytest-runner')
+source=("https://pypi.io/packages/source/a/acme/acme-$pkgver.tar.gz")
+sha512sums=('1a59fd4a7dce6c5eb0564a1fb8f6b39b88fccaf3c4a03949b391862a9a937ccc8f81dc99b347a343c73834d006e05b515bfe1daa3f24fd6caa8c0fd8100293b4')
+
+build() {
+  cd acme-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd acme-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd acme-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list