Date: Wednesday, October 5, 2022 @ 09:16:03
Author: grawlinson
Revision: 1321379
archrelease: copy trunk to community-any
Added:
certbot-apache/repos/community-any/PKGBUILD
(from rev 1321378, certbot-apache/trunk/PKGBUILD)
certbot-apache/repos/community-any/keys/
Deleted:
certbot-apache/repos/community-any/PKGBUILD
certbot-apache/repos/community-any/keys/
----------+
PKGBUILD | 124 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 62 insertions(+), 62 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-05 09:15:20 UTC (rev 1321378)
+++ PKGBUILD 2022-10-05 09:16:03 UTC (rev 1321379)
@@ -1,62 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-# Contributor: Felix Yan <[email protected]>
-# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
-
-pkgname=certbot-apache
-pkgver=1.30.0
-pkgrel=1
-pkgdesc='Apache plugin for Certbot'
-arch=('any')
-license=('Apache')
-url='https://pypi.python.org/pypi/certbot-apache'
-replaces=('letsencrypt-apache')
-depends=(
- 'certbot'
- 'python-acme'
- 'python-augeas'
- 'python-setuptools'
-)
-makedepends=(
- 'python-build'
- 'python-wheel'
- 'python-installer'
-)
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
- '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
- 'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
- '86379B4F0AF371B50CD9E5FF3402831161D1D280'
- '20F201346BF8F3F455A73F9A780CC99432A28621'
- 'F2871B4152AE13C49519111F447BF683AA3B26C3')
-sha512sums=('cf11370b4d6bb8883bd7849815d086fb4f69b7a8e14f8253a2d1cb3b5993c4ad38e33416586600de2cea7983f8bf5583a22a00f0f0c74476721c7b7fc807ba77'
- 'SKIP')
-b2sums=('5215e7339d9a2629811577a3b39561c998099448aa02874a8d4a5deba0b0add3ce95bb5e6384cfa1c696644fca9934da101b18ca58f6969396158408722d2d89'
- 'SKIP')
-
-prepare() {
- cd "$pkgname-$pkgver"
-
- # nuke setuptools from orbit ^W install_requires
- sed \
- -e '/setuptools>=/d' \
- -i setup.py
-}
-
-build() {
- cd "$pkgname-$pkgver"
-
- python -m build --wheel --no-isolation
-}
-
-check() {
- cd "$pkgname-$pkgver"
-
- python -m pytest
-}
-
-package() {
- cd "$pkgname-$pkgver"
-
- python -m installer --destdir="$pkgdir" dist/*.whl
-}
Copied: certbot-apache/repos/community-any/PKGBUILD (from rev 1321378,
certbot-apache/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-05 09:16:03 UTC (rev 1321379)
@@ -0,0 +1,62 @@
+# Maintainer: George Rawlinson <[email protected]>
+# Contributor: Felix Yan <[email protected]>
+# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
+
+pkgname=certbot-apache
+pkgver=1.31.0
+pkgrel=1
+pkgdesc='Apache plugin for Certbot'
+arch=('any')
+license=('Apache')
+url='https://pypi.python.org/pypi/certbot-apache'
+replaces=('letsencrypt-apache')
+depends=(
+ 'certbot'
+ 'python-acme'
+ 'python-augeas'
+ 'python-setuptools'
+)
+makedepends=(
+ 'python-build'
+ 'python-wheel'
+ 'python-installer'
+)
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+ '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+ 'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
+ '86379B4F0AF371B50CD9E5FF3402831161D1D280'
+ '20F201346BF8F3F455A73F9A780CC99432A28621'
+ 'F2871B4152AE13C49519111F447BF683AA3B26C3')
+sha512sums=('31c5d9b7da854a910747225cd94c33e9b08d4c1a4c4f57dbc80292612900a16a78956f9241234856c0d7442b4551ff720f0577a7f93d8b3b1e6f0b4cfa66a1c9'
+ 'SKIP')
+b2sums=('1fb054b270a2692594c1a81926b648eeb9cf0513c4c9961e518d41a57f787633b309c7eaddcd08a9a6b8c283a824d6730746d2f269caa55ee3a41c53eea12980'
+ 'SKIP')
+
+prepare() {
+ cd "$pkgname-$pkgver"
+
+ # nuke setuptools from orbit ^W install_requires
+ sed \
+ -e '/setuptools>=/d' \
+ -i setup.py
+}
+
+build() {
+ cd "$pkgname-$pkgver"
+
+ python -m build --wheel --no-isolation
+}
+
+check() {
+ cd "$pkgname-$pkgver"
+
+ python -m pytest
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+
+ python -m installer --destdir="$pkgdir" dist/*.whl
+}