Date: Wednesday, May 10, 2023 @ 08:49:48
Author: grawlinson
Revision: 1459710
archrelease: copy trunk to community-any
Added:
certbot-apache/repos/community-any/PKGBUILD
(from rev 1459709, certbot-apache/trunk/PKGBUILD)
certbot-apache/repos/community-any/keys/
Deleted:
certbot-apache/repos/community-any/PKGBUILD
certbot-apache/repos/community-any/keys/
----------+
PKGBUILD | 132 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 66 insertions(+), 66 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-10 08:48:53 UTC (rev 1459709)
+++ PKGBUILD 2023-05-10 08:49:48 UTC (rev 1459710)
@@ -1,66 +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=2.5.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=$pkgver"
- "python-acme=$pkgver"
- 'python-augeas'
- 'python-setuptools'
-)
-makedepends=(
- 'git'
- 'python-build'
- 'python-wheel'
- 'python-installer'
-)
-checkdepends=('python-pytest')
-# git repository is used because certbot is a huge monorepo and it's easier to
-# share the entire repository across all certbot related packages than a few
-# hundred tarballs.
-_commit='3c667e8fffc2f6f4304f284ea52531bbf750a6c4'
-_repo='github.com-certbot-certbot'
-source=("$_repo::git+https://github.com/certbot/certbot#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
- cd "$_repo"
-
- git describe --tags | sed 's/^v//'
-}
-
-prepare() {
- cd "$_repo/$pkgname"
-
- # nuke setuptools from orbit ^W install_requires
- sed \
- -e '/setuptools>=/d' \
- -i setup.py
-}
-
-build() {
- cd "$_repo/$pkgname"
-
- python -m build --wheel --no-isolation
-}
-
-check() {
- cd "$_repo/$pkgname"
-
- # https://github.com/certbot/certbot/issues/9606
- pytest -v -W ignore::DeprecationWarning
-}
-
-package() {
- cd "$_repo/$pkgname"
-
- python -m installer --destdir="$pkgdir" dist/*.whl
-}
Copied: certbot-apache/repos/community-any/PKGBUILD (from rev 1459709,
certbot-apache/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-10 08:49:48 UTC (rev 1459710)
@@ -0,0 +1,66 @@
+# Maintainer: George Rawlinson <[email protected]>
+# Contributor: Felix Yan <[email protected]>
+# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
+
+pkgname=certbot-apache
+pkgver=2.6.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=$pkgver"
+ "python-acme=$pkgver"
+ 'python-augeas'
+ 'python-setuptools'
+)
+makedepends=(
+ 'git'
+ 'python-build'
+ 'python-wheel'
+ 'python-installer'
+)
+checkdepends=('python-pytest')
+# git repository is used because certbot is a huge monorepo and it's easier to
+# share the entire repository across all certbot related packages than a few
+# hundred tarballs.
+_commit='013621d04ed26377cf6616448b21a4c050683719'
+_repo='github.com-certbot-certbot'
+source=("$_repo::git+https://github.com/certbot/certbot#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+ cd "$_repo"
+
+ git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+ cd "$_repo/$pkgname"
+
+ # nuke setuptools from orbit ^W install_requires
+ sed \
+ -e '/setuptools>=/d' \
+ -i setup.py
+}
+
+build() {
+ cd "$_repo/$pkgname"
+
+ python -m build --wheel --no-isolation
+}
+
+check() {
+ cd "$_repo/$pkgname"
+
+ # https://github.com/certbot/certbot/issues/9606
+ pytest -v -W ignore::DeprecationWarning
+}
+
+package() {
+ cd "$_repo/$pkgname"
+
+ python -m installer --destdir="$pkgdir" dist/*.whl
+}