[arch-commits] Commit in certbot-apache/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Thu Nov 12 18:04:08 UTC 2020
Date: Thursday, November 12, 2020 @ 18:04:08
Author: felixonmars
Revision: 752928
archrelease: copy trunk to community-staging-any
Added:
certbot-apache/repos/community-staging-any/
certbot-apache/repos/community-staging-any/PKGBUILD
(from rev 752926, certbot-apache/trunk/PKGBUILD)
----------+
PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
Copied: certbot-apache/repos/community-staging-any/PKGBUILD (from rev 752926, certbot-apache/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-11-12 18:04:08 UTC (rev 752928)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
+
+pkgname=certbot-apache
+pkgver=1.9.0
+pkgrel=2
+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=('5447b0fbd7f67004fe9294c65a8243ab76bda9e927f7cc8d569a231cff3cfe65523691c61329c19150bacc548019a6b66191762bf37a223fda9cbd0ad9bbba31'
+ 'SKIP')
+
+build() {
+ cd $pkgname-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd $pkgname-$pkgver
+ python -m pytest
+}
+
+package() {
+ cd $pkgname-$pkgver
+ python setup.py install -O1 --root="$pkgdir"
+}
More information about the arch-commits
mailing list