[arch-commits] Commit in certbot-apache/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Aug 9 10:51:22 UTC 2019
Date: Friday, August 9, 2019 @ 10:51:22
Author: felixonmars
Revision: 498475
archrelease: copy trunk to community-any
Added:
certbot-apache/repos/community-any/PKGBUILD
(from rev 498474, certbot-apache/trunk/PKGBUILD)
Deleted:
certbot-apache/repos/community-any/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-08-09 10:51:11 UTC (rev 498474)
+++ PKGBUILD 2019-08-09 10:51:22 UTC (rev 498475)
@@ -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.36.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=('905deb157586adfc97432861302cb83a2d6e4a96db19095d372d77327a87f959a8353a677e3635f75100f82601d5de661acbe7d7b435ee36b4aace72f2e80d55'
- '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 498474, certbot-apache/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-08-09 10:51:22 UTC (rev 498475)
@@ -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.37.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=('ed2101a3b89799effed28cf2126593e52b184df1c4a2a4ab6f0f7f88555f49ed2ff17c5e3df385167c553afa00d0091267760c45f204f912accf4d13990476ae'
+ '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