From c9ace4a98047de7f1aa2cf87d7a52cc396a568cd Mon Sep 17 00:00:00 2001 From: felixonmars Date: Jun 14 2018 01:33:57 +0000 Subject: db-move: moved certbot from [community-staging] to [community] (any) git-svn-id: file:///srv/repos/svn-community/svn@343018 9fca08f4-af9d-4005-b8df-a31f2cc04f65 --- diff --git a/certbot/repos/community-any/PKGBUILD b/certbot/repos/community-any/PKGBUILD index 5e3ad63..c022c36 100644 --- a/certbot/repos/community-any/PKGBUILD +++ b/certbot/repos/community-any/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Gordian Edenhofer pkgname=certbot -pkgver=0.25.0 +pkgver=0.25.1 pkgrel=1 pkgdesc="A tool to automatically receive and install X.509 certificates to enable TLS on servers. The client will interoperate with the Let’s Encrypt CA which will be issuing browser-trusted certificates for free." arch=('any') @@ -20,7 +20,7 @@ source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.a validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C' '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD' 'A2CFB51FA275A7286234E7B24D17C995CD9775F2') -sha512sums=('d1c4b8322d0b332c2e87f0f5a3d362f90020b59e57494dba2640f4a65e90cacb6884df838947c18460a6e17abe8eadb3c227c83752125111af5b44f2eecc36ec' +sha512sums=('150116df198ef19f822c91c4345f7c64907c0b5e6d7ecb5ded40068a3cfb24d972c267f88452b6623a16ebaa64c9db1a5cfd6c3aa0afb0d7906c1eedc78eef31' 'SKIP') build() { diff --git a/certbot/repos/community-staging-any/PKGBUILD b/certbot/repos/community-staging-any/PKGBUILD deleted file mode 100644 index c022c36..0000000 --- a/certbot/repos/community-staging-any/PKGBUILD +++ /dev/null @@ -1,42 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Gordian Edenhofer - -pkgname=certbot -pkgver=0.25.1 -pkgrel=1 -pkgdesc="A tool to automatically receive and install X.509 certificates to enable TLS on servers. The client will interoperate with the Let’s Encrypt CA which will be issuing browser-trusted certificates for free." -arch=('any') -license=('Apache') -url="https://certbot.eff.org" -depends=('ca-certificates' "python-acme=$pkgver" 'python-configargparse' 'python-configobj' - 'python-cryptography' 'python-mock' 'python-parsedatetime' 'python-pyrfc3339' - 'python-pytz' 'python-setuptools' 'python-zope-component' 'python-zope-interface') -checkdepends=('python-pytest-runner') -optdepends=("certbot-apache: Apache plugin for Let’s Encrypt client" - "certbot-nginx: Nginx plugin for Let’s Encrypt client") -replaces=("letsencrypt") -source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc}) -validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C' - '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD' - 'A2CFB51FA275A7286234E7B24D17C995CD9775F2') -sha512sums=('150116df198ef19f822c91c4345f7c64907c0b5e6d7ecb5ded40068a3cfb24d972c267f88452b6623a16ebaa64c9db1a5cfd6c3aa0afb0d7906c1eedc78eef31' - 'SKIP') - -build() { - cd "$srcdir"/$pkgname-$pkgver - python setup.py build -} - -check() { - cd "$srcdir"/$pkgname-$pkgver - python setup.py pytest -} - -package() { - cd "$srcdir"/$pkgname-$pkgver - python setup.py install --root="$pkgdir" - - mkdir -p "$pkgdir"/{etc,var/lib,var/log}/letsencrypt - chmod 700 "$pkgdir"/var/log/letsencrypt -}