From 674bb208c5a2ad5f0f129b95f9800093d4a3f105 Mon Sep 17 00:00:00 2001 From: Kartik Singh Date: Sat, 3 Oct 2020 13:31:23 +0530 Subject: [PATCH 1/3] New package: python3-augeas-1.1.0 --- srcpkgs/python3-augeas/template | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 srcpkgs/python3-augeas/template diff --git a/srcpkgs/python3-augeas/template b/srcpkgs/python3-augeas/template new file mode 100644 index 00000000000..aca8cfac46e --- /dev/null +++ b/srcpkgs/python3-augeas/template @@ -0,0 +1,25 @@ +# Template file for 'python3-augeas' +pkgname=python3-augeas +version=1.1.0 +revision=1 +wrksrc="python-augeas-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools augeas-devel python3-cffi" +makedepends="python3-devel" +depends="augeas python3-cffi" +checkdepends="python3-cffi" +short_desc="Python 3 bindings for Augeas" +maintainer="Kartik S. " +license="GPL-3.0-or-later" +homepage="https://github.com/hercules-team/python-augeas" +distfiles="${PYPI_SITE}/p/python-augeas/python-augeas-${version}.tar.gz" +checksum=5194a49e86b40ffc57055f73d833f87e39dce6fce934683e7d0d5bbb8eff3b8c + +do_check() { + cd test + python3 test_augeas.py +} + +post_install() { + rm -rf ${DESTDIR}/${py3_sitelib}/test +} From f13cf97ed4845023b1524f70c4e8ca2a6d17686e Mon Sep 17 00:00:00 2001 From: Kartik Singh Date: Sat, 3 Oct 2020 15:03:22 +0530 Subject: [PATCH 2/3] New package: certbot-apache-1.8.0 --- srcpkgs/certbot-apache/template | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 srcpkgs/certbot-apache/template diff --git a/srcpkgs/certbot-apache/template b/srcpkgs/certbot-apache/template new file mode 100644 index 00000000000..a438b87421b --- /dev/null +++ b/srcpkgs/certbot-apache/template @@ -0,0 +1,14 @@ +# Template file for 'certbot-apache' +pkgname=certbot-apache +version=1.8.0 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="certbot python3-acme python3-mock python3-augeas python3-zope.component + python3-zope.interface" +short_desc="Let's Encrypt certificate renewal automation utility - Apache plugin" +maintainer="Kartik S. " +license="Apache-2.0" +homepage="https://certbot.eff.org/" +distfiles="${PYPI_SITE}/c/certbot-apache/certbot-apache-${version}.tar.gz" +checksum=a93c3a7ad929fe0ba5e0868e29ee2d0fe10aea2d4c638a902c4613a5c12c59b6 From 9f77abf4bf579e3fc913abd014cac678ddbc492d Mon Sep 17 00:00:00 2001 From: Kartik Singh Date: Sat, 3 Oct 2020 15:03:30 +0530 Subject: [PATCH 3/3] New package: certbot-nginx-1.8.0 --- srcpkgs/certbot-nginx/template | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 srcpkgs/certbot-nginx/template diff --git a/srcpkgs/certbot-nginx/template b/srcpkgs/certbot-nginx/template new file mode 100644 index 00000000000..43a3e74391b --- /dev/null +++ b/srcpkgs/certbot-nginx/template @@ -0,0 +1,14 @@ +# Template file for 'certbot-nginx' +pkgname=certbot-nginx +version=1.8.0 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="certbot python3-acme python3-mock python3-openssl python3-parsing + python3-zope.interface" +short_desc="Let's Encrypt certificate renewal automation utility - nginx plugin" +maintainer="Kartik Singh " +license="Apache-2.0" +homepage="https://certbot.eff.org/" +distfiles="${PYPI_SITE}/c/certbot-nginx/certbot-nginx-${version}.tar.gz" +checksum=fdb96c74fe42d90bbaf11a00314444ac5544ba87292a1b8b1d707f7561a3eacc