[arch-commits] Commit in certbot-apache/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed May 8 08:22:53 UTC 2019
Date: Wednesday, May 8, 2019 @ 08:22:52
Author: felixonmars
Revision: 462710
archrelease: copy trunk to community-any
Added:
certbot-apache/repos/community-any/PKGBUILD
(from rev 462709, 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-08 08:22:42 UTC (rev 462709)
+++ PKGBUILD 2019-05-08 08:22:52 UTC (rev 462710)
@@ -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.34.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=('6394be07952fa60ffb7f1380e31a56ce65fd79447e1bd06ba8af04b4a4c0dd0ccb8f935204973388281428b04d66a1ad70a650ba776c1eecb00e3c594936fcfa'
- '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 462709, certbot-apache/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-05-08 08:22:52 UTC (rev 462710)
@@ -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.2
+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=('c9a2f2c1124b4f9c55b5a72620f307a8ff75e802105e69ced7b723f415b9d8d029182bcea69b1436c76e1b2386a22ad4384039bce2946015d0f08ad81393ae87'
+ '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