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

Felix Yan felixonmars at archlinux.org
Thu Aug 22 05:53:46 UTC 2019


    Date: Thursday, August 22, 2019 @ 05:53:45
  Author: felixonmars
Revision: 500475

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-22 05:53:29 UTC (rev 500474)
+++ PKGBUILD	2019-08-22 05:53:45 UTC (rev 500475)
@@ -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.37.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=('da895da14ee3ffb96bc18d3a73e26403053df258937e962f03cc3f275f00d90d108c2f0a07fd6b833a6625e4945b943bd2e838546d58f72c1f7981949c83a015')
-
-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 500474, python-acme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-22 05:53:45 UTC (rev 500475)
@@ -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.37.2
+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=('6a0b149fe84a0a3a4fa18248956063268a754534108f0b8373cba57bc17f4460ff54d4af1c471ff5fd9a3d26502ce281a547b1ee7797419816d3b6fa57552527')
+
+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