[arch-commits] Commit in certbot-apache/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu May 2 22:38:03 UTC 2019
Date: Thursday, May 2, 2019 @ 22:38:02
Author: felixonmars
Revision: 457889
archrelease: copy trunk to community-any
Added:
certbot-apache/repos/community-any/PKGBUILD
(from rev 457888, certbot-apache/trunk/PKGBUILD)
Deleted:
certbot-apache/repos/community-any/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-02 22:37:47 UTC (rev 457888)
+++ PKGBUILD 2019-05-02 22:38:02 UTC (rev 457889)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
-
-pkgname=certbot-apache
-pkgver=0.33.1
-pkgrel=1
-pkgdesc="Apache plugin for Let’s Encrypt client"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname"
-replaces=("letsencrypt-apache")
-depends=('certbot' 'python-acme' 'python-augeas' 'python-mock' 'python-setuptools'
- 'python-zope-component' 'python-zope-interface')
-checkdepends=('python-pytest')
-source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
- '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
- 'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('ecd4a24e7cdb67a046a9df24a9e477089a0b08e20de6876f3c488c90d8f4336340d8d21f679369eadba7b1b318220e26b7d010c35f51daf58b817632ada50b3d'
- 'SKIP')
-
-build() {
- cd $pkgname-$pkgver
- python setup.py build
-}
-
-check() {
- # https://github.com/certbot/certbot/issues/5510
- cd $pkgname-$pkgver
- python setup.py test
-}
-
-package() {
- cd $pkgname-$pkgver
- python setup.py install -O1 --root="$pkgdir"
-}
Copied: certbot-apache/repos/community-any/PKGBUILD (from rev 457888, certbot-apache/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-05-02 22:38:02 UTC (rev 457889)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
+
+pkgname=certbot-apache
+pkgver=0.34.0
+pkgrel=1
+pkgdesc="Apache plugin for Let’s Encrypt client"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname"
+replaces=("letsencrypt-apache")
+depends=('certbot' 'python-acme' 'python-augeas' 'python-mock' 'python-setuptools'
+ 'python-zope-component' 'python-zope-interface')
+checkdepends=('python-pytest')
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+ '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+ 'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('e8c42ec3e226eb035749876de4f699569ca2a111c8a1c5ff8a518b5d8ad0cc2786b78a241a9ed61f685bad32e88330bb6d9f11df55e9abdc0720fea918b1b403'
+ 'SKIP')
+
+build() {
+ cd $pkgname-$pkgver
+ python setup.py build
+}
+
+check() {
+ # https://github.com/certbot/certbot/issues/5510
+ cd $pkgname-$pkgver
+ python setup.py test
+}
+
+package() {
+ cd $pkgname-$pkgver
+ python setup.py install -O1 --root="$pkgdir"
+}
More information about the arch-commits
mailing list