[arch-commits] Commit in certbot/repos/community-any (10 files)
George Rawlinson
grawlinson at gemini.archlinux.org
Mon Mar 28 01:16:03 UTC 2022
Date: Monday, March 28, 2022 @ 01:16:03
Author: grawlinson
Revision: 1177328
archrelease: copy trunk to community-any
Added:
certbot/repos/community-any/86379B4F0AF371B50CD9E5FF3402831161D1D280.asc
(from rev 1177327, certbot/trunk/86379B4F0AF371B50CD9E5FF3402831161D1D280.asc)
certbot/repos/community-any/PKGBUILD
(from rev 1177327, certbot/trunk/PKGBUILD)
certbot/repos/community-any/certbot-renew.service
(from rev 1177327, certbot/trunk/certbot-renew.service)
certbot/repos/community-any/certbot-renew.timer
(from rev 1177327, certbot/trunk/certbot-renew.timer)
certbot/repos/community-any/tmpfiles.conf
(from rev 1177327, certbot/trunk/tmpfiles.conf)
Deleted:
certbot/repos/community-any/86379B4F0AF371B50CD9E5FF3402831161D1D280.asc
certbot/repos/community-any/PKGBUILD
certbot/repos/community-any/certbot-renew.service
certbot/repos/community-any/certbot-renew.timer
certbot/repos/community-any/tmpfiles.conf
-----------------------+
PKGBUILD | 199 ++++++++++++++++++++++++------------------------
certbot-renew.service | 16 +--
certbot-renew.timer | 20 ++--
tmpfiles.conf | 6 -
4 files changed, 121 insertions(+), 120 deletions(-)
Deleted: 86379B4F0AF371B50CD9E5FF3402831161D1D280.asc
===================================================================
(Binary files differ)
Copied: certbot/repos/community-any/86379B4F0AF371B50CD9E5FF3402831161D1D280.asc (from rev 1177327, certbot/trunk/86379B4F0AF371B50CD9E5FF3402831161D1D280.asc)
===================================================================
(Binary files differ)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-03-28 01:14:54 UTC (rev 1177327)
+++ PKGBUILD 2022-03-28 01:16:03 UTC (rev 1177328)
@@ -1,99 +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=certbot
-pkgver=1.25.0
-pkgrel=1
-pkgdesc="An ACME client"
-arch=('any')
-license=('Apache')
-url="https://certbot.eff.org"
-depends=(
- 'ca-certificates'
- 'python-acme'
- 'python-configargparse'
- 'python-configobj'
- 'python-cryptography'
- 'python-distro'
- 'python-parsedatetime'
- 'python-pyrfc3339'
- 'python-pytz'
- 'python-zope-component'
- 'python-zope-interface'
-)
-makedepends=(
- 'python-build'
- 'python-wheel'
- 'python-installer'
- 'python-sphinx'
- 'python-sphinx_rtd_theme'
-)
-checkdepends=('python-pytest')
-optdepends=(
- 'certbot-apache: Apache plugin for Let’s Encrypt client'
- 'certbot-nginx: Nginx plugin for Let’s Encrypt client'
-)
-replaces=('letsencrypt')
-source=(
- "https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc}
- 'tmpfiles.conf'
- 'certbot-renew.service'
- 'certbot-renew.timer'
-)
-sha512sums=('985daf1ae70296d9a6eba436a349be1f31570e8314bdcc514dea9ffbcdcf35c4917250757d14c9192475afde14b840d4df8f7763f607465195686d28580fb6b4'
- 'SKIP'
- 'fbb7bb4591876aeb2e118c3f3fc8ff507b6a3127de0f921c689e1d74c70320b4f2b8bf05b488ec4f714259701f1ac54e64a9f6181475da6bd6d1e3da3a602217'
- 'ad639f33201089d5531d1b1dcd163e2f85bd84a6a9aa233bb04f1f86b34a4f9afa4aed274a27cc89a0664150e80af31742d425923015d585b781a8b139cb8954'
- '471d371de385daf18f58a2e4eaed74f0d2d9931beb74ee28481ffb17ce4e4450752c135b920b6efd17a16f84f99fe38b69e6602e230ba09059f85390b08aaba1')
-b2sums=('ffdc7a89050734085bfa3a6f24e8bb9707c18169daaaada2837edd64de73aa93ca7cc6defc33cc3d3e0eac93abb902a2e7fd77804003c981954c3cd373a97bf6'
- 'SKIP'
- '7d2c26a9953d3b5a899053bdd7bd77051c67abe6480af2bfaaee06f20a399b0b4ccccc0af35cfe9e6d2b1fc833dbff928ba46771a9127720073dda29aef9a2e0'
- '773be7c45aaf84b79b260053dd4555be1b913238f680cf2c816e20d585db21c11ff41c985915ab0804bb3bc78af2e1e09133ed3b04e276e6379f63e9522064c1'
- 'a75e09a662be6ce1bc533c39bea8ecfd6c0feb3f0066db854de701c1af71534bca750ef5b50826446708823564945aac887649225d15a347efd864dd1e1a8e81')
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
- '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
- 'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
- '20F201346BF8F3F455A73F9A780CC99432A28621'
- '86379B4F0AF371B50CD9E5FF3402831161D1D280')
-
-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
-
- # create man pages
- make -C docs man
-}
-
-check() {
- cd "$pkgname-$pkgver"
-
- python -m pytest
-}
-
-package() {
- # systemd integration
- install -vDm644 -t "$pkgdir/usr/lib/systemd/system" certbot-renew.*
- install -vDm644 tmpfiles.conf "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-
- cd "$pkgname-$pkgver"
-
- python -m installer --destdir="$pkgdir" dist/*.whl
-
- # sometimes Python packaging tools don't set the correct permissions...
- chmod 755 "$pkgdir"/usr/bin/*
-
- # man pages
- install -vDm644 -t "$pkgdir/usr/share/man/man1" docs/_build/man/*.1
- install -vDm644 -t "$pkgdir/usr/share/man/man7" docs/_build/man/*.7
-}
Copied: certbot/repos/community-any/PKGBUILD (from rev 1177327, certbot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-03-28 01:16:03 UTC (rev 1177328)
@@ -0,0 +1,100 @@
+# Maintainer: George Rawlinson <grawlinson at archlinux.org>
+# Contributor: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
+
+pkgname=certbot
+pkgver=1.25.0
+pkgrel=2
+pkgdesc="An ACME client"
+arch=('any')
+license=('Apache')
+url="https://certbot.eff.org"
+depends=(
+ 'ca-certificates'
+ 'python-acme'
+ 'python-configargparse'
+ 'python-configobj'
+ 'python-cryptography'
+ 'python-distro'
+ 'python-parsedatetime'
+ 'python-pyrfc3339'
+ 'python-pytz'
+ 'python-setuptools'
+ 'python-zope-component'
+ 'python-zope-interface'
+)
+makedepends=(
+ 'python-build'
+ 'python-wheel'
+ 'python-installer'
+ 'python-sphinx'
+ 'python-sphinx_rtd_theme'
+)
+checkdepends=('python-pytest')
+optdepends=(
+ 'certbot-apache: Apache plugin for Let’s Encrypt client'
+ 'certbot-nginx: Nginx plugin for Let’s Encrypt client'
+)
+replaces=('letsencrypt')
+source=(
+ "https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc}
+ 'tmpfiles.conf'
+ 'certbot-renew.service'
+ 'certbot-renew.timer'
+)
+sha512sums=('985daf1ae70296d9a6eba436a349be1f31570e8314bdcc514dea9ffbcdcf35c4917250757d14c9192475afde14b840d4df8f7763f607465195686d28580fb6b4'
+ 'SKIP'
+ 'fbb7bb4591876aeb2e118c3f3fc8ff507b6a3127de0f921c689e1d74c70320b4f2b8bf05b488ec4f714259701f1ac54e64a9f6181475da6bd6d1e3da3a602217'
+ 'ad639f33201089d5531d1b1dcd163e2f85bd84a6a9aa233bb04f1f86b34a4f9afa4aed274a27cc89a0664150e80af31742d425923015d585b781a8b139cb8954'
+ '471d371de385daf18f58a2e4eaed74f0d2d9931beb74ee28481ffb17ce4e4450752c135b920b6efd17a16f84f99fe38b69e6602e230ba09059f85390b08aaba1')
+b2sums=('ffdc7a89050734085bfa3a6f24e8bb9707c18169daaaada2837edd64de73aa93ca7cc6defc33cc3d3e0eac93abb902a2e7fd77804003c981954c3cd373a97bf6'
+ 'SKIP'
+ '7d2c26a9953d3b5a899053bdd7bd77051c67abe6480af2bfaaee06f20a399b0b4ccccc0af35cfe9e6d2b1fc833dbff928ba46771a9127720073dda29aef9a2e0'
+ '773be7c45aaf84b79b260053dd4555be1b913238f680cf2c816e20d585db21c11ff41c985915ab0804bb3bc78af2e1e09133ed3b04e276e6379f63e9522064c1'
+ 'a75e09a662be6ce1bc533c39bea8ecfd6c0feb3f0066db854de701c1af71534bca750ef5b50826446708823564945aac887649225d15a347efd864dd1e1a8e81')
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+ '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+ 'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
+ '20F201346BF8F3F455A73F9A780CC99432A28621'
+ '86379B4F0AF371B50CD9E5FF3402831161D1D280')
+
+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
+
+ # create man pages
+ make -C docs man
+}
+
+check() {
+ cd "$pkgname-$pkgver"
+
+ python -m pytest
+}
+
+package() {
+ # systemd integration
+ install -vDm644 -t "$pkgdir/usr/lib/systemd/system" certbot-renew.*
+ install -vDm644 tmpfiles.conf "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
+
+ cd "$pkgname-$pkgver"
+
+ python -m installer --destdir="$pkgdir" dist/*.whl
+
+ # sometimes Python packaging tools don't set the correct permissions...
+ chmod 755 "$pkgdir"/usr/bin/*
+
+ # man pages
+ install -vDm644 -t "$pkgdir/usr/share/man/man1" docs/_build/man/*.1
+ install -vDm644 -t "$pkgdir/usr/share/man/man7" docs/_build/man/*.7
+}
Deleted: certbot-renew.service
===================================================================
--- certbot-renew.service 2022-03-28 01:14:54 UTC (rev 1177327)
+++ certbot-renew.service 2022-03-28 01:16:03 UTC (rev 1177328)
@@ -1,8 +0,0 @@
-[Unit]
-Description=Renew certificates acquired via Certbot
-Documentation=https://eff-certbot.readthedocs.io/en/stable/
-
-[Service]
-Type=oneshot
-ExecStart=/usr/bin/certbot -q renew
-PrivateTmp=true
Copied: certbot/repos/community-any/certbot-renew.service (from rev 1177327, certbot/trunk/certbot-renew.service)
===================================================================
--- certbot-renew.service (rev 0)
+++ certbot-renew.service 2022-03-28 01:16:03 UTC (rev 1177328)
@@ -0,0 +1,8 @@
+[Unit]
+Description=Renew certificates acquired via Certbot
+Documentation=https://eff-certbot.readthedocs.io/en/stable/
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/certbot -q renew
+PrivateTmp=true
Deleted: certbot-renew.timer
===================================================================
--- certbot-renew.timer 2022-03-28 01:14:54 UTC (rev 1177327)
+++ certbot-renew.timer 2022-03-28 01:16:03 UTC (rev 1177328)
@@ -1,10 +0,0 @@
-[Unit]
-Description=Run Certbot twice daily
-
-[Timer]
-OnCalendar=*-*-* 00/12:00:00
-RandomizedDelaySec=12h
-Persistent=true
-
-[Install]
-WantedBy=timers.target
Copied: certbot/repos/community-any/certbot-renew.timer (from rev 1177327, certbot/trunk/certbot-renew.timer)
===================================================================
--- certbot-renew.timer (rev 0)
+++ certbot-renew.timer 2022-03-28 01:16:03 UTC (rev 1177328)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Run Certbot twice daily
+
+[Timer]
+OnCalendar=*-*-* 00/12:00:00
+RandomizedDelaySec=12h
+Persistent=true
+
+[Install]
+WantedBy=timers.target
Deleted: tmpfiles.conf
===================================================================
--- tmpfiles.conf 2022-03-28 01:14:54 UTC (rev 1177327)
+++ tmpfiles.conf 2022-03-28 01:16:03 UTC (rev 1177328)
@@ -1,3 +0,0 @@
-d /etc/letsencrypt
-d /var/lib/letsencrypt
-d /var/log/letsencrypt 0700
Copied: certbot/repos/community-any/tmpfiles.conf (from rev 1177327, certbot/trunk/tmpfiles.conf)
===================================================================
--- tmpfiles.conf (rev 0)
+++ tmpfiles.conf 2022-03-28 01:16:03 UTC (rev 1177328)
@@ -0,0 +1,3 @@
+d /etc/letsencrypt
+d /var/lib/letsencrypt
+d /var/log/letsencrypt 0700
More information about the arch-commits
mailing list