[arch-commits] Commit in python-acme/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
fyan at archlinux.org
Wed Nov 4 10:38:10 UTC 2015
Date: Wednesday, November 4, 2015 @ 11:38:10
Author: fyan
Revision: 145947
archrelease: copy trunk to community-any
Added:
python-acme/repos/community-any/PKGBUILD
(from rev 145946, python-acme/trunk/PKGBUILD)
Deleted:
python-acme/repos/community-any/PKGBUILD
----------+
PKGBUILD | 121 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 61 insertions(+), 60 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-11-04 10:37:49 UTC (rev 145946)
+++ PKGBUILD 2015-11-04 10:38:10 UTC (rev 145947)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=python-acme
-pkgname=('python-acme' 'python2-acme')
-pkgver=0.0.0.dev20151030
-pkgrel=1
-pkgdesc="ACME protocol implementation in Python"
-arch=('any')
-license=('Apache')
-url="https://github.com/letsencrypt/letsencrypt"
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyasn1' 'python2-pyasn1'
- 'python-cryptography' 'python2-cryptography' 'python-pyopenssl' 'python2-pyopenssl'
- 'python-ndg-httpsclient' 'python2-ndg-httpsclient' 'python-pyrfc3339'
- 'python2-pyrfc3339' 'python-pytz' 'python2-pytz' 'python-requests'
- 'python2-requests' 'python-six' 'python2-six' 'python-werkzeug' 'python2-werkzeug'
- 'python-mock' 'python2-mock')
-checkdepends=('python-nose' 'python2-nose')
-source=("https://pypi.python.org/packages/source/a/acme/acme-$pkgver.tar.gz")
-sha512sums=('SKIP')
-
-prepare() {
- cp -a acme-$pkgver{,-py2}
-}
-
-build() {
- cd "$srcdir/acme-$pkgver"
- python setup.py build
-
- cd "$srcdir/acme-$pkgver-py2"
- python2 setup.py build
-}
-
-check() {
- cd "$srcdir/acme-$pkgver"
- nosetests3
-
- cd "$srcdir/acme-$pkgver-py2"
- nosetests2
-}
-
-package_python-acme() {
- depends=('python-setuptools' 'python-pyasn1' 'python-cryptography' 'python-pyopenssl'
- 'python-ndg-httpsclient' 'python-pyrfc3339' 'python-pytz' 'python-requests'
- 'python-six' 'python-werkzeug' 'python-mock')
-
- cd acme-$pkgver
- python setup.py install --root="${pkgdir}" --optimize=1
-}
-
-package_python2-acme() {
- depends=('python2-setuptools' 'python2-pyasn1' 'python2-cryptography' 'python2-pyopenssl'
- 'python2-ndg-httpsclient' 'python2-pyrfc3339' 'python2-pytz' 'python2-requests'
- 'python2-six' 'python2-werkzeug' 'python2-mock')
-
- cd acme-$pkgver-py2
- python2 setup.py install --root="${pkgdir}" --optimize=1
-
- mv "$pkgdir"/usr/bin/jws{,2}
-}
Copied: python-acme/repos/community-any/PKGBUILD (from rev 145946, python-acme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-11-04 10:38:10 UTC (rev 145947)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
+
+pkgbase=python-acme
+pkgname=('python-acme' 'python2-acme')
+pkgver=0.0.0.dev20151104
+pkgrel=1
+pkgdesc="ACME protocol implementation in Python"
+arch=('any')
+license=('Apache')
+url="https://github.com/letsencrypt/letsencrypt"
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyasn1' 'python2-pyasn1'
+ 'python-cryptography' 'python2-cryptography' 'python-pyopenssl' 'python2-pyopenssl'
+ 'python-ndg-httpsclient' 'python2-ndg-httpsclient' 'python-pyrfc3339'
+ 'python2-pyrfc3339' 'python-pytz' 'python2-pytz' 'python-requests'
+ 'python2-requests' 'python-six' 'python2-six' 'python-werkzeug' 'python2-werkzeug'
+ 'python-mock' 'python2-mock')
+checkdepends=('python-nose' 'python2-nose')
+source=("https://pypi.python.org/packages/source/a/acme/acme-$pkgver.tar.gz")
+sha512sums=('131c02e47db1c664c34e10c0079cdb31993b105f217638e5405f5390093fb7610f114f3c68d560e18e8b7138367ab221d42f63d33af6778ce6479337318c881b')
+
+prepare() {
+ cp -a acme-$pkgver{,-py2}
+}
+
+build() {
+ cd "$srcdir/acme-$pkgver"
+ python setup.py build
+
+ cd "$srcdir/acme-$pkgver-py2"
+ python2 setup.py build
+}
+
+check() {
+ cd "$srcdir/acme-$pkgver"
+ nosetests3
+
+ cd "$srcdir/acme-$pkgver-py2"
+ nosetests2
+}
+
+package_python-acme() {
+ depends=('python-setuptools' 'python-pyasn1' 'python-cryptography' 'python-pyopenssl'
+ 'python-ndg-httpsclient' 'python-pyrfc3339' 'python-pytz' 'python-requests'
+ 'python-six' 'python-werkzeug' 'python-mock')
+
+ cd acme-$pkgver
+ python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-acme() {
+ depends=('python2-setuptools' 'python2-pyasn1' 'python2-cryptography' 'python2-pyopenssl'
+ 'python2-ndg-httpsclient' 'python2-pyrfc3339' 'python2-pytz' 'python2-requests'
+ 'python2-six' 'python2-werkzeug' 'python2-mock')
+
+ cd acme-$pkgver-py2
+ python2 setup.py install --root="${pkgdir}" --optimize=1
+
+ mv "$pkgdir"/usr/bin/jws{,2}
+}
More information about the arch-commits
mailing list