[arch-commits] Commit in (4 files)

Felix Yan fyan at archlinux.org
Sun Nov 15 13:27:44 UTC 2015


    Date: Sunday, November 15, 2015 @ 14:27:43
  Author: fyan
Revision: 146865

addpkg: letshelp-letsencrypt 0.0.0.dev20151114-1

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

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

Added: letshelp-letsencrypt/trunk/PKGBUILD
===================================================================
--- letshelp-letsencrypt/trunk/PKGBUILD	                        (rev 0)
+++ letshelp-letsencrypt/trunk/PKGBUILD	2015-11-15 13:27:43 UTC (rev 146865)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
+
+pkgname=letshelp-letsencrypt
+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=('python2-setuptools' 'python2-mock')
+checkdepends=('python2-nose')
+source=("https://pypi.python.org/packages/source/l/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C')
+md5sums=('dbd36c6d391282c9d77ee9a270ff259a'
+         '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: letshelp-letsencrypt/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list