[arch-commits] Commit in python-acme/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Jul 12 09:18:22 UTC 2019
Date: Friday, July 12, 2019 @ 09:18:22
Author: felixonmars
Revision: 488951
archrelease: copy trunk to community-any
Added:
python-acme/repos/community-any/PKGBUILD
(from rev 488950, python-acme/trunk/PKGBUILD)
Deleted:
python-acme/repos/community-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-07-12 09:18:11 UTC (rev 488950)
+++ PKGBUILD 2019-07-12 09:18:22 UTC (rev 488951)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
-
-pkgname=python-acme
-pkgver=0.35.1
-pkgrel=1
-pkgdesc="ACME protocol implementation in Python"
-arch=('any')
-license=('Apache')
-url="https://github.com/certbot/certbot"
-depends=('python-setuptools' 'python-pyopenssl' 'python-pyrfc3339' 'python-pytz' 'python-requests'
- 'python-six' 'python-josepy' 'python-mock' 'python-requests-toolbelt')
-checkdepends=('python-pytest-runner')
-source=("https://pypi.io/packages/source/a/acme/acme-$pkgver.tar.gz")
-sha512sums=('9d7b62447ffc866005c2bda7c10eafefaba73a3def29d31f491e555dc7cb38027da6d44556e4246d34c7bf946c18b8fae85ff62fb1260f9cf64d45ebc16eee2b')
-
-build() {
- cd acme-$pkgver
- python setup.py build
-}
-
-check() {
- cd acme-$pkgver
- python setup.py pytest
-}
-
-package() {
- cd acme-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
-}
Copied: python-acme/repos/community-any/PKGBUILD (from rev 488950, python-acme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-07-12 09:18:22 UTC (rev 488951)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
+
+pkgname=python-acme
+pkgver=0.36.0
+pkgrel=1
+pkgdesc="ACME protocol implementation in Python"
+arch=('any')
+license=('Apache')
+url="https://github.com/certbot/certbot"
+depends=('python-setuptools' 'python-pyopenssl' 'python-pyrfc3339' 'python-pytz' 'python-requests'
+ 'python-six' 'python-josepy' 'python-mock' 'python-requests-toolbelt')
+checkdepends=('python-pytest-runner')
+source=("https://pypi.io/packages/source/a/acme/acme-$pkgver.tar.gz")
+sha512sums=('98f2784392e95351b90d255cef53f0f054fbea133a1b7ebef21a0d72106915cbf3ed207e17bc5f509cdb8355e44d9fcdf3f1b8dcfd325d7f372b2f1a3b6687ee')
+
+build() {
+ cd acme-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd acme-$pkgver
+ python setup.py pytest
+}
+
+package() {
+ cd acme-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+}
More information about the arch-commits
mailing list