[arch-commits] Commit in python-acme/repos/community-any (PKGBUILD PKGBUILD)

George Rawlinson grawlinson at gemini.archlinux.org
Wed Jun 8 03:45:26 UTC 2022


    Date: Wednesday, June 8, 2022 @ 03:45:26
  Author: grawlinson
Revision: 1228623

archrelease: copy trunk to community-any

Added:
  python-acme/repos/community-any/PKGBUILD
    (from rev 1228622, python-acme/trunk/PKGBUILD)
Deleted:
  python-acme/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  124 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-08 03:44:36 UTC (rev 1228622)
+++ PKGBUILD	2022-06-08 03:45:26 UTC (rev 1228623)
@@ -1,62 +0,0 @@
-# Maintainer: George Rawlinson <grawlinson at archlinux.org>
-# Contributor: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
-
-pkgname=python-acme
-pkgver=1.27.0
-pkgrel=1
-pkgdesc='ACME protocol implementation in Python'
-arch=('any')
-license=('Apache')
-url='https://github.com/certbot/certbot'
-depends=(
-  'python-cryptography'
-  'python-josepy'
-  'python-pyopenssl'
-  'python-pyrfc3339'
-  'python-pytz'
-  'python-requests'
-  'python-requests-toolbelt'
-)
-makedepends=(
-  'python-setuptools'
-  'python-sphinx'
-  'python-sphinx_rtd_theme'
-)
-checkdepends=('python-pytest')
-source=("$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/a/acme/acme-$pkgver.tar.gz")
-sha512sums=('25b6231f822a50ab64fbc8625a6db8995d21c8f0a654bad173db529b2221f5e6762ce5c877d91263d7f5b47bbb778888a3ad3275565d55f1b22afcaf11823cf9')
-b2sums=('151e5195d7c334c9afc8b6a57270f46195fe811119f7836e0c192dedb304ac690ae41f3a4f1aca99d6e5738745f1c887f479622ac345b547fd93acf30f067342')
-
-prepare() {
-  cd "acme-$pkgver"
-
-  # nuke setuptools from orbit ^W install_requires
-  sed \
-    -e '/setuptools>=/d' \
-    -i setup.py
-}
-
-build() {
-  cd "acme-$pkgver"
-
-  python setup.py build
-
-  # create man page
-  make -C docs man
-}
-
-check() {
-  cd "acme-$pkgver"
-
-  python -m pytest
-}
-
-package() {
-  cd "acme-$pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  # man pages
-  install -vDm644 -t "$pkgdir/usr/share/man/man1" docs/_build/man/*.1
-}

Copied: python-acme/repos/community-any/PKGBUILD (from rev 1228622, python-acme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-08 03:45:26 UTC (rev 1228623)
@@ -0,0 +1,62 @@
+# Maintainer: George Rawlinson <grawlinson at archlinux.org>
+# Contributor: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
+
+pkgname=python-acme
+pkgver=1.28.0
+pkgrel=1
+pkgdesc='ACME protocol implementation in Python'
+arch=('any')
+license=('Apache')
+url='https://github.com/certbot/certbot'
+depends=(
+  'python-cryptography'
+  'python-josepy'
+  'python-pyopenssl'
+  'python-pyrfc3339'
+  'python-pytz'
+  'python-requests'
+  'python-requests-toolbelt'
+)
+makedepends=(
+  'python-setuptools'
+  'python-sphinx'
+  'python-sphinx_rtd_theme'
+)
+checkdepends=('python-pytest')
+source=("$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/a/acme/acme-$pkgver.tar.gz")
+sha512sums=('13a2d418fb2d0c1a339c005a7e2c188f51aae66073334209e2bd63af9addff1fec59603114a2285c6e61b5be0b8a6797d70509b274a03186812c0e5e1528d367')
+b2sums=('425b8e01d91cf4420ec80af6aaa2cd7a1068d5ce4d5a95bd33853e359a1c5e04654b6790a493b6f83129aad32be335832c2a6237828e2e720f4b830ea82083cf')
+
+prepare() {
+  cd "acme-$pkgver"
+
+  # nuke setuptools from orbit ^W install_requires
+  sed \
+    -e '/setuptools>=/d' \
+    -i setup.py
+}
+
+build() {
+  cd "acme-$pkgver"
+
+  python setup.py build
+
+  # create man page
+  make -C docs man
+}
+
+check() {
+  cd "acme-$pkgver"
+
+  python -m pytest
+}
+
+package() {
+  cd "acme-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  # man pages
+  install -vDm644 -t "$pkgdir/usr/share/man/man1" docs/_build/man/*.1
+}



More information about the arch-commits mailing list