[arch-commits] Commit in letsencrypt-apache/repos (2 files)

Felix Yan fyan at archlinux.org
Sat Nov 14 06:21:06 UTC 2015


    Date: Saturday, November 14, 2015 @ 07:21:06
  Author: fyan
Revision: 146776

archrelease: copy trunk to community-any

Added:
  letsencrypt-apache/repos/community-any/
  letsencrypt-apache/repos/community-any/PKGBUILD
    (from rev 146775, letsencrypt-apache/trunk/PKGBUILD)

----------+
 PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

Copied: letsencrypt-apache/repos/community-any/PKGBUILD (from rev 146775, letsencrypt-apache/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2015-11-14 06:21:06 UTC (rev 146776)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
+
+pkgname=letsencrypt-apache
+pkgver=0.0.0.dev20151108
+pkgrel=1
+pkgdesc="Apache plugin for Let’s Encrypt client"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/${pkgname}"
+depends=('letsencrypt' 'python2-acme' 'python2-augeas' 'python2-setuptools'
+         'python2-mock' 'python2-zope-component' 'python2-zope-interface')
+checkdepends=('python2-nose')
+# To be precise: This package, letsencrypt and python2-acme shell all be at the same version,
+# though for easier package management, it is omitted in this PKGBUILD
+source=("https://pypi.python.org/packages/source/l/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C')
+md5sums=('bdf7f6d7b98ba2e76e8957eed04ddc4d'
+         'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  nosetests2
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python2 setup.py install --root="${pkgdir}"
+}



More information about the arch-commits mailing list