[arch-commits] Commit in (4 files)

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


    Date: Saturday, November 14, 2015 @ 07:20:46
  Author: fyan
Revision: 146775

addpkg: letsencrypt-apache 0.0.0.dev20151108-1

Added:
  letsencrypt-apache/
  letsencrypt-apache/repos/
  letsencrypt-apache/trunk/
  letsencrypt-apache/trunk/PKGBUILD

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

Added: letsencrypt-apache/trunk/PKGBUILD
===================================================================
--- letsencrypt-apache/trunk/PKGBUILD	                        (rev 0)
+++ letsencrypt-apache/trunk/PKGBUILD	2015-11-14 06:20:46 UTC (rev 146775)
@@ -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}"
+}


Property changes on: letsencrypt-apache/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list