[arch-commits] Commit in certbot/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
fyan at archlinux.org
Thu Jun 2 08:51:12 UTC 2016
Date: Thursday, June 2, 2016 @ 10:51:12
Author: fyan
Revision: 177718
archrelease: copy trunk to community-any
Added:
certbot/repos/community-any/PKGBUILD
(from rev 177717, certbot/trunk/PKGBUILD)
Deleted:
certbot/repos/community-any/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-06-02 08:50:55 UTC (rev 177717)
+++ PKGBUILD 2016-06-02 08:51:12 UTC (rev 177718)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
-
-pkgname=certbot
-pkgver=0.7.0
-pkgrel=1
-pkgdesc="A tool to automatically receive and install X.509 certificates to enable TLS on servers. The client will interoperate with the Let’s Encrypt CA which will be issuing browser-trusted certificates for free."
-arch=('any')
-license=('Apache')
-url="https://letsencrypt.org/"
-depends=('ca-certificates' "python2-acme=$pkgver" 'python2-configargparse' 'python2-configobj'
- 'python2-cryptography' 'python2-pyopenssl' 'python2-mock' 'python2-parsedatetime'
- 'python2-psutil' 'python2-pyrfc3339' 'python2-pythondialog' 'python2-pytz'
- 'python2-requests' 'python2-setuptools' 'python2-six' 'python2-zope-component'
- 'python2-zope-interface')
-optdepends=("certbot-apache: Apache plugin for Let’s Encrypt client"
- "certbot-nginx: Nginx plugin for Let’s Encrypt client")
-checkdepends=('python2-nose')
-replaces=("letsencrypt")
-source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
- '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
- 'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-md5sums=('39a52c74352649341c97c0406d5fb97f'
- 'SKIP')
-
-build() {
- cd "$srcdir"/$pkgname-$pkgver
- python2 setup.py build
-}
-
-check() {
- cd "$srcdir"/$pkgname-$pkgver
- python2 setup.py test
-}
-
-package() {
- cd "$srcdir"/$pkgname-$pkgver
- python2 setup.py install --root="$pkgdir"
-
- mkdir -p "$pkgdir"/{etc,var/lib,var/log}/certbot
- chmod 700 "$pkgdir"/var/log/certbot
-}
Copied: certbot/repos/community-any/PKGBUILD (from rev 177717, certbot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-06-02 08:51:12 UTC (rev 177718)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
+
+pkgname=certbot
+pkgver=0.7.0
+pkgrel=2
+pkgdesc="A tool to automatically receive and install X.509 certificates to enable TLS on servers. The client will interoperate with the Let’s Encrypt CA which will be issuing browser-trusted certificates for free."
+arch=('any')
+license=('Apache')
+url="https://letsencrypt.org/"
+depends=('ca-certificates' "python2-acme=$pkgver" 'python2-configargparse' 'python2-configobj'
+ 'python2-cryptography' 'python2-pyopenssl' 'python2-mock' 'python2-parsedatetime'
+ 'python2-psutil' 'python2-pyrfc3339' 'python2-pythondialog' 'python2-pytz'
+ 'python2-requests' 'python2-setuptools' 'python2-six' 'python2-zope-component'
+ 'python2-zope-interface')
+optdepends=("certbot-apache: Apache plugin for Let’s Encrypt client"
+ "certbot-nginx: Nginx plugin for Let’s Encrypt client")
+checkdepends=('python2-nose')
+replaces=("letsencrypt")
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+ '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+ 'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+md5sums=('39a52c74352649341c97c0406d5fb97f'
+ 'SKIP')
+
+build() {
+ cd "$srcdir"/$pkgname-$pkgver
+ python2 setup.py build
+}
+
+check() {
+ cd "$srcdir"/$pkgname-$pkgver
+ python2 setup.py test
+}
+
+package() {
+ cd "$srcdir"/$pkgname-$pkgver
+ python2 setup.py install --root="$pkgdir"
+
+ mkdir -p "$pkgdir"/{etc,var/lib,var/log}/letsencrypt
+ chmod 700 "$pkgdir"/var/log/letsencrypt
+}
More information about the arch-commits
mailing list