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

Felix Yan fyan at archlinux.org
Sat Nov 14 12:45:33 UTC 2015


    Date: Saturday, November 14, 2015 @ 13:45:33
  Author: fyan
Revision: 146811

archrelease: copy trunk to community-staging-any

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

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

Copied: letsencrypt-apache/repos/community-staging-any/PKGBUILD (from rev 146810, letsencrypt-apache/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2015-11-14 12:45:33 UTC (rev 146811)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
+
+pkgname=letsencrypt-apache
+pkgver=0.0.0.dev20151114
+pkgrel=1
+pkgdesc="Apache plugin for Let’s Encrypt client"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/${pkgname}"
+depends=("letsencrypt=$pkgver" "python2-acme=$pkgver" 'python2-augeas' 'python2-setuptools'
+         'python2-mock' 'python2-zope-component' 'python2-zope-interface')
+checkdepends=('python2-nose')
+source=("https://pypi.python.org/packages/source/l/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C')
+md5sums=('5f19923447a934183dd3c399909507e1'
+         '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