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

Felix Yan felixonmars at archlinux.org
Wed Mar 4 10:31:46 UTC 2020


    Date: Wednesday, March 4, 2020 @ 10:31:46
  Author: felixonmars
Revision: 589957

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-04 10:31:42 UTC (rev 589956)
+++ PKGBUILD	2020-03-04 10:31:46 UTC (rev 589957)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
-
-pkgname=python-acme
-pkgver=1.2.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=('ae3fc6b522cdc8448410c170ac835cf008240c9880c95567f2d00b28d83cb735371aacf7b09994ba147d2d6919f13d1977bb46d2939f5300039b7fbda3210451')
-
-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 589956, python-acme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-04 10:31:46 UTC (rev 589957)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
+
+pkgname=python-acme
+pkgver=1.3.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=('3bb3ceb7301463d95ffb2c68d00ed0f342e2367a48ed9927059633ba3a28117bb5c8d25cd925fc8beed227785a8be2bbda629fe54a61877db28cb82032d375a0')
+
+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