Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Np certbot 0.35.1
@ 2019-10-11  3:32 voidlinux-github
  2019-10-11  3:35 ` [PR PATCH] [Updated] New package: certbot-0.35.1 voidlinux-github
                   ` (26 more replies)
  0 siblings, 27 replies; 28+ messages in thread
From: voidlinux-github @ 2019-10-11  3:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 320 bytes --]

There is a new pull request by misuchiru03 against master on the void-packages repository

https://github.com/misuchiru03/void-packages np_certbot_0.35.1
https://github.com/void-linux/void-packages/pull/15313

Np certbot 0.35.1


A patch file from https://github.com/void-linux/void-packages/pull/15313.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-np_certbot_0.35.1-15313.patch --]
[-- Type: text/x-diff, Size: 23971 bytes --]

From 789a7748809af839ad6c9e44fce65b5a5ed0322f Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:05 -0500
Subject: [PATCH 01/18] New package: python3-mock-3.0.5

---
 srcpkgs/python3-mock/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-mock/template

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
new file mode 100644
index 00000000000..2637b798d95
--- /dev/null
+++ b/srcpkgs/python3-mock/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-mock'
+pkgname=python3-mock
+version=3.0.5
+revision=1
+archs=noarch
+wrksrc="mock-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python3 mock library"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="http://mock.readthedocs.org/en/latest/"
+distfiles="${PYPI_SITE}/m/mock/mock-${version}.tar.gz"
+checksum=83657d894c90d5681d62155c82bda9c1187827525880eda8ff5df4ec813437c3
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 72343c1937c1bbf396613899fa72202b5ea6a5e4 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:45 -0500
Subject: [PATCH 02/18] New package: python3-zope.hookable-4.2.0

---
 srcpkgs/python3-zope.hookable/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.hookable/template

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
new file mode 100644
index 00000000000..4c85cadb5a3
--- /dev/null
+++ b/srcpkgs/python3-zope.hookable/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.hookable'
+pkgname=python3-zope.hookable
+version=4.2.0
+revision=1
+archs=noarch
+wrksrc="zope.hookable-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope hookable architecture for Python3"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.hookable"
+distfiles="${PYPI_SITE}/z/zope.hookable/zope.hookable-${version}.tar.gz"
+checksum=c1df3929a3666fc5a0c80d60a0c1e6f6ef97c7f6ed2f1b7cf49f3e6f3d4dde15

From f86ee20d35d18da58fcd8bfe1533d5b1200028a7 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:17:46 -0500
Subject: [PATCH 03/18] New package: python3-zope.deprecation-4.4.0

---
 srcpkgs/python3-zope.deprecation/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deprecation/template

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
new file mode 100644
index 00000000000..9843b96e094
--- /dev/null
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.deprecation'
+pkgname=python3-zope.deprecation
+version=4.4.0
+revision=1
+archs=noarch
+wrksrc="zope.deprecation-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python library to handle automated deprecations"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deprecation"
+distfiles="${PYPI_SITE}/z/zope.deprecation/zope.deprecation-${version}.tar.gz"
+checksum=0d453338f04bacf91bbfba545d8bcdf529aa829e67b705eac8c1a7fdce66e2df

From fa17608c7a3cb30b5d0f71cda41d03211a296494 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:18:51 -0500
Subject: [PATCH 04/18] New package: python3-parsedatetime-2.4

---
 srcpkgs/python3-parsedatetime/template | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/srcpkgs/python3-parsedatetime/template b/srcpkgs/python3-parsedatetime/template
index d3ac21d7d34..0090d33f4d0 100644
--- a/srcpkgs/python3-parsedatetime/template
+++ b/srcpkgs/python3-parsedatetime/template
@@ -6,10 +6,18 @@ archs=noarch
 wrksrc="parsedatetime-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
+<<<<<<< HEAD
 depends="python3-future"
 short_desc="Parse human-readable date/time strings"
 maintainer="travankor <travankor@tuta.io>"
 license="Apache-2.0"
 homepage="https://github.com/bear/parsedatetime"
+=======
+depends="python3-pytest python3-future"
+short_desc="Python module to parse human-readable date/time strings"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/bear/parsedatetime/"
+>>>>>>> New package: python3-parsedatetime-2.4
 distfiles="${PYPI_SITE}/p/parsedatetime/parsedatetime-${version}.tar.gz"
 checksum=3d817c58fb9570d1eec1dd46fa9448cd644eeed4fb612684b02dfda3a79cb84b

From 8a3605a4ae1ea23dad55e445f1aede5cd4e7ddbe Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:23 -0500
Subject: [PATCH 05/18] New package: python3-zope.testrunner-5.0

---
 srcpkgs/python3-zope.testrunner/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testrunner/template

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
new file mode 100644
index 00000000000..8e5a921fccd
--- /dev/null
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.testrunner'
+pkgname=python3-zope.testrunner
+version=5.0
+revision=1
+archs=noarch
+wrksrc="zope.testrunner-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"
+depends="python3-zope.exceptions python3-zope.interface python3-six"
+checkdepends="python3-zope.testing python3-subunit python3-testtools"
+short_desc="Zope testrunner script"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testrunner"
+distfiles="${PYPI_SITE}/z/zope.testrunner/zope.testrunner-${version}.tar.gz"
+checksum=0d8a27e214033b6f1e557556e61bff9568ae95676dfcc8a032483fdeeee792c3

From 53019d9ba279b6a56098c6a3e65c8e62a7e841a3 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:54 -0500
Subject: [PATCH 06/18] New package: python3-repoze.sphinx.autointerface-0.8

---
 .../template                                  | 20 +++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-repoze.sphinx.autointerface/template

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
new file mode 100644
index 00000000000..64bf5db8a25
--- /dev/null
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-repoze.sphinx.autointerface'
+pkgname=python3-repoze.sphinx.autointerface
+version=0.8
+revision=1
+archs=noarch
+wrksrc="repoze.sphinx.autointerface-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface"
+short_desc="Sphinx extension to auto-generate API docs from Zope interfaces"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-4-Clause"
+homepage="https://github.com/repoze/repoze.sphinx.autointerface/"
+distfiles="${PYPI_SITE}/r/repoze.sphinx.autointerface/repoze.sphinx.autointerface-${version}.tar.gz"
+checksum=8ef0383276ab722efb1e4a6523726262058dfd82615ccf7e5004aee3fe8ecc23
+
+post_install() {
+	vlicense LICENSE.txt
+	vlicense COPYRIGHT.txt
+}

From 0592c1f0dc373afc95fda5513b96ad9821f7d3d5 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:16 -0500
Subject: [PATCH 07/18] New package: python3-subunit-1.3.0

---
 srcpkgs/python3-subunit/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-subunit/template

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
new file mode 100644
index 00000000000..6fe933d37e8
--- /dev/null
+++ b/srcpkgs/python3-subunit/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-subunit'
+pkgname=python3-subunit
+version=1.3.0
+revision=1
+archs=noarch
+wrksrc=subunit-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-testtools"
+checkdepends="python3-hypothesis python3-testscenarios python3-fixtures"
+short_desc="Subunit test reporting and controlling protocol"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="Apache-2.0 BSD-3-Clause"
+homepage="https://github.com/testing-cabal/subunit"
+distfiles="https://github.com/testing-cabal/subunit/archive/${version}.tar.gz"
+checksum=badbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadb
+
+post_install() {
+	vlicense BSD
+}

From bea0a10895b84684a46c92e50b577603dad14dab Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:46 -0500
Subject: [PATCH 08/18] New package: python3-zope.configuration-4.3.1

---
 srcpkgs/python3-zope.configuration/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.configuration/template

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
new file mode 100644
index 00000000000..babfe8d77cc
--- /dev/null
+++ b/srcpkgs/python3-zope.configuration/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.configuration'
+pkgname=python3-zope.configuration
+version=4.3.1
+revision=1
+archs=noarch
+wrksrc="zope.configuration-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+depends="python3-zope.i18nmessageid python3-zope.interface python3-zope.schema"
+checkdepends="python3-zope.testing python3-zope.schema python3-zope.testrunner"
+short_desc="Zope configuration markup language"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.configuration/"
+distfiles="${PYPI_SITE}/z/zope.configuration/zope.configuration-${version}.tar.gz"
+checksum=6e16747f9fd6b9d8f09d78edf2a6f539cad0fa4ad49d8deb9cf63447cc4168e1

From 388bb7faee518337417eb441d27c30badf4634f1 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:31:49 -0500
Subject: [PATCH 09/18] New package: python3-zope.copy-4.2

---
 srcpkgs/python3-zope.copy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.copy/template

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
new file mode 100644
index 00000000000..43d628a6a41
--- /dev/null
+++ b/srcpkgs/python3-zope.copy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.copy'
+pkgname=python3-zope.copy
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.copy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+checkdepends="python3-zope.component python3-zope.location python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Pluggable object copying mechanism"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.copy"
+distfiles="${PYPI_SITE}/z/zope.copy/zope.copy-${version}.tar.gz"
+checksum=47bb9d09ff06c600b446f220f47a742396598ac4828d738d3d85e6490629a71a

From bf3174265b2fda05c1b5a40e2fb35090b338d14d Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:32:19 -0500
Subject: [PATCH 10/18] New package: python3-zope.deferredimport-4.3

---
 srcpkgs/python3-zope.deferredimport/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deferredimport/template

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
new file mode 100644
index 00000000000..ef1e89ae555
--- /dev/null
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-zope.deferredimport'
+pkgname=python3-zope.deferredimport
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.deferredimport-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.proxy"
+short_desc="Python module to perform import names that resolve in code"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deferredimport/"
+distfiles="${PYPI_SITE}/z/zope.deferredimport/zope.deferredimport-${version}.tar.gz"
+checksum=2ddef5a7ecfff132a2dd796253366ecf9748a446e30f1a0b3a636aec9d9c05c5

From 9323cc037f66e2072df7b26bd9253a0290e37385 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:36:38 -0500
Subject: [PATCH 11/18] New package: python3-zope.exceptions-4.3

---
 srcpkgs/python3-zope.exceptions/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.exceptions/template

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
new file mode 100644
index 00000000000..897bb901856
--- /dev/null
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.exceptions'
+pkgname=python3-zope.exceptions
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.exceptions-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+depends="python3-zope.interface"
+checkdepends="python3-zope.testrunner"
+short_desc="Zope exceptions"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.exceptions"
+distfiles="${PYPI_SITE}/z/zope.exceptions/zope.exceptions-${version}.tar.gz"
+checksum=5fa59c3c1044bb9448aeec8328db0bfceaae2a2174e88528d3fe04adf8d47211

From 49d041126c3caa865328c2ec5004752d389ea193 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:38:34 -0500
Subject: [PATCH 12/18] New package: python3-zope.i18nmessageid-4.3.1

---
 srcpkgs/python3-zope.i18nmessageid/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.i18nmessageid/template

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
new file mode 100644
index 00000000000..5aa989fae84
--- /dev/null
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.i18nmessageid'
+pkgname=python3-zope.i18nmessageid
+version=4.3.1
+revision=1
+wrksrc="zope.i18nmessageid-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+makedepends="python3-devel"
+depends="python3-six"
+checkdepends="python3-nose python3-coverage"
+short_desc="Message identifiers for internalization"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.i18nmessageid/"
+distfiles="${PYPI_SITE}/z/zope.i18nmessageid/zope.i18nmessageid-${version}.tar.gz"
+checksum=e511edff8e75d3a6f84d8256e1e468c85a4aa9d89c2ea264a919334fae7081e3

From e8f25d24a83d582353cda73f5ce4f002167d0bc2 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:01 -0500
Subject: [PATCH 13/18] New package: python3-zope.location-4.2

---
 srcpkgs/python3-zope.location/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-zope.location/template

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
new file mode 100644
index 00000000000..0e58a4a0ada
--- /dev/null
+++ b/srcpkgs/python3-zope.location/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-zope.location'
+pkgname=python3-zope.location
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.location-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+makedepends="python3-zope.configuration"
+depends="python3-zope.component"
+checkdepends="python3-zope.copy python3-zope.testrunner"
+short_desc="Zope location"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefederation/zope.location"
+distfiles="${PYPI_SITE}/z/zope.location/zope.location-${version}.tar.gz"
+checksum=a720f9e3c8a51d5007ed6fcd47e1834df02671d85dbfd1062a0d808de8bf80ac

From ca5479e49f669c1d4a2036b9084767e04b752784 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:26 -0500
Subject: [PATCH 14/18] New package: python3-zope.proxy-4.3.1

---
 srcpkgs/python3-zope.proxy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.proxy/template

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
new file mode 100644
index 00000000000..0d4bfeb138f
--- /dev/null
+++ b/srcpkgs/python3-zope.proxy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.proxy'
+pkgname=python3-zope.proxy
+version=4.3.1
+revision=1
+wrksrc="zope.proxy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3-zope.interface python3-Sphinx python3-zope.testrunner
+ python3-zope.security"
+short_desc="Python generic transparent proxies"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.proxy"
+distfiles="${PYPI_SITE}/z/zope.proxy/zope.proxy-${version}.tar.gz"
+checksum=563c2454b2d0f23bca54d2e0e4d781149b7b06cb5df67e253ca3620f37202dd2

From 57b0287b7ff7a82d87002b3a341d0527ffb78086 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:49 -0500
Subject: [PATCH 15/18] New package: python3-zope.schema-4.9.3

---
 srcpkgs/python3-zope.schema/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.schema/template

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
new file mode 100644
index 00000000000..7294092a900
--- /dev/null
+++ b/srcpkgs/python3-zope.schema/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.schema'
+pkgname=python3-zope.schema
+version=4.9.3
+revision=1
+archs=noarch
+wrksrc=zope.schema-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface python3-zope.event"
+checkdepends="python3-zope.i18nmessageid python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Zope.interface extension for defining data schemas"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.schema"
+distfiles="${PYPI_SITE}/z/zope.schema/zope.schema-${version}.tar.gz"
+checksum=2d971da8707cab47b1916534b9929dcd9d7f23aed790e6b4cbe3103d5b18069d

From e051a6763c5fbc5e0ac79b7e8ef29b2241241e0a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:40:26 -0500
Subject: [PATCH 16/18] New package: python3-zope.security-4.3.1

---
 srcpkgs/python3-zope.security/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.security/template

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
new file mode 100644
index 00000000000..a8ca492f98b
--- /dev/null
+++ b/srcpkgs/python3-zope.security/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.security'
+pkgname=python3-zope.security
+version=4.3.1
+revision=1
+wrksrc="zope.security-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-distutils-extra"
+makedepends="python3-devel"
+depends="python3-zope.component python3-zope.configuration python3-zope.testing
+ python3-zope.testrunner python3-zope.location"
+short_desc="Zope security framework"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.security/"
+distfiles="${PYPI_SITE}/z/zope.security/zope.security-${version}.tar.gz"
+checksum=9448e57bcc856ff05b881ffb1852cdd367fd234e31c0003fd5373582f57beaff

From e30c17b4d79f02049eb62d93461106027f1fd35e Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:38 -0500
Subject: [PATCH 17/18] New package: python3-zope.testing-4.7

---
 srcpkgs/python3-zope.testing/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testing/template

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
new file mode 100644
index 00000000000..814817904f6
--- /dev/null
+++ b/srcpkgs/python3-zope.testing/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.testing'
+pkgname=python3-zope.testing
+version=4.7
+revision=1
+archs=noarch
+wrksrc="zope.testing-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope testing helpers"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testing"
+distfiles="${PYPI_SITE}/z/zope.testing/zope.testing-${version}.tar.gz"
+checksum=d66be8d1de37e8536ca58a1d9f4d89a68c9cc75cc0e788a175c8a20ae26003ea

From b9c31baf0fa1ea64bc055dce177512767ce0aec3 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:54 -0500
Subject: [PATCH 18/18] New package: certbot-0.35.1

Closes #11518
---
 srcpkgs/certbot/template               | 18 ++++++++++++++++++
 srcpkgs/python3-parsedatetime/template |  8 --------
 2 files changed, 18 insertions(+), 8 deletions(-)
 create mode 100644 srcpkgs/certbot/template

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
new file mode 100644
index 00000000000..507214661a5
--- /dev/null
+++ b/srcpkgs/certbot/template
@@ -0,0 +1,18 @@
+# Template file for 'certbot'
+pkgname=certbot
+version=0.35.1
+revision=1
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-acme python3-ConfigArgParse python3-configobj
+ python3-cryptography python3-josepy python3-pyrfc3339 python3-pytz
+ python3-zope.component python3-zope.interface python3-parsedatetime
+ python3-zope.hookable python3-mock python3-zope.deferredimport
+ python3-zope.deprecation"
+short_desc="Let's Encrypt certificate renewal automation utility"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="Apache-2.0"
+homepage="https://certboti.eff.org/"
+distfiles="https://github.com/certbot/certbot/archive/v${version}.tar.gz"
+checksum=c4b4755866a2eaf5204abe3da25b9b8769b146e73d93a9527a22cda7d5a55070
diff --git a/srcpkgs/python3-parsedatetime/template b/srcpkgs/python3-parsedatetime/template
index 0090d33f4d0..d3ac21d7d34 100644
--- a/srcpkgs/python3-parsedatetime/template
+++ b/srcpkgs/python3-parsedatetime/template
@@ -6,18 +6,10 @@ archs=noarch
 wrksrc="parsedatetime-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-<<<<<<< HEAD
 depends="python3-future"
 short_desc="Parse human-readable date/time strings"
 maintainer="travankor <travankor@tuta.io>"
 license="Apache-2.0"
 homepage="https://github.com/bear/parsedatetime"
-=======
-depends="python3-pytest python3-future"
-short_desc="Python module to parse human-readable date/time strings"
-maintainer="Alex Childs <misuchiru03+void@gmail.com>"
-license="Apache-2.0"
-homepage="https://github.com/bear/parsedatetime/"
->>>>>>> New package: python3-parsedatetime-2.4
 distfiles="${PYPI_SITE}/p/parsedatetime/parsedatetime-${version}.tar.gz"
 checksum=3d817c58fb9570d1eec1dd46fa9448cd644eeed4fb612684b02dfda3a79cb84b

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR PATCH] [Updated] New package: certbot-0.35.1
  2019-10-11  3:32 [PR PATCH] Np certbot 0.35.1 voidlinux-github
  2019-10-11  3:35 ` [PR PATCH] [Updated] New package: certbot-0.35.1 voidlinux-github
@ 2019-10-11  3:35 ` voidlinux-github
  2019-10-13 16:02 ` voidlinux-github
                   ` (24 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: voidlinux-github @ 2019-10-11  3:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 335 bytes --]

There is an updated pull request by misuchiru03 against master on the void-packages repository

https://github.com/misuchiru03/void-packages np_certbot_0.35.1
https://github.com/void-linux/void-packages/pull/15313

New package: certbot-0.35.1


A patch file from https://github.com/void-linux/void-packages/pull/15313.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-np_certbot_0.35.1-15313.patch --]
[-- Type: text/x-diff, Size: 21561 bytes --]

From 789a7748809af839ad6c9e44fce65b5a5ed0322f Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:05 -0500
Subject: [PATCH 01/17] New package: python3-mock-3.0.5

---
 srcpkgs/python3-mock/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-mock/template

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
new file mode 100644
index 00000000000..2637b798d95
--- /dev/null
+++ b/srcpkgs/python3-mock/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-mock'
+pkgname=python3-mock
+version=3.0.5
+revision=1
+archs=noarch
+wrksrc="mock-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python3 mock library"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="http://mock.readthedocs.org/en/latest/"
+distfiles="${PYPI_SITE}/m/mock/mock-${version}.tar.gz"
+checksum=83657d894c90d5681d62155c82bda9c1187827525880eda8ff5df4ec813437c3
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 72343c1937c1bbf396613899fa72202b5ea6a5e4 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:45 -0500
Subject: [PATCH 02/17] New package: python3-zope.hookable-4.2.0

---
 srcpkgs/python3-zope.hookable/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.hookable/template

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
new file mode 100644
index 00000000000..4c85cadb5a3
--- /dev/null
+++ b/srcpkgs/python3-zope.hookable/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.hookable'
+pkgname=python3-zope.hookable
+version=4.2.0
+revision=1
+archs=noarch
+wrksrc="zope.hookable-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope hookable architecture for Python3"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.hookable"
+distfiles="${PYPI_SITE}/z/zope.hookable/zope.hookable-${version}.tar.gz"
+checksum=c1df3929a3666fc5a0c80d60a0c1e6f6ef97c7f6ed2f1b7cf49f3e6f3d4dde15

From f86ee20d35d18da58fcd8bfe1533d5b1200028a7 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:17:46 -0500
Subject: [PATCH 03/17] New package: python3-zope.deprecation-4.4.0

---
 srcpkgs/python3-zope.deprecation/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deprecation/template

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
new file mode 100644
index 00000000000..9843b96e094
--- /dev/null
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.deprecation'
+pkgname=python3-zope.deprecation
+version=4.4.0
+revision=1
+archs=noarch
+wrksrc="zope.deprecation-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python library to handle automated deprecations"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deprecation"
+distfiles="${PYPI_SITE}/z/zope.deprecation/zope.deprecation-${version}.tar.gz"
+checksum=0d453338f04bacf91bbfba545d8bcdf529aa829e67b705eac8c1a7fdce66e2df

From 7c25549f4430ae199dde0d07d55531fc708517c3 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:23 -0500
Subject: [PATCH 04/17] New package: python3-zope.testrunner-5.0

---
 srcpkgs/python3-zope.testrunner/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testrunner/template

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
new file mode 100644
index 00000000000..8e5a921fccd
--- /dev/null
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.testrunner'
+pkgname=python3-zope.testrunner
+version=5.0
+revision=1
+archs=noarch
+wrksrc="zope.testrunner-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"
+depends="python3-zope.exceptions python3-zope.interface python3-six"
+checkdepends="python3-zope.testing python3-subunit python3-testtools"
+short_desc="Zope testrunner script"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testrunner"
+distfiles="${PYPI_SITE}/z/zope.testrunner/zope.testrunner-${version}.tar.gz"
+checksum=0d8a27e214033b6f1e557556e61bff9568ae95676dfcc8a032483fdeeee792c3

From b270d0c3965508d0c08acaadcefda2138a4eb65e Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:54 -0500
Subject: [PATCH 05/17] New package: python3-repoze.sphinx.autointerface-0.8

---
 .../template                                  | 20 +++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-repoze.sphinx.autointerface/template

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
new file mode 100644
index 00000000000..64bf5db8a25
--- /dev/null
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-repoze.sphinx.autointerface'
+pkgname=python3-repoze.sphinx.autointerface
+version=0.8
+revision=1
+archs=noarch
+wrksrc="repoze.sphinx.autointerface-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface"
+short_desc="Sphinx extension to auto-generate API docs from Zope interfaces"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-4-Clause"
+homepage="https://github.com/repoze/repoze.sphinx.autointerface/"
+distfiles="${PYPI_SITE}/r/repoze.sphinx.autointerface/repoze.sphinx.autointerface-${version}.tar.gz"
+checksum=8ef0383276ab722efb1e4a6523726262058dfd82615ccf7e5004aee3fe8ecc23
+
+post_install() {
+	vlicense LICENSE.txt
+	vlicense COPYRIGHT.txt
+}

From be497c5d231e2e270eb168989ca512df793933c2 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:16 -0500
Subject: [PATCH 06/17] New package: python3-subunit-1.3.0

---
 srcpkgs/python3-subunit/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-subunit/template

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
new file mode 100644
index 00000000000..6fe933d37e8
--- /dev/null
+++ b/srcpkgs/python3-subunit/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-subunit'
+pkgname=python3-subunit
+version=1.3.0
+revision=1
+archs=noarch
+wrksrc=subunit-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-testtools"
+checkdepends="python3-hypothesis python3-testscenarios python3-fixtures"
+short_desc="Subunit test reporting and controlling protocol"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="Apache-2.0 BSD-3-Clause"
+homepage="https://github.com/testing-cabal/subunit"
+distfiles="https://github.com/testing-cabal/subunit/archive/${version}.tar.gz"
+checksum=badbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadb
+
+post_install() {
+	vlicense BSD
+}

From cbf898833abc9da10ba63ed021fc8bb1c415f9be Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:46 -0500
Subject: [PATCH 07/17] New package: python3-zope.configuration-4.3.1

---
 srcpkgs/python3-zope.configuration/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.configuration/template

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
new file mode 100644
index 00000000000..babfe8d77cc
--- /dev/null
+++ b/srcpkgs/python3-zope.configuration/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.configuration'
+pkgname=python3-zope.configuration
+version=4.3.1
+revision=1
+archs=noarch
+wrksrc="zope.configuration-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+depends="python3-zope.i18nmessageid python3-zope.interface python3-zope.schema"
+checkdepends="python3-zope.testing python3-zope.schema python3-zope.testrunner"
+short_desc="Zope configuration markup language"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.configuration/"
+distfiles="${PYPI_SITE}/z/zope.configuration/zope.configuration-${version}.tar.gz"
+checksum=6e16747f9fd6b9d8f09d78edf2a6f539cad0fa4ad49d8deb9cf63447cc4168e1

From cd65f29e4b440c701feff2d1277d60a7fddcc936 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:31:49 -0500
Subject: [PATCH 08/17] New package: python3-zope.copy-4.2

---
 srcpkgs/python3-zope.copy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.copy/template

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
new file mode 100644
index 00000000000..43d628a6a41
--- /dev/null
+++ b/srcpkgs/python3-zope.copy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.copy'
+pkgname=python3-zope.copy
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.copy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+checkdepends="python3-zope.component python3-zope.location python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Pluggable object copying mechanism"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.copy"
+distfiles="${PYPI_SITE}/z/zope.copy/zope.copy-${version}.tar.gz"
+checksum=47bb9d09ff06c600b446f220f47a742396598ac4828d738d3d85e6490629a71a

From 104029807da25f76c4b45aad602fff9673250898 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:32:19 -0500
Subject: [PATCH 09/17] New package: python3-zope.deferredimport-4.3

---
 srcpkgs/python3-zope.deferredimport/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deferredimport/template

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
new file mode 100644
index 00000000000..ef1e89ae555
--- /dev/null
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-zope.deferredimport'
+pkgname=python3-zope.deferredimport
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.deferredimport-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.proxy"
+short_desc="Python module to perform import names that resolve in code"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deferredimport/"
+distfiles="${PYPI_SITE}/z/zope.deferredimport/zope.deferredimport-${version}.tar.gz"
+checksum=2ddef5a7ecfff132a2dd796253366ecf9748a446e30f1a0b3a636aec9d9c05c5

From 1a9e375c029fb18ebe48571d6736f6c4cf81e6e3 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:36:38 -0500
Subject: [PATCH 10/17] New package: python3-zope.exceptions-4.3

---
 srcpkgs/python3-zope.exceptions/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.exceptions/template

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
new file mode 100644
index 00000000000..897bb901856
--- /dev/null
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.exceptions'
+pkgname=python3-zope.exceptions
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.exceptions-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+depends="python3-zope.interface"
+checkdepends="python3-zope.testrunner"
+short_desc="Zope exceptions"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.exceptions"
+distfiles="${PYPI_SITE}/z/zope.exceptions/zope.exceptions-${version}.tar.gz"
+checksum=5fa59c3c1044bb9448aeec8328db0bfceaae2a2174e88528d3fe04adf8d47211

From 1752fbae1a581a55f3fe33efe8a35ea59ca707bd Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:38:34 -0500
Subject: [PATCH 11/17] New package: python3-zope.i18nmessageid-4.3.1

---
 srcpkgs/python3-zope.i18nmessageid/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.i18nmessageid/template

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
new file mode 100644
index 00000000000..5aa989fae84
--- /dev/null
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.i18nmessageid'
+pkgname=python3-zope.i18nmessageid
+version=4.3.1
+revision=1
+wrksrc="zope.i18nmessageid-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+makedepends="python3-devel"
+depends="python3-six"
+checkdepends="python3-nose python3-coverage"
+short_desc="Message identifiers for internalization"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.i18nmessageid/"
+distfiles="${PYPI_SITE}/z/zope.i18nmessageid/zope.i18nmessageid-${version}.tar.gz"
+checksum=e511edff8e75d3a6f84d8256e1e468c85a4aa9d89c2ea264a919334fae7081e3

From dc22202d6c24b8c6cdcbf660f828d1eaa18f3c74 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:01 -0500
Subject: [PATCH 12/17] New package: python3-zope.location-4.2

---
 srcpkgs/python3-zope.location/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-zope.location/template

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
new file mode 100644
index 00000000000..0e58a4a0ada
--- /dev/null
+++ b/srcpkgs/python3-zope.location/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-zope.location'
+pkgname=python3-zope.location
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.location-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+makedepends="python3-zope.configuration"
+depends="python3-zope.component"
+checkdepends="python3-zope.copy python3-zope.testrunner"
+short_desc="Zope location"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefederation/zope.location"
+distfiles="${PYPI_SITE}/z/zope.location/zope.location-${version}.tar.gz"
+checksum=a720f9e3c8a51d5007ed6fcd47e1834df02671d85dbfd1062a0d808de8bf80ac

From 48c37860cfa9776d6db1866af3f50c97dd1eb21a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:26 -0500
Subject: [PATCH 13/17] New package: python3-zope.proxy-4.3.1

---
 srcpkgs/python3-zope.proxy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.proxy/template

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
new file mode 100644
index 00000000000..0d4bfeb138f
--- /dev/null
+++ b/srcpkgs/python3-zope.proxy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.proxy'
+pkgname=python3-zope.proxy
+version=4.3.1
+revision=1
+wrksrc="zope.proxy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3-zope.interface python3-Sphinx python3-zope.testrunner
+ python3-zope.security"
+short_desc="Python generic transparent proxies"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.proxy"
+distfiles="${PYPI_SITE}/z/zope.proxy/zope.proxy-${version}.tar.gz"
+checksum=563c2454b2d0f23bca54d2e0e4d781149b7b06cb5df67e253ca3620f37202dd2

From c8c7bfcd78bd0818d898e1a5a30323f5d6c449ac Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:49 -0500
Subject: [PATCH 14/17] New package: python3-zope.schema-4.9.3

---
 srcpkgs/python3-zope.schema/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.schema/template

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
new file mode 100644
index 00000000000..7294092a900
--- /dev/null
+++ b/srcpkgs/python3-zope.schema/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.schema'
+pkgname=python3-zope.schema
+version=4.9.3
+revision=1
+archs=noarch
+wrksrc=zope.schema-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface python3-zope.event"
+checkdepends="python3-zope.i18nmessageid python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Zope.interface extension for defining data schemas"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.schema"
+distfiles="${PYPI_SITE}/z/zope.schema/zope.schema-${version}.tar.gz"
+checksum=2d971da8707cab47b1916534b9929dcd9d7f23aed790e6b4cbe3103d5b18069d

From 4538ede50fb8d8d633ce92e2aeb8c5e068885f19 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:40:26 -0500
Subject: [PATCH 15/17] New package: python3-zope.security-4.3.1

---
 srcpkgs/python3-zope.security/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.security/template

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
new file mode 100644
index 00000000000..a8ca492f98b
--- /dev/null
+++ b/srcpkgs/python3-zope.security/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.security'
+pkgname=python3-zope.security
+version=4.3.1
+revision=1
+wrksrc="zope.security-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-distutils-extra"
+makedepends="python3-devel"
+depends="python3-zope.component python3-zope.configuration python3-zope.testing
+ python3-zope.testrunner python3-zope.location"
+short_desc="Zope security framework"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.security/"
+distfiles="${PYPI_SITE}/z/zope.security/zope.security-${version}.tar.gz"
+checksum=9448e57bcc856ff05b881ffb1852cdd367fd234e31c0003fd5373582f57beaff

From 479e8a951f51f98e743b19cf834b1811b9bf111e Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:38 -0500
Subject: [PATCH 16/17] New package: python3-zope.testing-4.7

---
 srcpkgs/python3-zope.testing/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testing/template

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
new file mode 100644
index 00000000000..814817904f6
--- /dev/null
+++ b/srcpkgs/python3-zope.testing/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.testing'
+pkgname=python3-zope.testing
+version=4.7
+revision=1
+archs=noarch
+wrksrc="zope.testing-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope testing helpers"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testing"
+distfiles="${PYPI_SITE}/z/zope.testing/zope.testing-${version}.tar.gz"
+checksum=d66be8d1de37e8536ca58a1d9f4d89a68c9cc75cc0e788a175c8a20ae26003ea

From c52683bb75dfd126792709bca3aa323b5534cac4 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:54 -0500
Subject: [PATCH 17/17] New package: certbot-0.35.1

Closes #11518
---
 srcpkgs/certbot/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/certbot/template

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
new file mode 100644
index 00000000000..507214661a5
--- /dev/null
+++ b/srcpkgs/certbot/template
@@ -0,0 +1,18 @@
+# Template file for 'certbot'
+pkgname=certbot
+version=0.35.1
+revision=1
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-acme python3-ConfigArgParse python3-configobj
+ python3-cryptography python3-josepy python3-pyrfc3339 python3-pytz
+ python3-zope.component python3-zope.interface python3-parsedatetime
+ python3-zope.hookable python3-mock python3-zope.deferredimport
+ python3-zope.deprecation"
+short_desc="Let's Encrypt certificate renewal automation utility"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="Apache-2.0"
+homepage="https://certboti.eff.org/"
+distfiles="https://github.com/certbot/certbot/archive/v${version}.tar.gz"
+checksum=c4b4755866a2eaf5204abe3da25b9b8769b146e73d93a9527a22cda7d5a55070

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR PATCH] [Updated] New package: certbot-0.35.1
  2019-10-11  3:32 [PR PATCH] Np certbot 0.35.1 voidlinux-github
@ 2019-10-11  3:35 ` voidlinux-github
  2019-10-11  3:35 ` voidlinux-github
                   ` (25 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: voidlinux-github @ 2019-10-11  3:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 335 bytes --]

There is an updated pull request by misuchiru03 against master on the void-packages repository

https://github.com/misuchiru03/void-packages np_certbot_0.35.1
https://github.com/void-linux/void-packages/pull/15313

New package: certbot-0.35.1


A patch file from https://github.com/void-linux/void-packages/pull/15313.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-np_certbot_0.35.1-15313.patch --]
[-- Type: text/x-diff, Size: 21561 bytes --]

From 789a7748809af839ad6c9e44fce65b5a5ed0322f Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:05 -0500
Subject: [PATCH 01/17] New package: python3-mock-3.0.5

---
 srcpkgs/python3-mock/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-mock/template

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
new file mode 100644
index 00000000000..2637b798d95
--- /dev/null
+++ b/srcpkgs/python3-mock/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-mock'
+pkgname=python3-mock
+version=3.0.5
+revision=1
+archs=noarch
+wrksrc="mock-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python3 mock library"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="http://mock.readthedocs.org/en/latest/"
+distfiles="${PYPI_SITE}/m/mock/mock-${version}.tar.gz"
+checksum=83657d894c90d5681d62155c82bda9c1187827525880eda8ff5df4ec813437c3
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 72343c1937c1bbf396613899fa72202b5ea6a5e4 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:45 -0500
Subject: [PATCH 02/17] New package: python3-zope.hookable-4.2.0

---
 srcpkgs/python3-zope.hookable/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.hookable/template

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
new file mode 100644
index 00000000000..4c85cadb5a3
--- /dev/null
+++ b/srcpkgs/python3-zope.hookable/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.hookable'
+pkgname=python3-zope.hookable
+version=4.2.0
+revision=1
+archs=noarch
+wrksrc="zope.hookable-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope hookable architecture for Python3"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.hookable"
+distfiles="${PYPI_SITE}/z/zope.hookable/zope.hookable-${version}.tar.gz"
+checksum=c1df3929a3666fc5a0c80d60a0c1e6f6ef97c7f6ed2f1b7cf49f3e6f3d4dde15

From f86ee20d35d18da58fcd8bfe1533d5b1200028a7 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:17:46 -0500
Subject: [PATCH 03/17] New package: python3-zope.deprecation-4.4.0

---
 srcpkgs/python3-zope.deprecation/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deprecation/template

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
new file mode 100644
index 00000000000..9843b96e094
--- /dev/null
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.deprecation'
+pkgname=python3-zope.deprecation
+version=4.4.0
+revision=1
+archs=noarch
+wrksrc="zope.deprecation-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python library to handle automated deprecations"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deprecation"
+distfiles="${PYPI_SITE}/z/zope.deprecation/zope.deprecation-${version}.tar.gz"
+checksum=0d453338f04bacf91bbfba545d8bcdf529aa829e67b705eac8c1a7fdce66e2df

From 7c25549f4430ae199dde0d07d55531fc708517c3 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:23 -0500
Subject: [PATCH 04/17] New package: python3-zope.testrunner-5.0

---
 srcpkgs/python3-zope.testrunner/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testrunner/template

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
new file mode 100644
index 00000000000..8e5a921fccd
--- /dev/null
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.testrunner'
+pkgname=python3-zope.testrunner
+version=5.0
+revision=1
+archs=noarch
+wrksrc="zope.testrunner-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"
+depends="python3-zope.exceptions python3-zope.interface python3-six"
+checkdepends="python3-zope.testing python3-subunit python3-testtools"
+short_desc="Zope testrunner script"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testrunner"
+distfiles="${PYPI_SITE}/z/zope.testrunner/zope.testrunner-${version}.tar.gz"
+checksum=0d8a27e214033b6f1e557556e61bff9568ae95676dfcc8a032483fdeeee792c3

From b270d0c3965508d0c08acaadcefda2138a4eb65e Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:54 -0500
Subject: [PATCH 05/17] New package: python3-repoze.sphinx.autointerface-0.8

---
 .../template                                  | 20 +++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-repoze.sphinx.autointerface/template

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
new file mode 100644
index 00000000000..64bf5db8a25
--- /dev/null
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-repoze.sphinx.autointerface'
+pkgname=python3-repoze.sphinx.autointerface
+version=0.8
+revision=1
+archs=noarch
+wrksrc="repoze.sphinx.autointerface-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface"
+short_desc="Sphinx extension to auto-generate API docs from Zope interfaces"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-4-Clause"
+homepage="https://github.com/repoze/repoze.sphinx.autointerface/"
+distfiles="${PYPI_SITE}/r/repoze.sphinx.autointerface/repoze.sphinx.autointerface-${version}.tar.gz"
+checksum=8ef0383276ab722efb1e4a6523726262058dfd82615ccf7e5004aee3fe8ecc23
+
+post_install() {
+	vlicense LICENSE.txt
+	vlicense COPYRIGHT.txt
+}

From be497c5d231e2e270eb168989ca512df793933c2 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:16 -0500
Subject: [PATCH 06/17] New package: python3-subunit-1.3.0

---
 srcpkgs/python3-subunit/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-subunit/template

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
new file mode 100644
index 00000000000..6fe933d37e8
--- /dev/null
+++ b/srcpkgs/python3-subunit/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-subunit'
+pkgname=python3-subunit
+version=1.3.0
+revision=1
+archs=noarch
+wrksrc=subunit-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-testtools"
+checkdepends="python3-hypothesis python3-testscenarios python3-fixtures"
+short_desc="Subunit test reporting and controlling protocol"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="Apache-2.0 BSD-3-Clause"
+homepage="https://github.com/testing-cabal/subunit"
+distfiles="https://github.com/testing-cabal/subunit/archive/${version}.tar.gz"
+checksum=badbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadb
+
+post_install() {
+	vlicense BSD
+}

From cbf898833abc9da10ba63ed021fc8bb1c415f9be Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:46 -0500
Subject: [PATCH 07/17] New package: python3-zope.configuration-4.3.1

---
 srcpkgs/python3-zope.configuration/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.configuration/template

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
new file mode 100644
index 00000000000..babfe8d77cc
--- /dev/null
+++ b/srcpkgs/python3-zope.configuration/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.configuration'
+pkgname=python3-zope.configuration
+version=4.3.1
+revision=1
+archs=noarch
+wrksrc="zope.configuration-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+depends="python3-zope.i18nmessageid python3-zope.interface python3-zope.schema"
+checkdepends="python3-zope.testing python3-zope.schema python3-zope.testrunner"
+short_desc="Zope configuration markup language"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.configuration/"
+distfiles="${PYPI_SITE}/z/zope.configuration/zope.configuration-${version}.tar.gz"
+checksum=6e16747f9fd6b9d8f09d78edf2a6f539cad0fa4ad49d8deb9cf63447cc4168e1

From cd65f29e4b440c701feff2d1277d60a7fddcc936 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:31:49 -0500
Subject: [PATCH 08/17] New package: python3-zope.copy-4.2

---
 srcpkgs/python3-zope.copy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.copy/template

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
new file mode 100644
index 00000000000..43d628a6a41
--- /dev/null
+++ b/srcpkgs/python3-zope.copy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.copy'
+pkgname=python3-zope.copy
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.copy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+checkdepends="python3-zope.component python3-zope.location python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Pluggable object copying mechanism"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.copy"
+distfiles="${PYPI_SITE}/z/zope.copy/zope.copy-${version}.tar.gz"
+checksum=47bb9d09ff06c600b446f220f47a742396598ac4828d738d3d85e6490629a71a

From 104029807da25f76c4b45aad602fff9673250898 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:32:19 -0500
Subject: [PATCH 09/17] New package: python3-zope.deferredimport-4.3

---
 srcpkgs/python3-zope.deferredimport/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deferredimport/template

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
new file mode 100644
index 00000000000..ef1e89ae555
--- /dev/null
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-zope.deferredimport'
+pkgname=python3-zope.deferredimport
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.deferredimport-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.proxy"
+short_desc="Python module to perform import names that resolve in code"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deferredimport/"
+distfiles="${PYPI_SITE}/z/zope.deferredimport/zope.deferredimport-${version}.tar.gz"
+checksum=2ddef5a7ecfff132a2dd796253366ecf9748a446e30f1a0b3a636aec9d9c05c5

From 1a9e375c029fb18ebe48571d6736f6c4cf81e6e3 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:36:38 -0500
Subject: [PATCH 10/17] New package: python3-zope.exceptions-4.3

---
 srcpkgs/python3-zope.exceptions/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.exceptions/template

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
new file mode 100644
index 00000000000..897bb901856
--- /dev/null
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.exceptions'
+pkgname=python3-zope.exceptions
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.exceptions-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+depends="python3-zope.interface"
+checkdepends="python3-zope.testrunner"
+short_desc="Zope exceptions"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.exceptions"
+distfiles="${PYPI_SITE}/z/zope.exceptions/zope.exceptions-${version}.tar.gz"
+checksum=5fa59c3c1044bb9448aeec8328db0bfceaae2a2174e88528d3fe04adf8d47211

From 1752fbae1a581a55f3fe33efe8a35ea59ca707bd Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:38:34 -0500
Subject: [PATCH 11/17] New package: python3-zope.i18nmessageid-4.3.1

---
 srcpkgs/python3-zope.i18nmessageid/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.i18nmessageid/template

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
new file mode 100644
index 00000000000..5aa989fae84
--- /dev/null
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.i18nmessageid'
+pkgname=python3-zope.i18nmessageid
+version=4.3.1
+revision=1
+wrksrc="zope.i18nmessageid-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+makedepends="python3-devel"
+depends="python3-six"
+checkdepends="python3-nose python3-coverage"
+short_desc="Message identifiers for internalization"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.i18nmessageid/"
+distfiles="${PYPI_SITE}/z/zope.i18nmessageid/zope.i18nmessageid-${version}.tar.gz"
+checksum=e511edff8e75d3a6f84d8256e1e468c85a4aa9d89c2ea264a919334fae7081e3

From dc22202d6c24b8c6cdcbf660f828d1eaa18f3c74 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:01 -0500
Subject: [PATCH 12/17] New package: python3-zope.location-4.2

---
 srcpkgs/python3-zope.location/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-zope.location/template

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
new file mode 100644
index 00000000000..0e58a4a0ada
--- /dev/null
+++ b/srcpkgs/python3-zope.location/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-zope.location'
+pkgname=python3-zope.location
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.location-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+makedepends="python3-zope.configuration"
+depends="python3-zope.component"
+checkdepends="python3-zope.copy python3-zope.testrunner"
+short_desc="Zope location"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefederation/zope.location"
+distfiles="${PYPI_SITE}/z/zope.location/zope.location-${version}.tar.gz"
+checksum=a720f9e3c8a51d5007ed6fcd47e1834df02671d85dbfd1062a0d808de8bf80ac

From 48c37860cfa9776d6db1866af3f50c97dd1eb21a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:26 -0500
Subject: [PATCH 13/17] New package: python3-zope.proxy-4.3.1

---
 srcpkgs/python3-zope.proxy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.proxy/template

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
new file mode 100644
index 00000000000..0d4bfeb138f
--- /dev/null
+++ b/srcpkgs/python3-zope.proxy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.proxy'
+pkgname=python3-zope.proxy
+version=4.3.1
+revision=1
+wrksrc="zope.proxy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3-zope.interface python3-Sphinx python3-zope.testrunner
+ python3-zope.security"
+short_desc="Python generic transparent proxies"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.proxy"
+distfiles="${PYPI_SITE}/z/zope.proxy/zope.proxy-${version}.tar.gz"
+checksum=563c2454b2d0f23bca54d2e0e4d781149b7b06cb5df67e253ca3620f37202dd2

From c8c7bfcd78bd0818d898e1a5a30323f5d6c449ac Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:49 -0500
Subject: [PATCH 14/17] New package: python3-zope.schema-4.9.3

---
 srcpkgs/python3-zope.schema/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.schema/template

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
new file mode 100644
index 00000000000..7294092a900
--- /dev/null
+++ b/srcpkgs/python3-zope.schema/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.schema'
+pkgname=python3-zope.schema
+version=4.9.3
+revision=1
+archs=noarch
+wrksrc=zope.schema-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface python3-zope.event"
+checkdepends="python3-zope.i18nmessageid python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Zope.interface extension for defining data schemas"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.schema"
+distfiles="${PYPI_SITE}/z/zope.schema/zope.schema-${version}.tar.gz"
+checksum=2d971da8707cab47b1916534b9929dcd9d7f23aed790e6b4cbe3103d5b18069d

From 4538ede50fb8d8d633ce92e2aeb8c5e068885f19 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:40:26 -0500
Subject: [PATCH 15/17] New package: python3-zope.security-4.3.1

---
 srcpkgs/python3-zope.security/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.security/template

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
new file mode 100644
index 00000000000..a8ca492f98b
--- /dev/null
+++ b/srcpkgs/python3-zope.security/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.security'
+pkgname=python3-zope.security
+version=4.3.1
+revision=1
+wrksrc="zope.security-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-distutils-extra"
+makedepends="python3-devel"
+depends="python3-zope.component python3-zope.configuration python3-zope.testing
+ python3-zope.testrunner python3-zope.location"
+short_desc="Zope security framework"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.security/"
+distfiles="${PYPI_SITE}/z/zope.security/zope.security-${version}.tar.gz"
+checksum=9448e57bcc856ff05b881ffb1852cdd367fd234e31c0003fd5373582f57beaff

From 479e8a951f51f98e743b19cf834b1811b9bf111e Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:38 -0500
Subject: [PATCH 16/17] New package: python3-zope.testing-4.7

---
 srcpkgs/python3-zope.testing/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testing/template

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
new file mode 100644
index 00000000000..814817904f6
--- /dev/null
+++ b/srcpkgs/python3-zope.testing/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.testing'
+pkgname=python3-zope.testing
+version=4.7
+revision=1
+archs=noarch
+wrksrc="zope.testing-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope testing helpers"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testing"
+distfiles="${PYPI_SITE}/z/zope.testing/zope.testing-${version}.tar.gz"
+checksum=d66be8d1de37e8536ca58a1d9f4d89a68c9cc75cc0e788a175c8a20ae26003ea

From c52683bb75dfd126792709bca3aa323b5534cac4 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:54 -0500
Subject: [PATCH 17/17] New package: certbot-0.35.1

Closes #11518
---
 srcpkgs/certbot/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/certbot/template

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
new file mode 100644
index 00000000000..507214661a5
--- /dev/null
+++ b/srcpkgs/certbot/template
@@ -0,0 +1,18 @@
+# Template file for 'certbot'
+pkgname=certbot
+version=0.35.1
+revision=1
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-acme python3-ConfigArgParse python3-configobj
+ python3-cryptography python3-josepy python3-pyrfc3339 python3-pytz
+ python3-zope.component python3-zope.interface python3-parsedatetime
+ python3-zope.hookable python3-mock python3-zope.deferredimport
+ python3-zope.deprecation"
+short_desc="Let's Encrypt certificate renewal automation utility"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="Apache-2.0"
+homepage="https://certboti.eff.org/"
+distfiles="https://github.com/certbot/certbot/archive/v${version}.tar.gz"
+checksum=c4b4755866a2eaf5204abe3da25b9b8769b146e73d93a9527a22cda7d5a55070

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR PATCH] [Updated] New package: certbot-0.35.1
  2019-10-11  3:32 [PR PATCH] Np certbot 0.35.1 voidlinux-github
  2019-10-11  3:35 ` [PR PATCH] [Updated] New package: certbot-0.35.1 voidlinux-github
  2019-10-11  3:35 ` voidlinux-github
@ 2019-10-13 16:02 ` voidlinux-github
  2019-10-13 16:02 ` voidlinux-github
                   ` (23 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: voidlinux-github @ 2019-10-13 16:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 335 bytes --]

There is an updated pull request by misuchiru03 against master on the void-packages repository

https://github.com/misuchiru03/void-packages np_certbot_0.35.1
https://github.com/void-linux/void-packages/pull/15313

New package: certbot-0.35.1


A patch file from https://github.com/void-linux/void-packages/pull/15313.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-np_certbot_0.35.1-15313.patch --]
[-- Type: text/x-diff, Size: 21611 bytes --]

From 82976985ea300a7268a7d6fb602ddf7f26f0742a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:05 -0500
Subject: [PATCH 01/17] New package: python3-mock-3.0.5

---
 srcpkgs/python3-mock/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-mock/template

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
new file mode 100644
index 00000000000..2637b798d95
--- /dev/null
+++ b/srcpkgs/python3-mock/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-mock'
+pkgname=python3-mock
+version=3.0.5
+revision=1
+archs=noarch
+wrksrc="mock-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python3 mock library"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="http://mock.readthedocs.org/en/latest/"
+distfiles="${PYPI_SITE}/m/mock/mock-${version}.tar.gz"
+checksum=83657d894c90d5681d62155c82bda9c1187827525880eda8ff5df4ec813437c3
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 8444128e24af30c14ba76aec6ea34a2bf0e45dde Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:45 -0500
Subject: [PATCH 02/17] New package: python3-zope.hookable-4.2.0

---
 srcpkgs/python3-zope.hookable/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.hookable/template

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
new file mode 100644
index 00000000000..4c85cadb5a3
--- /dev/null
+++ b/srcpkgs/python3-zope.hookable/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.hookable'
+pkgname=python3-zope.hookable
+version=4.2.0
+revision=1
+archs=noarch
+wrksrc="zope.hookable-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope hookable architecture for Python3"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.hookable"
+distfiles="${PYPI_SITE}/z/zope.hookable/zope.hookable-${version}.tar.gz"
+checksum=c1df3929a3666fc5a0c80d60a0c1e6f6ef97c7f6ed2f1b7cf49f3e6f3d4dde15

From 082cdf5dee7ec6c4d460a8ef7e1a14b555843f3c Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:17:46 -0500
Subject: [PATCH 03/17] New package: python3-zope.deprecation-4.4.0

---
 srcpkgs/python3-zope.deprecation/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deprecation/template

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
new file mode 100644
index 00000000000..9843b96e094
--- /dev/null
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.deprecation'
+pkgname=python3-zope.deprecation
+version=4.4.0
+revision=1
+archs=noarch
+wrksrc="zope.deprecation-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python library to handle automated deprecations"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deprecation"
+distfiles="${PYPI_SITE}/z/zope.deprecation/zope.deprecation-${version}.tar.gz"
+checksum=0d453338f04bacf91bbfba545d8bcdf529aa829e67b705eac8c1a7fdce66e2df

From 1dfabaf2c5085ac0b766b12b6faf1dc3c0138e8b Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:23 -0500
Subject: [PATCH 04/17] New package: python3-zope.testrunner-5.0

---
 srcpkgs/python3-zope.testrunner/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testrunner/template

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
new file mode 100644
index 00000000000..8e5a921fccd
--- /dev/null
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.testrunner'
+pkgname=python3-zope.testrunner
+version=5.0
+revision=1
+archs=noarch
+wrksrc="zope.testrunner-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"
+depends="python3-zope.exceptions python3-zope.interface python3-six"
+checkdepends="python3-zope.testing python3-subunit python3-testtools"
+short_desc="Zope testrunner script"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testrunner"
+distfiles="${PYPI_SITE}/z/zope.testrunner/zope.testrunner-${version}.tar.gz"
+checksum=0d8a27e214033b6f1e557556e61bff9568ae95676dfcc8a032483fdeeee792c3

From d6e2b0984bb28a4eced7b693df1c6fbd31bd94e7 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:54 -0500
Subject: [PATCH 05/17] New package: python3-repoze.sphinx.autointerface-0.8

---
 .../template                                  | 20 +++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-repoze.sphinx.autointerface/template

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
new file mode 100644
index 00000000000..64bf5db8a25
--- /dev/null
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-repoze.sphinx.autointerface'
+pkgname=python3-repoze.sphinx.autointerface
+version=0.8
+revision=1
+archs=noarch
+wrksrc="repoze.sphinx.autointerface-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface"
+short_desc="Sphinx extension to auto-generate API docs from Zope interfaces"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-4-Clause"
+homepage="https://github.com/repoze/repoze.sphinx.autointerface/"
+distfiles="${PYPI_SITE}/r/repoze.sphinx.autointerface/repoze.sphinx.autointerface-${version}.tar.gz"
+checksum=8ef0383276ab722efb1e4a6523726262058dfd82615ccf7e5004aee3fe8ecc23
+
+post_install() {
+	vlicense LICENSE.txt
+	vlicense COPYRIGHT.txt
+}

From af989f270c89016d56cd616076ceae45512203fc Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:16 -0500
Subject: [PATCH 06/17] New package: python3-subunit-1.3.0

---
 srcpkgs/python3-subunit/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-subunit/template

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
new file mode 100644
index 00000000000..6fe933d37e8
--- /dev/null
+++ b/srcpkgs/python3-subunit/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-subunit'
+pkgname=python3-subunit
+version=1.3.0
+revision=1
+archs=noarch
+wrksrc=subunit-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-testtools"
+checkdepends="python3-hypothesis python3-testscenarios python3-fixtures"
+short_desc="Subunit test reporting and controlling protocol"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="Apache-2.0 BSD-3-Clause"
+homepage="https://github.com/testing-cabal/subunit"
+distfiles="https://github.com/testing-cabal/subunit/archive/${version}.tar.gz"
+checksum=badbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadb
+
+post_install() {
+	vlicense BSD
+}

From 8dd37ad1249a13967f13d4d83e0315f9e2098b25 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:46 -0500
Subject: [PATCH 07/17] New package: python3-zope.configuration-4.3.1

---
 srcpkgs/python3-zope.configuration/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.configuration/template

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
new file mode 100644
index 00000000000..babfe8d77cc
--- /dev/null
+++ b/srcpkgs/python3-zope.configuration/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.configuration'
+pkgname=python3-zope.configuration
+version=4.3.1
+revision=1
+archs=noarch
+wrksrc="zope.configuration-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+depends="python3-zope.i18nmessageid python3-zope.interface python3-zope.schema"
+checkdepends="python3-zope.testing python3-zope.schema python3-zope.testrunner"
+short_desc="Zope configuration markup language"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.configuration/"
+distfiles="${PYPI_SITE}/z/zope.configuration/zope.configuration-${version}.tar.gz"
+checksum=6e16747f9fd6b9d8f09d78edf2a6f539cad0fa4ad49d8deb9cf63447cc4168e1

From 79cfbb76f6cc709e8907914450b05c9d762db979 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:31:49 -0500
Subject: [PATCH 08/17] New package: python3-zope.copy-4.2

---
 srcpkgs/python3-zope.copy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.copy/template

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
new file mode 100644
index 00000000000..43d628a6a41
--- /dev/null
+++ b/srcpkgs/python3-zope.copy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.copy'
+pkgname=python3-zope.copy
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.copy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+checkdepends="python3-zope.component python3-zope.location python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Pluggable object copying mechanism"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.copy"
+distfiles="${PYPI_SITE}/z/zope.copy/zope.copy-${version}.tar.gz"
+checksum=47bb9d09ff06c600b446f220f47a742396598ac4828d738d3d85e6490629a71a

From e5dead81a773766899fb95711028080cee379aa6 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:32:19 -0500
Subject: [PATCH 09/17] New package: python3-zope.deferredimport-4.3

---
 srcpkgs/python3-zope.deferredimport/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deferredimport/template

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
new file mode 100644
index 00000000000..ef1e89ae555
--- /dev/null
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-zope.deferredimport'
+pkgname=python3-zope.deferredimport
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.deferredimport-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.proxy"
+short_desc="Python module to perform import names that resolve in code"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deferredimport/"
+distfiles="${PYPI_SITE}/z/zope.deferredimport/zope.deferredimport-${version}.tar.gz"
+checksum=2ddef5a7ecfff132a2dd796253366ecf9748a446e30f1a0b3a636aec9d9c05c5

From 80079d4d6942ba25071cb593b225b23fb8d24178 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:36:38 -0500
Subject: [PATCH 10/17] New package: python3-zope.exceptions-4.3

---
 srcpkgs/python3-zope.exceptions/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.exceptions/template

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
new file mode 100644
index 00000000000..897bb901856
--- /dev/null
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.exceptions'
+pkgname=python3-zope.exceptions
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.exceptions-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+depends="python3-zope.interface"
+checkdepends="python3-zope.testrunner"
+short_desc="Zope exceptions"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.exceptions"
+distfiles="${PYPI_SITE}/z/zope.exceptions/zope.exceptions-${version}.tar.gz"
+checksum=5fa59c3c1044bb9448aeec8328db0bfceaae2a2174e88528d3fe04adf8d47211

From 6c44003176d7120375ec08e7439151c6bac1042d Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:38:34 -0500
Subject: [PATCH 11/17] New package: python3-zope.i18nmessageid-4.3.1

---
 srcpkgs/python3-zope.i18nmessageid/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.i18nmessageid/template

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
new file mode 100644
index 00000000000..5aa989fae84
--- /dev/null
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.i18nmessageid'
+pkgname=python3-zope.i18nmessageid
+version=4.3.1
+revision=1
+wrksrc="zope.i18nmessageid-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+makedepends="python3-devel"
+depends="python3-six"
+checkdepends="python3-nose python3-coverage"
+short_desc="Message identifiers for internalization"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.i18nmessageid/"
+distfiles="${PYPI_SITE}/z/zope.i18nmessageid/zope.i18nmessageid-${version}.tar.gz"
+checksum=e511edff8e75d3a6f84d8256e1e468c85a4aa9d89c2ea264a919334fae7081e3

From 93c8f0883fdf7f1f8adf63e8c6ec68c9ee9bfbb6 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:01 -0500
Subject: [PATCH 12/17] New package: python3-zope.location-4.2

---
 srcpkgs/python3-zope.location/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-zope.location/template

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
new file mode 100644
index 00000000000..0e58a4a0ada
--- /dev/null
+++ b/srcpkgs/python3-zope.location/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-zope.location'
+pkgname=python3-zope.location
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.location-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+makedepends="python3-zope.configuration"
+depends="python3-zope.component"
+checkdepends="python3-zope.copy python3-zope.testrunner"
+short_desc="Zope location"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefederation/zope.location"
+distfiles="${PYPI_SITE}/z/zope.location/zope.location-${version}.tar.gz"
+checksum=a720f9e3c8a51d5007ed6fcd47e1834df02671d85dbfd1062a0d808de8bf80ac

From bb41a57ef9f74204d7bf742d6fe15d6e8c2c23f1 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:26 -0500
Subject: [PATCH 13/17] New package: python3-zope.proxy-4.3.1

---
 srcpkgs/python3-zope.proxy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.proxy/template

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
new file mode 100644
index 00000000000..0d4bfeb138f
--- /dev/null
+++ b/srcpkgs/python3-zope.proxy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.proxy'
+pkgname=python3-zope.proxy
+version=4.3.1
+revision=1
+wrksrc="zope.proxy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3-zope.interface python3-Sphinx python3-zope.testrunner
+ python3-zope.security"
+short_desc="Python generic transparent proxies"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.proxy"
+distfiles="${PYPI_SITE}/z/zope.proxy/zope.proxy-${version}.tar.gz"
+checksum=563c2454b2d0f23bca54d2e0e4d781149b7b06cb5df67e253ca3620f37202dd2

From 1b52ecb149aec0625094146de9b46f7f83abad4c Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:49 -0500
Subject: [PATCH 14/17] New package: python3-zope.schema-4.9.3

---
 srcpkgs/python3-zope.schema/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.schema/template

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
new file mode 100644
index 00000000000..7294092a900
--- /dev/null
+++ b/srcpkgs/python3-zope.schema/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.schema'
+pkgname=python3-zope.schema
+version=4.9.3
+revision=1
+archs=noarch
+wrksrc=zope.schema-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface python3-zope.event"
+checkdepends="python3-zope.i18nmessageid python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Zope.interface extension for defining data schemas"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.schema"
+distfiles="${PYPI_SITE}/z/zope.schema/zope.schema-${version}.tar.gz"
+checksum=2d971da8707cab47b1916534b9929dcd9d7f23aed790e6b4cbe3103d5b18069d

From 98a48fcf0c06fe6bcf6c173e46ff399aa07402a8 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:40:26 -0500
Subject: [PATCH 15/17] New package: python3-zope.security-4.3.1

---
 srcpkgs/python3-zope.security/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.security/template

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
new file mode 100644
index 00000000000..a8ca492f98b
--- /dev/null
+++ b/srcpkgs/python3-zope.security/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.security'
+pkgname=python3-zope.security
+version=4.3.1
+revision=1
+wrksrc="zope.security-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-distutils-extra"
+makedepends="python3-devel"
+depends="python3-zope.component python3-zope.configuration python3-zope.testing
+ python3-zope.testrunner python3-zope.location"
+short_desc="Zope security framework"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.security/"
+distfiles="${PYPI_SITE}/z/zope.security/zope.security-${version}.tar.gz"
+checksum=9448e57bcc856ff05b881ffb1852cdd367fd234e31c0003fd5373582f57beaff

From a154b5a3ff888f1385c09a0b0ef02844d46bd522 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:38 -0500
Subject: [PATCH 16/17] New package: python3-zope.testing-4.7

---
 srcpkgs/python3-zope.testing/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testing/template

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
new file mode 100644
index 00000000000..814817904f6
--- /dev/null
+++ b/srcpkgs/python3-zope.testing/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.testing'
+pkgname=python3-zope.testing
+version=4.7
+revision=1
+archs=noarch
+wrksrc="zope.testing-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope testing helpers"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testing"
+distfiles="${PYPI_SITE}/z/zope.testing/zope.testing-${version}.tar.gz"
+checksum=d66be8d1de37e8536ca58a1d9f4d89a68c9cc75cc0e788a175c8a20ae26003ea

From c3c0c36f59ff4ade3fe1cfb870107d17d8156ec6 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:54 -0500
Subject: [PATCH 17/17] New package: certbot-0.35.1

Closes #11518
---
 srcpkgs/certbot/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/certbot/template

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
new file mode 100644
index 00000000000..dd37cd8ef94
--- /dev/null
+++ b/srcpkgs/certbot/template
@@ -0,0 +1,22 @@
+# Template file for 'certbot'
+pkgname=certbot
+version=0.35.1
+revision=1
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-acme python3-ConfigArgParse python3-configobj
+ python3-cryptography python3-josepy python3-pyrfc3339 python3-pytz
+ python3-zope.component python3-zope.interface python3-parsedatetime
+ python3-zope.hookable python3-mock python3-zope.deferredimport
+ python3-zope.deprecation"
+short_desc="Let's Encrypt certificate renewal automation utility"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="Apache-2.0"
+homepage="https://certboti.eff.org/"
+distfiles="https://github.com/certbot/certbot/archive/v${version}.tar.gz"
+checksum=c4b4755866a2eaf5204abe3da25b9b8769b146e73d93a9527a22cda7d5a55070
+
+post_install() {
+	vlicense LICENSE.txt
+}

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR PATCH] [Updated] New package: certbot-0.35.1
  2019-10-11  3:32 [PR PATCH] Np certbot 0.35.1 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-13 16:02 ` voidlinux-github
@ 2019-10-13 16:02 ` voidlinux-github
  2019-10-13 16:23 ` voidlinux-github
                   ` (22 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: voidlinux-github @ 2019-10-13 16:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 335 bytes --]

There is an updated pull request by misuchiru03 against master on the void-packages repository

https://github.com/misuchiru03/void-packages np_certbot_0.35.1
https://github.com/void-linux/void-packages/pull/15313

New package: certbot-0.35.1


A patch file from https://github.com/void-linux/void-packages/pull/15313.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-np_certbot_0.35.1-15313.patch --]
[-- Type: text/x-diff, Size: 21611 bytes --]

From 82976985ea300a7268a7d6fb602ddf7f26f0742a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:05 -0500
Subject: [PATCH 01/17] New package: python3-mock-3.0.5

---
 srcpkgs/python3-mock/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-mock/template

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
new file mode 100644
index 00000000000..2637b798d95
--- /dev/null
+++ b/srcpkgs/python3-mock/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-mock'
+pkgname=python3-mock
+version=3.0.5
+revision=1
+archs=noarch
+wrksrc="mock-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python3 mock library"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="http://mock.readthedocs.org/en/latest/"
+distfiles="${PYPI_SITE}/m/mock/mock-${version}.tar.gz"
+checksum=83657d894c90d5681d62155c82bda9c1187827525880eda8ff5df4ec813437c3
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 8444128e24af30c14ba76aec6ea34a2bf0e45dde Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:45 -0500
Subject: [PATCH 02/17] New package: python3-zope.hookable-4.2.0

---
 srcpkgs/python3-zope.hookable/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.hookable/template

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
new file mode 100644
index 00000000000..4c85cadb5a3
--- /dev/null
+++ b/srcpkgs/python3-zope.hookable/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.hookable'
+pkgname=python3-zope.hookable
+version=4.2.0
+revision=1
+archs=noarch
+wrksrc="zope.hookable-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope hookable architecture for Python3"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.hookable"
+distfiles="${PYPI_SITE}/z/zope.hookable/zope.hookable-${version}.tar.gz"
+checksum=c1df3929a3666fc5a0c80d60a0c1e6f6ef97c7f6ed2f1b7cf49f3e6f3d4dde15

From 082cdf5dee7ec6c4d460a8ef7e1a14b555843f3c Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:17:46 -0500
Subject: [PATCH 03/17] New package: python3-zope.deprecation-4.4.0

---
 srcpkgs/python3-zope.deprecation/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deprecation/template

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
new file mode 100644
index 00000000000..9843b96e094
--- /dev/null
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.deprecation'
+pkgname=python3-zope.deprecation
+version=4.4.0
+revision=1
+archs=noarch
+wrksrc="zope.deprecation-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python library to handle automated deprecations"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deprecation"
+distfiles="${PYPI_SITE}/z/zope.deprecation/zope.deprecation-${version}.tar.gz"
+checksum=0d453338f04bacf91bbfba545d8bcdf529aa829e67b705eac8c1a7fdce66e2df

From 1dfabaf2c5085ac0b766b12b6faf1dc3c0138e8b Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:23 -0500
Subject: [PATCH 04/17] New package: python3-zope.testrunner-5.0

---
 srcpkgs/python3-zope.testrunner/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testrunner/template

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
new file mode 100644
index 00000000000..8e5a921fccd
--- /dev/null
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.testrunner'
+pkgname=python3-zope.testrunner
+version=5.0
+revision=1
+archs=noarch
+wrksrc="zope.testrunner-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"
+depends="python3-zope.exceptions python3-zope.interface python3-six"
+checkdepends="python3-zope.testing python3-subunit python3-testtools"
+short_desc="Zope testrunner script"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testrunner"
+distfiles="${PYPI_SITE}/z/zope.testrunner/zope.testrunner-${version}.tar.gz"
+checksum=0d8a27e214033b6f1e557556e61bff9568ae95676dfcc8a032483fdeeee792c3

From d6e2b0984bb28a4eced7b693df1c6fbd31bd94e7 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:54 -0500
Subject: [PATCH 05/17] New package: python3-repoze.sphinx.autointerface-0.8

---
 .../template                                  | 20 +++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-repoze.sphinx.autointerface/template

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
new file mode 100644
index 00000000000..64bf5db8a25
--- /dev/null
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-repoze.sphinx.autointerface'
+pkgname=python3-repoze.sphinx.autointerface
+version=0.8
+revision=1
+archs=noarch
+wrksrc="repoze.sphinx.autointerface-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface"
+short_desc="Sphinx extension to auto-generate API docs from Zope interfaces"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-4-Clause"
+homepage="https://github.com/repoze/repoze.sphinx.autointerface/"
+distfiles="${PYPI_SITE}/r/repoze.sphinx.autointerface/repoze.sphinx.autointerface-${version}.tar.gz"
+checksum=8ef0383276ab722efb1e4a6523726262058dfd82615ccf7e5004aee3fe8ecc23
+
+post_install() {
+	vlicense LICENSE.txt
+	vlicense COPYRIGHT.txt
+}

From af989f270c89016d56cd616076ceae45512203fc Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:16 -0500
Subject: [PATCH 06/17] New package: python3-subunit-1.3.0

---
 srcpkgs/python3-subunit/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-subunit/template

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
new file mode 100644
index 00000000000..6fe933d37e8
--- /dev/null
+++ b/srcpkgs/python3-subunit/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-subunit'
+pkgname=python3-subunit
+version=1.3.0
+revision=1
+archs=noarch
+wrksrc=subunit-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-testtools"
+checkdepends="python3-hypothesis python3-testscenarios python3-fixtures"
+short_desc="Subunit test reporting and controlling protocol"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="Apache-2.0 BSD-3-Clause"
+homepage="https://github.com/testing-cabal/subunit"
+distfiles="https://github.com/testing-cabal/subunit/archive/${version}.tar.gz"
+checksum=badbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadb
+
+post_install() {
+	vlicense BSD
+}

From 8dd37ad1249a13967f13d4d83e0315f9e2098b25 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:46 -0500
Subject: [PATCH 07/17] New package: python3-zope.configuration-4.3.1

---
 srcpkgs/python3-zope.configuration/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.configuration/template

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
new file mode 100644
index 00000000000..babfe8d77cc
--- /dev/null
+++ b/srcpkgs/python3-zope.configuration/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.configuration'
+pkgname=python3-zope.configuration
+version=4.3.1
+revision=1
+archs=noarch
+wrksrc="zope.configuration-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+depends="python3-zope.i18nmessageid python3-zope.interface python3-zope.schema"
+checkdepends="python3-zope.testing python3-zope.schema python3-zope.testrunner"
+short_desc="Zope configuration markup language"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.configuration/"
+distfiles="${PYPI_SITE}/z/zope.configuration/zope.configuration-${version}.tar.gz"
+checksum=6e16747f9fd6b9d8f09d78edf2a6f539cad0fa4ad49d8deb9cf63447cc4168e1

From 79cfbb76f6cc709e8907914450b05c9d762db979 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:31:49 -0500
Subject: [PATCH 08/17] New package: python3-zope.copy-4.2

---
 srcpkgs/python3-zope.copy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.copy/template

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
new file mode 100644
index 00000000000..43d628a6a41
--- /dev/null
+++ b/srcpkgs/python3-zope.copy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.copy'
+pkgname=python3-zope.copy
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.copy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+checkdepends="python3-zope.component python3-zope.location python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Pluggable object copying mechanism"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.copy"
+distfiles="${PYPI_SITE}/z/zope.copy/zope.copy-${version}.tar.gz"
+checksum=47bb9d09ff06c600b446f220f47a742396598ac4828d738d3d85e6490629a71a

From e5dead81a773766899fb95711028080cee379aa6 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:32:19 -0500
Subject: [PATCH 09/17] New package: python3-zope.deferredimport-4.3

---
 srcpkgs/python3-zope.deferredimport/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deferredimport/template

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
new file mode 100644
index 00000000000..ef1e89ae555
--- /dev/null
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-zope.deferredimport'
+pkgname=python3-zope.deferredimport
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.deferredimport-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.proxy"
+short_desc="Python module to perform import names that resolve in code"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deferredimport/"
+distfiles="${PYPI_SITE}/z/zope.deferredimport/zope.deferredimport-${version}.tar.gz"
+checksum=2ddef5a7ecfff132a2dd796253366ecf9748a446e30f1a0b3a636aec9d9c05c5

From 80079d4d6942ba25071cb593b225b23fb8d24178 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:36:38 -0500
Subject: [PATCH 10/17] New package: python3-zope.exceptions-4.3

---
 srcpkgs/python3-zope.exceptions/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.exceptions/template

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
new file mode 100644
index 00000000000..897bb901856
--- /dev/null
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.exceptions'
+pkgname=python3-zope.exceptions
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.exceptions-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+depends="python3-zope.interface"
+checkdepends="python3-zope.testrunner"
+short_desc="Zope exceptions"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.exceptions"
+distfiles="${PYPI_SITE}/z/zope.exceptions/zope.exceptions-${version}.tar.gz"
+checksum=5fa59c3c1044bb9448aeec8328db0bfceaae2a2174e88528d3fe04adf8d47211

From 6c44003176d7120375ec08e7439151c6bac1042d Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:38:34 -0500
Subject: [PATCH 11/17] New package: python3-zope.i18nmessageid-4.3.1

---
 srcpkgs/python3-zope.i18nmessageid/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.i18nmessageid/template

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
new file mode 100644
index 00000000000..5aa989fae84
--- /dev/null
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.i18nmessageid'
+pkgname=python3-zope.i18nmessageid
+version=4.3.1
+revision=1
+wrksrc="zope.i18nmessageid-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+makedepends="python3-devel"
+depends="python3-six"
+checkdepends="python3-nose python3-coverage"
+short_desc="Message identifiers for internalization"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.i18nmessageid/"
+distfiles="${PYPI_SITE}/z/zope.i18nmessageid/zope.i18nmessageid-${version}.tar.gz"
+checksum=e511edff8e75d3a6f84d8256e1e468c85a4aa9d89c2ea264a919334fae7081e3

From 93c8f0883fdf7f1f8adf63e8c6ec68c9ee9bfbb6 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:01 -0500
Subject: [PATCH 12/17] New package: python3-zope.location-4.2

---
 srcpkgs/python3-zope.location/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-zope.location/template

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
new file mode 100644
index 00000000000..0e58a4a0ada
--- /dev/null
+++ b/srcpkgs/python3-zope.location/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-zope.location'
+pkgname=python3-zope.location
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.location-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+makedepends="python3-zope.configuration"
+depends="python3-zope.component"
+checkdepends="python3-zope.copy python3-zope.testrunner"
+short_desc="Zope location"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefederation/zope.location"
+distfiles="${PYPI_SITE}/z/zope.location/zope.location-${version}.tar.gz"
+checksum=a720f9e3c8a51d5007ed6fcd47e1834df02671d85dbfd1062a0d808de8bf80ac

From bb41a57ef9f74204d7bf742d6fe15d6e8c2c23f1 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:26 -0500
Subject: [PATCH 13/17] New package: python3-zope.proxy-4.3.1

---
 srcpkgs/python3-zope.proxy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.proxy/template

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
new file mode 100644
index 00000000000..0d4bfeb138f
--- /dev/null
+++ b/srcpkgs/python3-zope.proxy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.proxy'
+pkgname=python3-zope.proxy
+version=4.3.1
+revision=1
+wrksrc="zope.proxy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3-zope.interface python3-Sphinx python3-zope.testrunner
+ python3-zope.security"
+short_desc="Python generic transparent proxies"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.proxy"
+distfiles="${PYPI_SITE}/z/zope.proxy/zope.proxy-${version}.tar.gz"
+checksum=563c2454b2d0f23bca54d2e0e4d781149b7b06cb5df67e253ca3620f37202dd2

From 1b52ecb149aec0625094146de9b46f7f83abad4c Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:49 -0500
Subject: [PATCH 14/17] New package: python3-zope.schema-4.9.3

---
 srcpkgs/python3-zope.schema/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.schema/template

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
new file mode 100644
index 00000000000..7294092a900
--- /dev/null
+++ b/srcpkgs/python3-zope.schema/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.schema'
+pkgname=python3-zope.schema
+version=4.9.3
+revision=1
+archs=noarch
+wrksrc=zope.schema-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface python3-zope.event"
+checkdepends="python3-zope.i18nmessageid python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Zope.interface extension for defining data schemas"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.schema"
+distfiles="${PYPI_SITE}/z/zope.schema/zope.schema-${version}.tar.gz"
+checksum=2d971da8707cab47b1916534b9929dcd9d7f23aed790e6b4cbe3103d5b18069d

From 98a48fcf0c06fe6bcf6c173e46ff399aa07402a8 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:40:26 -0500
Subject: [PATCH 15/17] New package: python3-zope.security-4.3.1

---
 srcpkgs/python3-zope.security/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.security/template

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
new file mode 100644
index 00000000000..a8ca492f98b
--- /dev/null
+++ b/srcpkgs/python3-zope.security/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.security'
+pkgname=python3-zope.security
+version=4.3.1
+revision=1
+wrksrc="zope.security-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-distutils-extra"
+makedepends="python3-devel"
+depends="python3-zope.component python3-zope.configuration python3-zope.testing
+ python3-zope.testrunner python3-zope.location"
+short_desc="Zope security framework"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.security/"
+distfiles="${PYPI_SITE}/z/zope.security/zope.security-${version}.tar.gz"
+checksum=9448e57bcc856ff05b881ffb1852cdd367fd234e31c0003fd5373582f57beaff

From a154b5a3ff888f1385c09a0b0ef02844d46bd522 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:38 -0500
Subject: [PATCH 16/17] New package: python3-zope.testing-4.7

---
 srcpkgs/python3-zope.testing/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testing/template

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
new file mode 100644
index 00000000000..814817904f6
--- /dev/null
+++ b/srcpkgs/python3-zope.testing/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.testing'
+pkgname=python3-zope.testing
+version=4.7
+revision=1
+archs=noarch
+wrksrc="zope.testing-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope testing helpers"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testing"
+distfiles="${PYPI_SITE}/z/zope.testing/zope.testing-${version}.tar.gz"
+checksum=d66be8d1de37e8536ca58a1d9f4d89a68c9cc75cc0e788a175c8a20ae26003ea

From c3c0c36f59ff4ade3fe1cfb870107d17d8156ec6 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:54 -0500
Subject: [PATCH 17/17] New package: certbot-0.35.1

Closes #11518
---
 srcpkgs/certbot/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/certbot/template

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
new file mode 100644
index 00000000000..dd37cd8ef94
--- /dev/null
+++ b/srcpkgs/certbot/template
@@ -0,0 +1,22 @@
+# Template file for 'certbot'
+pkgname=certbot
+version=0.35.1
+revision=1
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-acme python3-ConfigArgParse python3-configobj
+ python3-cryptography python3-josepy python3-pyrfc3339 python3-pytz
+ python3-zope.component python3-zope.interface python3-parsedatetime
+ python3-zope.hookable python3-mock python3-zope.deferredimport
+ python3-zope.deprecation"
+short_desc="Let's Encrypt certificate renewal automation utility"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="Apache-2.0"
+homepage="https://certboti.eff.org/"
+distfiles="https://github.com/certbot/certbot/archive/v${version}.tar.gz"
+checksum=c4b4755866a2eaf5204abe3da25b9b8769b146e73d93a9527a22cda7d5a55070
+
+post_install() {
+	vlicense LICENSE.txt
+}

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR PATCH] [Updated] New package: certbot-0.35.1
  2019-10-11  3:32 [PR PATCH] Np certbot 0.35.1 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-10-13 16:23 ` voidlinux-github
@ 2019-10-13 16:23 ` voidlinux-github
  2019-10-13 16:27 ` voidlinux-github
                   ` (20 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: voidlinux-github @ 2019-10-13 16:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 335 bytes --]

There is an updated pull request by misuchiru03 against master on the void-packages repository

https://github.com/misuchiru03/void-packages np_certbot_0.35.1
https://github.com/void-linux/void-packages/pull/15313

New package: certbot-0.35.1


A patch file from https://github.com/void-linux/void-packages/pull/15313.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-np_certbot_0.35.1-15313.patch --]
[-- Type: text/x-diff, Size: 21634 bytes --]

From 82976985ea300a7268a7d6fb602ddf7f26f0742a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:05 -0500
Subject: [PATCH 01/17] New package: python3-mock-3.0.5

---
 srcpkgs/python3-mock/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-mock/template

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
new file mode 100644
index 00000000000..2637b798d95
--- /dev/null
+++ b/srcpkgs/python3-mock/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-mock'
+pkgname=python3-mock
+version=3.0.5
+revision=1
+archs=noarch
+wrksrc="mock-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python3 mock library"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="http://mock.readthedocs.org/en/latest/"
+distfiles="${PYPI_SITE}/m/mock/mock-${version}.tar.gz"
+checksum=83657d894c90d5681d62155c82bda9c1187827525880eda8ff5df4ec813437c3
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 8444128e24af30c14ba76aec6ea34a2bf0e45dde Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:45 -0500
Subject: [PATCH 02/17] New package: python3-zope.hookable-4.2.0

---
 srcpkgs/python3-zope.hookable/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.hookable/template

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
new file mode 100644
index 00000000000..4c85cadb5a3
--- /dev/null
+++ b/srcpkgs/python3-zope.hookable/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.hookable'
+pkgname=python3-zope.hookable
+version=4.2.0
+revision=1
+archs=noarch
+wrksrc="zope.hookable-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope hookable architecture for Python3"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.hookable"
+distfiles="${PYPI_SITE}/z/zope.hookable/zope.hookable-${version}.tar.gz"
+checksum=c1df3929a3666fc5a0c80d60a0c1e6f6ef97c7f6ed2f1b7cf49f3e6f3d4dde15

From 082cdf5dee7ec6c4d460a8ef7e1a14b555843f3c Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:17:46 -0500
Subject: [PATCH 03/17] New package: python3-zope.deprecation-4.4.0

---
 srcpkgs/python3-zope.deprecation/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deprecation/template

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
new file mode 100644
index 00000000000..9843b96e094
--- /dev/null
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.deprecation'
+pkgname=python3-zope.deprecation
+version=4.4.0
+revision=1
+archs=noarch
+wrksrc="zope.deprecation-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python library to handle automated deprecations"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deprecation"
+distfiles="${PYPI_SITE}/z/zope.deprecation/zope.deprecation-${version}.tar.gz"
+checksum=0d453338f04bacf91bbfba545d8bcdf529aa829e67b705eac8c1a7fdce66e2df

From 1dfabaf2c5085ac0b766b12b6faf1dc3c0138e8b Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:23 -0500
Subject: [PATCH 04/17] New package: python3-zope.testrunner-5.0

---
 srcpkgs/python3-zope.testrunner/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testrunner/template

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
new file mode 100644
index 00000000000..8e5a921fccd
--- /dev/null
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.testrunner'
+pkgname=python3-zope.testrunner
+version=5.0
+revision=1
+archs=noarch
+wrksrc="zope.testrunner-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"
+depends="python3-zope.exceptions python3-zope.interface python3-six"
+checkdepends="python3-zope.testing python3-subunit python3-testtools"
+short_desc="Zope testrunner script"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testrunner"
+distfiles="${PYPI_SITE}/z/zope.testrunner/zope.testrunner-${version}.tar.gz"
+checksum=0d8a27e214033b6f1e557556e61bff9568ae95676dfcc8a032483fdeeee792c3

From d6e2b0984bb28a4eced7b693df1c6fbd31bd94e7 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:54 -0500
Subject: [PATCH 05/17] New package: python3-repoze.sphinx.autointerface-0.8

---
 .../template                                  | 20 +++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-repoze.sphinx.autointerface/template

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
new file mode 100644
index 00000000000..64bf5db8a25
--- /dev/null
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-repoze.sphinx.autointerface'
+pkgname=python3-repoze.sphinx.autointerface
+version=0.8
+revision=1
+archs=noarch
+wrksrc="repoze.sphinx.autointerface-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface"
+short_desc="Sphinx extension to auto-generate API docs from Zope interfaces"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-4-Clause"
+homepage="https://github.com/repoze/repoze.sphinx.autointerface/"
+distfiles="${PYPI_SITE}/r/repoze.sphinx.autointerface/repoze.sphinx.autointerface-${version}.tar.gz"
+checksum=8ef0383276ab722efb1e4a6523726262058dfd82615ccf7e5004aee3fe8ecc23
+
+post_install() {
+	vlicense LICENSE.txt
+	vlicense COPYRIGHT.txt
+}

From bca2c2fb6d998625d592737aacca52def0e1c724 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:16 -0500
Subject: [PATCH 06/17] New package: python3-subunit-1.3.0

---
 srcpkgs/python3-subunit/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/python3-subunit/template

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
new file mode 100644
index 00000000000..5b0b947c131
--- /dev/null
+++ b/srcpkgs/python3-subunit/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-subunit'
+pkgname=python3-subunit
+version=1.3.0
+revision=1
+archs=noarch
+wrksrc=subunit-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-testtools"
+checkdepends="python3-hypothesis python3-testscenarios python3-fixtures"
+short_desc="Subunit test reporting and controlling protocol"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="Apache-2.0 BSD-3-Clause"
+homepage="https://github.com/testing-cabal/subunit"
+distfiles="https://github.com/testing-cabal/subunit/archive/${version}.tar.gz"
+checksum=badbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadb
+
+post_install() {
+	vlicense BSD
+	vlicense Apache-2.0
+}

From ddebb901d3f711ad6a4002c972fb5e8c48413ccf Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:46 -0500
Subject: [PATCH 07/17] New package: python3-zope.configuration-4.3.1

---
 srcpkgs/python3-zope.configuration/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.configuration/template

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
new file mode 100644
index 00000000000..babfe8d77cc
--- /dev/null
+++ b/srcpkgs/python3-zope.configuration/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.configuration'
+pkgname=python3-zope.configuration
+version=4.3.1
+revision=1
+archs=noarch
+wrksrc="zope.configuration-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+depends="python3-zope.i18nmessageid python3-zope.interface python3-zope.schema"
+checkdepends="python3-zope.testing python3-zope.schema python3-zope.testrunner"
+short_desc="Zope configuration markup language"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.configuration/"
+distfiles="${PYPI_SITE}/z/zope.configuration/zope.configuration-${version}.tar.gz"
+checksum=6e16747f9fd6b9d8f09d78edf2a6f539cad0fa4ad49d8deb9cf63447cc4168e1

From 2f342ba01f0c68c19fa3be1018b322b1c002a37e Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:31:49 -0500
Subject: [PATCH 08/17] New package: python3-zope.copy-4.2

---
 srcpkgs/python3-zope.copy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.copy/template

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
new file mode 100644
index 00000000000..43d628a6a41
--- /dev/null
+++ b/srcpkgs/python3-zope.copy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.copy'
+pkgname=python3-zope.copy
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.copy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+checkdepends="python3-zope.component python3-zope.location python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Pluggable object copying mechanism"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.copy"
+distfiles="${PYPI_SITE}/z/zope.copy/zope.copy-${version}.tar.gz"
+checksum=47bb9d09ff06c600b446f220f47a742396598ac4828d738d3d85e6490629a71a

From a194a1abb9b50b9a831114aeb6538359304b78ea Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:32:19 -0500
Subject: [PATCH 09/17] New package: python3-zope.deferredimport-4.3

---
 srcpkgs/python3-zope.deferredimport/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deferredimport/template

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
new file mode 100644
index 00000000000..ef1e89ae555
--- /dev/null
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-zope.deferredimport'
+pkgname=python3-zope.deferredimport
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.deferredimport-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.proxy"
+short_desc="Python module to perform import names that resolve in code"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deferredimport/"
+distfiles="${PYPI_SITE}/z/zope.deferredimport/zope.deferredimport-${version}.tar.gz"
+checksum=2ddef5a7ecfff132a2dd796253366ecf9748a446e30f1a0b3a636aec9d9c05c5

From 1d63b6cd3f1a5691787dc57ae6bffb6bdbdb73df Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:36:38 -0500
Subject: [PATCH 10/17] New package: python3-zope.exceptions-4.3

---
 srcpkgs/python3-zope.exceptions/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.exceptions/template

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
new file mode 100644
index 00000000000..897bb901856
--- /dev/null
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.exceptions'
+pkgname=python3-zope.exceptions
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.exceptions-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+depends="python3-zope.interface"
+checkdepends="python3-zope.testrunner"
+short_desc="Zope exceptions"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.exceptions"
+distfiles="${PYPI_SITE}/z/zope.exceptions/zope.exceptions-${version}.tar.gz"
+checksum=5fa59c3c1044bb9448aeec8328db0bfceaae2a2174e88528d3fe04adf8d47211

From 72029a99f90e6a528b6fff1f2afe294551dee94c Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:38:34 -0500
Subject: [PATCH 11/17] New package: python3-zope.i18nmessageid-4.3.1

---
 srcpkgs/python3-zope.i18nmessageid/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.i18nmessageid/template

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
new file mode 100644
index 00000000000..5aa989fae84
--- /dev/null
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.i18nmessageid'
+pkgname=python3-zope.i18nmessageid
+version=4.3.1
+revision=1
+wrksrc="zope.i18nmessageid-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+makedepends="python3-devel"
+depends="python3-six"
+checkdepends="python3-nose python3-coverage"
+short_desc="Message identifiers for internalization"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.i18nmessageid/"
+distfiles="${PYPI_SITE}/z/zope.i18nmessageid/zope.i18nmessageid-${version}.tar.gz"
+checksum=e511edff8e75d3a6f84d8256e1e468c85a4aa9d89c2ea264a919334fae7081e3

From 0c6c06c10f93892a1629972651ae6ef3e46a6fbc Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:01 -0500
Subject: [PATCH 12/17] New package: python3-zope.location-4.2

---
 srcpkgs/python3-zope.location/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-zope.location/template

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
new file mode 100644
index 00000000000..0e58a4a0ada
--- /dev/null
+++ b/srcpkgs/python3-zope.location/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-zope.location'
+pkgname=python3-zope.location
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.location-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+makedepends="python3-zope.configuration"
+depends="python3-zope.component"
+checkdepends="python3-zope.copy python3-zope.testrunner"
+short_desc="Zope location"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefederation/zope.location"
+distfiles="${PYPI_SITE}/z/zope.location/zope.location-${version}.tar.gz"
+checksum=a720f9e3c8a51d5007ed6fcd47e1834df02671d85dbfd1062a0d808de8bf80ac

From 54a0f492acd93c3168f89a81ee50379bcd3319c1 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:26 -0500
Subject: [PATCH 13/17] New package: python3-zope.proxy-4.3.1

---
 srcpkgs/python3-zope.proxy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.proxy/template

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
new file mode 100644
index 00000000000..0d4bfeb138f
--- /dev/null
+++ b/srcpkgs/python3-zope.proxy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.proxy'
+pkgname=python3-zope.proxy
+version=4.3.1
+revision=1
+wrksrc="zope.proxy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3-zope.interface python3-Sphinx python3-zope.testrunner
+ python3-zope.security"
+short_desc="Python generic transparent proxies"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.proxy"
+distfiles="${PYPI_SITE}/z/zope.proxy/zope.proxy-${version}.tar.gz"
+checksum=563c2454b2d0f23bca54d2e0e4d781149b7b06cb5df67e253ca3620f37202dd2

From f26efe02b3fed1b1b0834c7149bb5390610d4ee6 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:49 -0500
Subject: [PATCH 14/17] New package: python3-zope.schema-4.9.3

---
 srcpkgs/python3-zope.schema/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.schema/template

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
new file mode 100644
index 00000000000..7294092a900
--- /dev/null
+++ b/srcpkgs/python3-zope.schema/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.schema'
+pkgname=python3-zope.schema
+version=4.9.3
+revision=1
+archs=noarch
+wrksrc=zope.schema-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface python3-zope.event"
+checkdepends="python3-zope.i18nmessageid python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Zope.interface extension for defining data schemas"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.schema"
+distfiles="${PYPI_SITE}/z/zope.schema/zope.schema-${version}.tar.gz"
+checksum=2d971da8707cab47b1916534b9929dcd9d7f23aed790e6b4cbe3103d5b18069d

From e315a1067c797d32108a9ca3a5bd7a73c58b5867 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:40:26 -0500
Subject: [PATCH 15/17] New package: python3-zope.security-4.3.1

---
 srcpkgs/python3-zope.security/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.security/template

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
new file mode 100644
index 00000000000..a8ca492f98b
--- /dev/null
+++ b/srcpkgs/python3-zope.security/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.security'
+pkgname=python3-zope.security
+version=4.3.1
+revision=1
+wrksrc="zope.security-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-distutils-extra"
+makedepends="python3-devel"
+depends="python3-zope.component python3-zope.configuration python3-zope.testing
+ python3-zope.testrunner python3-zope.location"
+short_desc="Zope security framework"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.security/"
+distfiles="${PYPI_SITE}/z/zope.security/zope.security-${version}.tar.gz"
+checksum=9448e57bcc856ff05b881ffb1852cdd367fd234e31c0003fd5373582f57beaff

From c2fc5764633ac677bb0539d3dd43f0e671148fd8 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:38 -0500
Subject: [PATCH 16/17] New package: python3-zope.testing-4.7

---
 srcpkgs/python3-zope.testing/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testing/template

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
new file mode 100644
index 00000000000..814817904f6
--- /dev/null
+++ b/srcpkgs/python3-zope.testing/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.testing'
+pkgname=python3-zope.testing
+version=4.7
+revision=1
+archs=noarch
+wrksrc="zope.testing-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope testing helpers"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testing"
+distfiles="${PYPI_SITE}/z/zope.testing/zope.testing-${version}.tar.gz"
+checksum=d66be8d1de37e8536ca58a1d9f4d89a68c9cc75cc0e788a175c8a20ae26003ea

From 360f6064bf9544b2ad6a248590049c1da587960a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:54 -0500
Subject: [PATCH 17/17] New package: certbot-0.35.1

Closes #11518
---
 srcpkgs/certbot/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/certbot/template

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
new file mode 100644
index 00000000000..dd37cd8ef94
--- /dev/null
+++ b/srcpkgs/certbot/template
@@ -0,0 +1,22 @@
+# Template file for 'certbot'
+pkgname=certbot
+version=0.35.1
+revision=1
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-acme python3-ConfigArgParse python3-configobj
+ python3-cryptography python3-josepy python3-pyrfc3339 python3-pytz
+ python3-zope.component python3-zope.interface python3-parsedatetime
+ python3-zope.hookable python3-mock python3-zope.deferredimport
+ python3-zope.deprecation"
+short_desc="Let's Encrypt certificate renewal automation utility"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="Apache-2.0"
+homepage="https://certboti.eff.org/"
+distfiles="https://github.com/certbot/certbot/archive/v${version}.tar.gz"
+checksum=c4b4755866a2eaf5204abe3da25b9b8769b146e73d93a9527a22cda7d5a55070
+
+post_install() {
+	vlicense LICENSE.txt
+}

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR PATCH] [Updated] New package: certbot-0.35.1
  2019-10-11  3:32 [PR PATCH] Np certbot 0.35.1 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-13 16:02 ` voidlinux-github
@ 2019-10-13 16:23 ` voidlinux-github
  2019-10-13 16:23 ` voidlinux-github
                   ` (21 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: voidlinux-github @ 2019-10-13 16:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 335 bytes --]

There is an updated pull request by misuchiru03 against master on the void-packages repository

https://github.com/misuchiru03/void-packages np_certbot_0.35.1
https://github.com/void-linux/void-packages/pull/15313

New package: certbot-0.35.1


A patch file from https://github.com/void-linux/void-packages/pull/15313.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-np_certbot_0.35.1-15313.patch --]
[-- Type: text/x-diff, Size: 21634 bytes --]

From 82976985ea300a7268a7d6fb602ddf7f26f0742a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:05 -0500
Subject: [PATCH 01/17] New package: python3-mock-3.0.5

---
 srcpkgs/python3-mock/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-mock/template

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
new file mode 100644
index 00000000000..2637b798d95
--- /dev/null
+++ b/srcpkgs/python3-mock/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-mock'
+pkgname=python3-mock
+version=3.0.5
+revision=1
+archs=noarch
+wrksrc="mock-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python3 mock library"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="http://mock.readthedocs.org/en/latest/"
+distfiles="${PYPI_SITE}/m/mock/mock-${version}.tar.gz"
+checksum=83657d894c90d5681d62155c82bda9c1187827525880eda8ff5df4ec813437c3
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 8444128e24af30c14ba76aec6ea34a2bf0e45dde Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:45 -0500
Subject: [PATCH 02/17] New package: python3-zope.hookable-4.2.0

---
 srcpkgs/python3-zope.hookable/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.hookable/template

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
new file mode 100644
index 00000000000..4c85cadb5a3
--- /dev/null
+++ b/srcpkgs/python3-zope.hookable/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.hookable'
+pkgname=python3-zope.hookable
+version=4.2.0
+revision=1
+archs=noarch
+wrksrc="zope.hookable-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope hookable architecture for Python3"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.hookable"
+distfiles="${PYPI_SITE}/z/zope.hookable/zope.hookable-${version}.tar.gz"
+checksum=c1df3929a3666fc5a0c80d60a0c1e6f6ef97c7f6ed2f1b7cf49f3e6f3d4dde15

From 082cdf5dee7ec6c4d460a8ef7e1a14b555843f3c Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:17:46 -0500
Subject: [PATCH 03/17] New package: python3-zope.deprecation-4.4.0

---
 srcpkgs/python3-zope.deprecation/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deprecation/template

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
new file mode 100644
index 00000000000..9843b96e094
--- /dev/null
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.deprecation'
+pkgname=python3-zope.deprecation
+version=4.4.0
+revision=1
+archs=noarch
+wrksrc="zope.deprecation-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python library to handle automated deprecations"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deprecation"
+distfiles="${PYPI_SITE}/z/zope.deprecation/zope.deprecation-${version}.tar.gz"
+checksum=0d453338f04bacf91bbfba545d8bcdf529aa829e67b705eac8c1a7fdce66e2df

From 1dfabaf2c5085ac0b766b12b6faf1dc3c0138e8b Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:23 -0500
Subject: [PATCH 04/17] New package: python3-zope.testrunner-5.0

---
 srcpkgs/python3-zope.testrunner/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testrunner/template

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
new file mode 100644
index 00000000000..8e5a921fccd
--- /dev/null
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.testrunner'
+pkgname=python3-zope.testrunner
+version=5.0
+revision=1
+archs=noarch
+wrksrc="zope.testrunner-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"
+depends="python3-zope.exceptions python3-zope.interface python3-six"
+checkdepends="python3-zope.testing python3-subunit python3-testtools"
+short_desc="Zope testrunner script"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testrunner"
+distfiles="${PYPI_SITE}/z/zope.testrunner/zope.testrunner-${version}.tar.gz"
+checksum=0d8a27e214033b6f1e557556e61bff9568ae95676dfcc8a032483fdeeee792c3

From d6e2b0984bb28a4eced7b693df1c6fbd31bd94e7 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:54 -0500
Subject: [PATCH 05/17] New package: python3-repoze.sphinx.autointerface-0.8

---
 .../template                                  | 20 +++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-repoze.sphinx.autointerface/template

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
new file mode 100644
index 00000000000..64bf5db8a25
--- /dev/null
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-repoze.sphinx.autointerface'
+pkgname=python3-repoze.sphinx.autointerface
+version=0.8
+revision=1
+archs=noarch
+wrksrc="repoze.sphinx.autointerface-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface"
+short_desc="Sphinx extension to auto-generate API docs from Zope interfaces"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-4-Clause"
+homepage="https://github.com/repoze/repoze.sphinx.autointerface/"
+distfiles="${PYPI_SITE}/r/repoze.sphinx.autointerface/repoze.sphinx.autointerface-${version}.tar.gz"
+checksum=8ef0383276ab722efb1e4a6523726262058dfd82615ccf7e5004aee3fe8ecc23
+
+post_install() {
+	vlicense LICENSE.txt
+	vlicense COPYRIGHT.txt
+}

From bca2c2fb6d998625d592737aacca52def0e1c724 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:16 -0500
Subject: [PATCH 06/17] New package: python3-subunit-1.3.0

---
 srcpkgs/python3-subunit/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/python3-subunit/template

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
new file mode 100644
index 00000000000..5b0b947c131
--- /dev/null
+++ b/srcpkgs/python3-subunit/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-subunit'
+pkgname=python3-subunit
+version=1.3.0
+revision=1
+archs=noarch
+wrksrc=subunit-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-testtools"
+checkdepends="python3-hypothesis python3-testscenarios python3-fixtures"
+short_desc="Subunit test reporting and controlling protocol"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="Apache-2.0 BSD-3-Clause"
+homepage="https://github.com/testing-cabal/subunit"
+distfiles="https://github.com/testing-cabal/subunit/archive/${version}.tar.gz"
+checksum=badbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadb
+
+post_install() {
+	vlicense BSD
+	vlicense Apache-2.0
+}

From ddebb901d3f711ad6a4002c972fb5e8c48413ccf Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:46 -0500
Subject: [PATCH 07/17] New package: python3-zope.configuration-4.3.1

---
 srcpkgs/python3-zope.configuration/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.configuration/template

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
new file mode 100644
index 00000000000..babfe8d77cc
--- /dev/null
+++ b/srcpkgs/python3-zope.configuration/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.configuration'
+pkgname=python3-zope.configuration
+version=4.3.1
+revision=1
+archs=noarch
+wrksrc="zope.configuration-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+depends="python3-zope.i18nmessageid python3-zope.interface python3-zope.schema"
+checkdepends="python3-zope.testing python3-zope.schema python3-zope.testrunner"
+short_desc="Zope configuration markup language"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.configuration/"
+distfiles="${PYPI_SITE}/z/zope.configuration/zope.configuration-${version}.tar.gz"
+checksum=6e16747f9fd6b9d8f09d78edf2a6f539cad0fa4ad49d8deb9cf63447cc4168e1

From 2f342ba01f0c68c19fa3be1018b322b1c002a37e Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:31:49 -0500
Subject: [PATCH 08/17] New package: python3-zope.copy-4.2

---
 srcpkgs/python3-zope.copy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.copy/template

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
new file mode 100644
index 00000000000..43d628a6a41
--- /dev/null
+++ b/srcpkgs/python3-zope.copy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.copy'
+pkgname=python3-zope.copy
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.copy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+checkdepends="python3-zope.component python3-zope.location python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Pluggable object copying mechanism"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.copy"
+distfiles="${PYPI_SITE}/z/zope.copy/zope.copy-${version}.tar.gz"
+checksum=47bb9d09ff06c600b446f220f47a742396598ac4828d738d3d85e6490629a71a

From a194a1abb9b50b9a831114aeb6538359304b78ea Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:32:19 -0500
Subject: [PATCH 09/17] New package: python3-zope.deferredimport-4.3

---
 srcpkgs/python3-zope.deferredimport/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deferredimport/template

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
new file mode 100644
index 00000000000..ef1e89ae555
--- /dev/null
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-zope.deferredimport'
+pkgname=python3-zope.deferredimport
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.deferredimport-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.proxy"
+short_desc="Python module to perform import names that resolve in code"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deferredimport/"
+distfiles="${PYPI_SITE}/z/zope.deferredimport/zope.deferredimport-${version}.tar.gz"
+checksum=2ddef5a7ecfff132a2dd796253366ecf9748a446e30f1a0b3a636aec9d9c05c5

From 1d63b6cd3f1a5691787dc57ae6bffb6bdbdb73df Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:36:38 -0500
Subject: [PATCH 10/17] New package: python3-zope.exceptions-4.3

---
 srcpkgs/python3-zope.exceptions/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.exceptions/template

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
new file mode 100644
index 00000000000..897bb901856
--- /dev/null
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.exceptions'
+pkgname=python3-zope.exceptions
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.exceptions-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+depends="python3-zope.interface"
+checkdepends="python3-zope.testrunner"
+short_desc="Zope exceptions"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.exceptions"
+distfiles="${PYPI_SITE}/z/zope.exceptions/zope.exceptions-${version}.tar.gz"
+checksum=5fa59c3c1044bb9448aeec8328db0bfceaae2a2174e88528d3fe04adf8d47211

From 72029a99f90e6a528b6fff1f2afe294551dee94c Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:38:34 -0500
Subject: [PATCH 11/17] New package: python3-zope.i18nmessageid-4.3.1

---
 srcpkgs/python3-zope.i18nmessageid/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.i18nmessageid/template

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
new file mode 100644
index 00000000000..5aa989fae84
--- /dev/null
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.i18nmessageid'
+pkgname=python3-zope.i18nmessageid
+version=4.3.1
+revision=1
+wrksrc="zope.i18nmessageid-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+makedepends="python3-devel"
+depends="python3-six"
+checkdepends="python3-nose python3-coverage"
+short_desc="Message identifiers for internalization"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.i18nmessageid/"
+distfiles="${PYPI_SITE}/z/zope.i18nmessageid/zope.i18nmessageid-${version}.tar.gz"
+checksum=e511edff8e75d3a6f84d8256e1e468c85a4aa9d89c2ea264a919334fae7081e3

From 0c6c06c10f93892a1629972651ae6ef3e46a6fbc Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:01 -0500
Subject: [PATCH 12/17] New package: python3-zope.location-4.2

---
 srcpkgs/python3-zope.location/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-zope.location/template

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
new file mode 100644
index 00000000000..0e58a4a0ada
--- /dev/null
+++ b/srcpkgs/python3-zope.location/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-zope.location'
+pkgname=python3-zope.location
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.location-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+makedepends="python3-zope.configuration"
+depends="python3-zope.component"
+checkdepends="python3-zope.copy python3-zope.testrunner"
+short_desc="Zope location"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefederation/zope.location"
+distfiles="${PYPI_SITE}/z/zope.location/zope.location-${version}.tar.gz"
+checksum=a720f9e3c8a51d5007ed6fcd47e1834df02671d85dbfd1062a0d808de8bf80ac

From 54a0f492acd93c3168f89a81ee50379bcd3319c1 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:26 -0500
Subject: [PATCH 13/17] New package: python3-zope.proxy-4.3.1

---
 srcpkgs/python3-zope.proxy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.proxy/template

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
new file mode 100644
index 00000000000..0d4bfeb138f
--- /dev/null
+++ b/srcpkgs/python3-zope.proxy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.proxy'
+pkgname=python3-zope.proxy
+version=4.3.1
+revision=1
+wrksrc="zope.proxy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3-zope.interface python3-Sphinx python3-zope.testrunner
+ python3-zope.security"
+short_desc="Python generic transparent proxies"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.proxy"
+distfiles="${PYPI_SITE}/z/zope.proxy/zope.proxy-${version}.tar.gz"
+checksum=563c2454b2d0f23bca54d2e0e4d781149b7b06cb5df67e253ca3620f37202dd2

From f26efe02b3fed1b1b0834c7149bb5390610d4ee6 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:49 -0500
Subject: [PATCH 14/17] New package: python3-zope.schema-4.9.3

---
 srcpkgs/python3-zope.schema/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.schema/template

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
new file mode 100644
index 00000000000..7294092a900
--- /dev/null
+++ b/srcpkgs/python3-zope.schema/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.schema'
+pkgname=python3-zope.schema
+version=4.9.3
+revision=1
+archs=noarch
+wrksrc=zope.schema-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface python3-zope.event"
+checkdepends="python3-zope.i18nmessageid python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Zope.interface extension for defining data schemas"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.schema"
+distfiles="${PYPI_SITE}/z/zope.schema/zope.schema-${version}.tar.gz"
+checksum=2d971da8707cab47b1916534b9929dcd9d7f23aed790e6b4cbe3103d5b18069d

From e315a1067c797d32108a9ca3a5bd7a73c58b5867 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:40:26 -0500
Subject: [PATCH 15/17] New package: python3-zope.security-4.3.1

---
 srcpkgs/python3-zope.security/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.security/template

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
new file mode 100644
index 00000000000..a8ca492f98b
--- /dev/null
+++ b/srcpkgs/python3-zope.security/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.security'
+pkgname=python3-zope.security
+version=4.3.1
+revision=1
+wrksrc="zope.security-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-distutils-extra"
+makedepends="python3-devel"
+depends="python3-zope.component python3-zope.configuration python3-zope.testing
+ python3-zope.testrunner python3-zope.location"
+short_desc="Zope security framework"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.security/"
+distfiles="${PYPI_SITE}/z/zope.security/zope.security-${version}.tar.gz"
+checksum=9448e57bcc856ff05b881ffb1852cdd367fd234e31c0003fd5373582f57beaff

From c2fc5764633ac677bb0539d3dd43f0e671148fd8 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:38 -0500
Subject: [PATCH 16/17] New package: python3-zope.testing-4.7

---
 srcpkgs/python3-zope.testing/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testing/template

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
new file mode 100644
index 00000000000..814817904f6
--- /dev/null
+++ b/srcpkgs/python3-zope.testing/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.testing'
+pkgname=python3-zope.testing
+version=4.7
+revision=1
+archs=noarch
+wrksrc="zope.testing-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope testing helpers"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testing"
+distfiles="${PYPI_SITE}/z/zope.testing/zope.testing-${version}.tar.gz"
+checksum=d66be8d1de37e8536ca58a1d9f4d89a68c9cc75cc0e788a175c8a20ae26003ea

From 360f6064bf9544b2ad6a248590049c1da587960a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:54 -0500
Subject: [PATCH 17/17] New package: certbot-0.35.1

Closes #11518
---
 srcpkgs/certbot/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/certbot/template

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
new file mode 100644
index 00000000000..dd37cd8ef94
--- /dev/null
+++ b/srcpkgs/certbot/template
@@ -0,0 +1,22 @@
+# Template file for 'certbot'
+pkgname=certbot
+version=0.35.1
+revision=1
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-acme python3-ConfigArgParse python3-configobj
+ python3-cryptography python3-josepy python3-pyrfc3339 python3-pytz
+ python3-zope.component python3-zope.interface python3-parsedatetime
+ python3-zope.hookable python3-mock python3-zope.deferredimport
+ python3-zope.deprecation"
+short_desc="Let's Encrypt certificate renewal automation utility"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="Apache-2.0"
+homepage="https://certboti.eff.org/"
+distfiles="https://github.com/certbot/certbot/archive/v${version}.tar.gz"
+checksum=c4b4755866a2eaf5204abe3da25b9b8769b146e73d93a9527a22cda7d5a55070
+
+post_install() {
+	vlicense LICENSE.txt
+}

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR PATCH] [Updated] New package: certbot-0.35.1
  2019-10-11  3:32 [PR PATCH] Np certbot 0.35.1 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-10-13 16:23 ` voidlinux-github
@ 2019-10-13 16:27 ` voidlinux-github
  2019-10-13 16:27 ` voidlinux-github
                   ` (19 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: voidlinux-github @ 2019-10-13 16:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 335 bytes --]

There is an updated pull request by misuchiru03 against master on the void-packages repository

https://github.com/misuchiru03/void-packages np_certbot_0.35.1
https://github.com/void-linux/void-packages/pull/15313

New package: certbot-0.35.1


A patch file from https://github.com/void-linux/void-packages/pull/15313.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-np_certbot_0.35.1-15313.patch --]
[-- Type: text/x-diff, Size: 21611 bytes --]

From 82976985ea300a7268a7d6fb602ddf7f26f0742a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:05 -0500
Subject: [PATCH 01/17] New package: python3-mock-3.0.5

---
 srcpkgs/python3-mock/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-mock/template

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
new file mode 100644
index 00000000000..2637b798d95
--- /dev/null
+++ b/srcpkgs/python3-mock/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-mock'
+pkgname=python3-mock
+version=3.0.5
+revision=1
+archs=noarch
+wrksrc="mock-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python3 mock library"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="http://mock.readthedocs.org/en/latest/"
+distfiles="${PYPI_SITE}/m/mock/mock-${version}.tar.gz"
+checksum=83657d894c90d5681d62155c82bda9c1187827525880eda8ff5df4ec813437c3
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 8444128e24af30c14ba76aec6ea34a2bf0e45dde Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:45 -0500
Subject: [PATCH 02/17] New package: python3-zope.hookable-4.2.0

---
 srcpkgs/python3-zope.hookable/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.hookable/template

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
new file mode 100644
index 00000000000..4c85cadb5a3
--- /dev/null
+++ b/srcpkgs/python3-zope.hookable/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.hookable'
+pkgname=python3-zope.hookable
+version=4.2.0
+revision=1
+archs=noarch
+wrksrc="zope.hookable-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope hookable architecture for Python3"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.hookable"
+distfiles="${PYPI_SITE}/z/zope.hookable/zope.hookable-${version}.tar.gz"
+checksum=c1df3929a3666fc5a0c80d60a0c1e6f6ef97c7f6ed2f1b7cf49f3e6f3d4dde15

From 082cdf5dee7ec6c4d460a8ef7e1a14b555843f3c Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:17:46 -0500
Subject: [PATCH 03/17] New package: python3-zope.deprecation-4.4.0

---
 srcpkgs/python3-zope.deprecation/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deprecation/template

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
new file mode 100644
index 00000000000..9843b96e094
--- /dev/null
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.deprecation'
+pkgname=python3-zope.deprecation
+version=4.4.0
+revision=1
+archs=noarch
+wrksrc="zope.deprecation-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python library to handle automated deprecations"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deprecation"
+distfiles="${PYPI_SITE}/z/zope.deprecation/zope.deprecation-${version}.tar.gz"
+checksum=0d453338f04bacf91bbfba545d8bcdf529aa829e67b705eac8c1a7fdce66e2df

From 1dfabaf2c5085ac0b766b12b6faf1dc3c0138e8b Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:23 -0500
Subject: [PATCH 04/17] New package: python3-zope.testrunner-5.0

---
 srcpkgs/python3-zope.testrunner/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testrunner/template

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
new file mode 100644
index 00000000000..8e5a921fccd
--- /dev/null
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.testrunner'
+pkgname=python3-zope.testrunner
+version=5.0
+revision=1
+archs=noarch
+wrksrc="zope.testrunner-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"
+depends="python3-zope.exceptions python3-zope.interface python3-six"
+checkdepends="python3-zope.testing python3-subunit python3-testtools"
+short_desc="Zope testrunner script"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testrunner"
+distfiles="${PYPI_SITE}/z/zope.testrunner/zope.testrunner-${version}.tar.gz"
+checksum=0d8a27e214033b6f1e557556e61bff9568ae95676dfcc8a032483fdeeee792c3

From d6e2b0984bb28a4eced7b693df1c6fbd31bd94e7 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:54 -0500
Subject: [PATCH 05/17] New package: python3-repoze.sphinx.autointerface-0.8

---
 .../template                                  | 20 +++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-repoze.sphinx.autointerface/template

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
new file mode 100644
index 00000000000..64bf5db8a25
--- /dev/null
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-repoze.sphinx.autointerface'
+pkgname=python3-repoze.sphinx.autointerface
+version=0.8
+revision=1
+archs=noarch
+wrksrc="repoze.sphinx.autointerface-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface"
+short_desc="Sphinx extension to auto-generate API docs from Zope interfaces"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-4-Clause"
+homepage="https://github.com/repoze/repoze.sphinx.autointerface/"
+distfiles="${PYPI_SITE}/r/repoze.sphinx.autointerface/repoze.sphinx.autointerface-${version}.tar.gz"
+checksum=8ef0383276ab722efb1e4a6523726262058dfd82615ccf7e5004aee3fe8ecc23
+
+post_install() {
+	vlicense LICENSE.txt
+	vlicense COPYRIGHT.txt
+}

From 71d7ece0e56db923ad553c774b31044c012eae20 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:16 -0500
Subject: [PATCH 06/17] New package: python3-subunit-1.3.0

---
 srcpkgs/python3-subunit/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-subunit/template

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
new file mode 100644
index 00000000000..50b2656d6c9
--- /dev/null
+++ b/srcpkgs/python3-subunit/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-subunit'
+pkgname=python3-subunit
+version=1.3.0
+revision=1
+archs=noarch
+wrksrc=subunit-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-testtools"
+checkdepends="python3-hypothesis python3-testscenarios python3-fixtures"
+short_desc="Subunit test reporting and controlling protocol"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-3-Clause Apache-2.0"
+homepage="https://github.com/testing-cabal/subunit"
+distfiles="https://github.com/testing-cabal/subunit/archive/${version}.tar.gz"
+checksum=badbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadb
+
+post_install() {
+	vlicense BSD
+}

From 13a3e6d12e790b416157ae367b7905da20053bbc Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:46 -0500
Subject: [PATCH 07/17] New package: python3-zope.configuration-4.3.1

---
 srcpkgs/python3-zope.configuration/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.configuration/template

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
new file mode 100644
index 00000000000..babfe8d77cc
--- /dev/null
+++ b/srcpkgs/python3-zope.configuration/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.configuration'
+pkgname=python3-zope.configuration
+version=4.3.1
+revision=1
+archs=noarch
+wrksrc="zope.configuration-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+depends="python3-zope.i18nmessageid python3-zope.interface python3-zope.schema"
+checkdepends="python3-zope.testing python3-zope.schema python3-zope.testrunner"
+short_desc="Zope configuration markup language"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.configuration/"
+distfiles="${PYPI_SITE}/z/zope.configuration/zope.configuration-${version}.tar.gz"
+checksum=6e16747f9fd6b9d8f09d78edf2a6f539cad0fa4ad49d8deb9cf63447cc4168e1

From 6ab9dee4633f79a4853728081fa3469577f10a2f Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:31:49 -0500
Subject: [PATCH 08/17] New package: python3-zope.copy-4.2

---
 srcpkgs/python3-zope.copy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.copy/template

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
new file mode 100644
index 00000000000..43d628a6a41
--- /dev/null
+++ b/srcpkgs/python3-zope.copy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.copy'
+pkgname=python3-zope.copy
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.copy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+checkdepends="python3-zope.component python3-zope.location python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Pluggable object copying mechanism"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.copy"
+distfiles="${PYPI_SITE}/z/zope.copy/zope.copy-${version}.tar.gz"
+checksum=47bb9d09ff06c600b446f220f47a742396598ac4828d738d3d85e6490629a71a

From 1a465611dd41602b864070cc56fec73f5ea57802 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:32:19 -0500
Subject: [PATCH 09/17] New package: python3-zope.deferredimport-4.3

---
 srcpkgs/python3-zope.deferredimport/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deferredimport/template

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
new file mode 100644
index 00000000000..ef1e89ae555
--- /dev/null
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-zope.deferredimport'
+pkgname=python3-zope.deferredimport
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.deferredimport-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.proxy"
+short_desc="Python module to perform import names that resolve in code"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deferredimport/"
+distfiles="${PYPI_SITE}/z/zope.deferredimport/zope.deferredimport-${version}.tar.gz"
+checksum=2ddef5a7ecfff132a2dd796253366ecf9748a446e30f1a0b3a636aec9d9c05c5

From 3c2f84add47086d7d6589d157ece119d0262988c Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:36:38 -0500
Subject: [PATCH 10/17] New package: python3-zope.exceptions-4.3

---
 srcpkgs/python3-zope.exceptions/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.exceptions/template

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
new file mode 100644
index 00000000000..897bb901856
--- /dev/null
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.exceptions'
+pkgname=python3-zope.exceptions
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.exceptions-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+depends="python3-zope.interface"
+checkdepends="python3-zope.testrunner"
+short_desc="Zope exceptions"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.exceptions"
+distfiles="${PYPI_SITE}/z/zope.exceptions/zope.exceptions-${version}.tar.gz"
+checksum=5fa59c3c1044bb9448aeec8328db0bfceaae2a2174e88528d3fe04adf8d47211

From 489a796c5b10d3c32a23aa0eb0d20dbb5ea1e0ac Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:38:34 -0500
Subject: [PATCH 11/17] New package: python3-zope.i18nmessageid-4.3.1

---
 srcpkgs/python3-zope.i18nmessageid/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.i18nmessageid/template

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
new file mode 100644
index 00000000000..5aa989fae84
--- /dev/null
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.i18nmessageid'
+pkgname=python3-zope.i18nmessageid
+version=4.3.1
+revision=1
+wrksrc="zope.i18nmessageid-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+makedepends="python3-devel"
+depends="python3-six"
+checkdepends="python3-nose python3-coverage"
+short_desc="Message identifiers for internalization"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.i18nmessageid/"
+distfiles="${PYPI_SITE}/z/zope.i18nmessageid/zope.i18nmessageid-${version}.tar.gz"
+checksum=e511edff8e75d3a6f84d8256e1e468c85a4aa9d89c2ea264a919334fae7081e3

From 46d9d28560fdf9e663cb89ec29a1297196a10733 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:01 -0500
Subject: [PATCH 12/17] New package: python3-zope.location-4.2

---
 srcpkgs/python3-zope.location/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-zope.location/template

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
new file mode 100644
index 00000000000..0e58a4a0ada
--- /dev/null
+++ b/srcpkgs/python3-zope.location/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-zope.location'
+pkgname=python3-zope.location
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.location-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+makedepends="python3-zope.configuration"
+depends="python3-zope.component"
+checkdepends="python3-zope.copy python3-zope.testrunner"
+short_desc="Zope location"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefederation/zope.location"
+distfiles="${PYPI_SITE}/z/zope.location/zope.location-${version}.tar.gz"
+checksum=a720f9e3c8a51d5007ed6fcd47e1834df02671d85dbfd1062a0d808de8bf80ac

From aba53d9d2449cfc9e449c9d58067b2b1b8a01500 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:26 -0500
Subject: [PATCH 13/17] New package: python3-zope.proxy-4.3.1

---
 srcpkgs/python3-zope.proxy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.proxy/template

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
new file mode 100644
index 00000000000..0d4bfeb138f
--- /dev/null
+++ b/srcpkgs/python3-zope.proxy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.proxy'
+pkgname=python3-zope.proxy
+version=4.3.1
+revision=1
+wrksrc="zope.proxy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3-zope.interface python3-Sphinx python3-zope.testrunner
+ python3-zope.security"
+short_desc="Python generic transparent proxies"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.proxy"
+distfiles="${PYPI_SITE}/z/zope.proxy/zope.proxy-${version}.tar.gz"
+checksum=563c2454b2d0f23bca54d2e0e4d781149b7b06cb5df67e253ca3620f37202dd2

From 5cf8f5f190218254077f2a083124e9e3a20fee2d Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:49 -0500
Subject: [PATCH 14/17] New package: python3-zope.schema-4.9.3

---
 srcpkgs/python3-zope.schema/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.schema/template

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
new file mode 100644
index 00000000000..7294092a900
--- /dev/null
+++ b/srcpkgs/python3-zope.schema/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.schema'
+pkgname=python3-zope.schema
+version=4.9.3
+revision=1
+archs=noarch
+wrksrc=zope.schema-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface python3-zope.event"
+checkdepends="python3-zope.i18nmessageid python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Zope.interface extension for defining data schemas"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.schema"
+distfiles="${PYPI_SITE}/z/zope.schema/zope.schema-${version}.tar.gz"
+checksum=2d971da8707cab47b1916534b9929dcd9d7f23aed790e6b4cbe3103d5b18069d

From a8b6e4bfeb0f42b5936aaa1f611d38a9819794dc Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:40:26 -0500
Subject: [PATCH 15/17] New package: python3-zope.security-4.3.1

---
 srcpkgs/python3-zope.security/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.security/template

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
new file mode 100644
index 00000000000..a8ca492f98b
--- /dev/null
+++ b/srcpkgs/python3-zope.security/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.security'
+pkgname=python3-zope.security
+version=4.3.1
+revision=1
+wrksrc="zope.security-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-distutils-extra"
+makedepends="python3-devel"
+depends="python3-zope.component python3-zope.configuration python3-zope.testing
+ python3-zope.testrunner python3-zope.location"
+short_desc="Zope security framework"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.security/"
+distfiles="${PYPI_SITE}/z/zope.security/zope.security-${version}.tar.gz"
+checksum=9448e57bcc856ff05b881ffb1852cdd367fd234e31c0003fd5373582f57beaff

From a4d22a21ca11195995cbab816f87b40035afbc94 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:38 -0500
Subject: [PATCH 16/17] New package: python3-zope.testing-4.7

---
 srcpkgs/python3-zope.testing/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testing/template

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
new file mode 100644
index 00000000000..814817904f6
--- /dev/null
+++ b/srcpkgs/python3-zope.testing/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.testing'
+pkgname=python3-zope.testing
+version=4.7
+revision=1
+archs=noarch
+wrksrc="zope.testing-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope testing helpers"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testing"
+distfiles="${PYPI_SITE}/z/zope.testing/zope.testing-${version}.tar.gz"
+checksum=d66be8d1de37e8536ca58a1d9f4d89a68c9cc75cc0e788a175c8a20ae26003ea

From edde48b01c3709b455c8b4a86b0b62a4b3496f1e Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:54 -0500
Subject: [PATCH 17/17] New package: certbot-0.35.1

Closes #11518
---
 srcpkgs/certbot/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/certbot/template

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
new file mode 100644
index 00000000000..dd37cd8ef94
--- /dev/null
+++ b/srcpkgs/certbot/template
@@ -0,0 +1,22 @@
+# Template file for 'certbot'
+pkgname=certbot
+version=0.35.1
+revision=1
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-acme python3-ConfigArgParse python3-configobj
+ python3-cryptography python3-josepy python3-pyrfc3339 python3-pytz
+ python3-zope.component python3-zope.interface python3-parsedatetime
+ python3-zope.hookable python3-mock python3-zope.deferredimport
+ python3-zope.deprecation"
+short_desc="Let's Encrypt certificate renewal automation utility"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="Apache-2.0"
+homepage="https://certboti.eff.org/"
+distfiles="https://github.com/certbot/certbot/archive/v${version}.tar.gz"
+checksum=c4b4755866a2eaf5204abe3da25b9b8769b146e73d93a9527a22cda7d5a55070
+
+post_install() {
+	vlicense LICENSE.txt
+}

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR PATCH] [Updated] New package: certbot-0.35.1
  2019-10-11  3:32 [PR PATCH] Np certbot 0.35.1 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-10-13 16:27 ` voidlinux-github
@ 2019-10-13 16:27 ` voidlinux-github
  2019-10-13 16:31 ` voidlinux-github
                   ` (18 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: voidlinux-github @ 2019-10-13 16:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 335 bytes --]

There is an updated pull request by misuchiru03 against master on the void-packages repository

https://github.com/misuchiru03/void-packages np_certbot_0.35.1
https://github.com/void-linux/void-packages/pull/15313

New package: certbot-0.35.1


A patch file from https://github.com/void-linux/void-packages/pull/15313.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-np_certbot_0.35.1-15313.patch --]
[-- Type: text/x-diff, Size: 21611 bytes --]

From 82976985ea300a7268a7d6fb602ddf7f26f0742a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:05 -0500
Subject: [PATCH 01/17] New package: python3-mock-3.0.5

---
 srcpkgs/python3-mock/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-mock/template

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
new file mode 100644
index 00000000000..2637b798d95
--- /dev/null
+++ b/srcpkgs/python3-mock/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-mock'
+pkgname=python3-mock
+version=3.0.5
+revision=1
+archs=noarch
+wrksrc="mock-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python3 mock library"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="http://mock.readthedocs.org/en/latest/"
+distfiles="${PYPI_SITE}/m/mock/mock-${version}.tar.gz"
+checksum=83657d894c90d5681d62155c82bda9c1187827525880eda8ff5df4ec813437c3
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 8444128e24af30c14ba76aec6ea34a2bf0e45dde Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:45 -0500
Subject: [PATCH 02/17] New package: python3-zope.hookable-4.2.0

---
 srcpkgs/python3-zope.hookable/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.hookable/template

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
new file mode 100644
index 00000000000..4c85cadb5a3
--- /dev/null
+++ b/srcpkgs/python3-zope.hookable/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.hookable'
+pkgname=python3-zope.hookable
+version=4.2.0
+revision=1
+archs=noarch
+wrksrc="zope.hookable-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope hookable architecture for Python3"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.hookable"
+distfiles="${PYPI_SITE}/z/zope.hookable/zope.hookable-${version}.tar.gz"
+checksum=c1df3929a3666fc5a0c80d60a0c1e6f6ef97c7f6ed2f1b7cf49f3e6f3d4dde15

From 082cdf5dee7ec6c4d460a8ef7e1a14b555843f3c Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:17:46 -0500
Subject: [PATCH 03/17] New package: python3-zope.deprecation-4.4.0

---
 srcpkgs/python3-zope.deprecation/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deprecation/template

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
new file mode 100644
index 00000000000..9843b96e094
--- /dev/null
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.deprecation'
+pkgname=python3-zope.deprecation
+version=4.4.0
+revision=1
+archs=noarch
+wrksrc="zope.deprecation-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python library to handle automated deprecations"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deprecation"
+distfiles="${PYPI_SITE}/z/zope.deprecation/zope.deprecation-${version}.tar.gz"
+checksum=0d453338f04bacf91bbfba545d8bcdf529aa829e67b705eac8c1a7fdce66e2df

From 1dfabaf2c5085ac0b766b12b6faf1dc3c0138e8b Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:23 -0500
Subject: [PATCH 04/17] New package: python3-zope.testrunner-5.0

---
 srcpkgs/python3-zope.testrunner/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testrunner/template

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
new file mode 100644
index 00000000000..8e5a921fccd
--- /dev/null
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.testrunner'
+pkgname=python3-zope.testrunner
+version=5.0
+revision=1
+archs=noarch
+wrksrc="zope.testrunner-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"
+depends="python3-zope.exceptions python3-zope.interface python3-six"
+checkdepends="python3-zope.testing python3-subunit python3-testtools"
+short_desc="Zope testrunner script"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testrunner"
+distfiles="${PYPI_SITE}/z/zope.testrunner/zope.testrunner-${version}.tar.gz"
+checksum=0d8a27e214033b6f1e557556e61bff9568ae95676dfcc8a032483fdeeee792c3

From d6e2b0984bb28a4eced7b693df1c6fbd31bd94e7 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:54 -0500
Subject: [PATCH 05/17] New package: python3-repoze.sphinx.autointerface-0.8

---
 .../template                                  | 20 +++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-repoze.sphinx.autointerface/template

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
new file mode 100644
index 00000000000..64bf5db8a25
--- /dev/null
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-repoze.sphinx.autointerface'
+pkgname=python3-repoze.sphinx.autointerface
+version=0.8
+revision=1
+archs=noarch
+wrksrc="repoze.sphinx.autointerface-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface"
+short_desc="Sphinx extension to auto-generate API docs from Zope interfaces"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-4-Clause"
+homepage="https://github.com/repoze/repoze.sphinx.autointerface/"
+distfiles="${PYPI_SITE}/r/repoze.sphinx.autointerface/repoze.sphinx.autointerface-${version}.tar.gz"
+checksum=8ef0383276ab722efb1e4a6523726262058dfd82615ccf7e5004aee3fe8ecc23
+
+post_install() {
+	vlicense LICENSE.txt
+	vlicense COPYRIGHT.txt
+}

From 71d7ece0e56db923ad553c774b31044c012eae20 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:16 -0500
Subject: [PATCH 06/17] New package: python3-subunit-1.3.0

---
 srcpkgs/python3-subunit/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-subunit/template

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
new file mode 100644
index 00000000000..50b2656d6c9
--- /dev/null
+++ b/srcpkgs/python3-subunit/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-subunit'
+pkgname=python3-subunit
+version=1.3.0
+revision=1
+archs=noarch
+wrksrc=subunit-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-testtools"
+checkdepends="python3-hypothesis python3-testscenarios python3-fixtures"
+short_desc="Subunit test reporting and controlling protocol"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-3-Clause Apache-2.0"
+homepage="https://github.com/testing-cabal/subunit"
+distfiles="https://github.com/testing-cabal/subunit/archive/${version}.tar.gz"
+checksum=badbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadb
+
+post_install() {
+	vlicense BSD
+}

From 13a3e6d12e790b416157ae367b7905da20053bbc Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:46 -0500
Subject: [PATCH 07/17] New package: python3-zope.configuration-4.3.1

---
 srcpkgs/python3-zope.configuration/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.configuration/template

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
new file mode 100644
index 00000000000..babfe8d77cc
--- /dev/null
+++ b/srcpkgs/python3-zope.configuration/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.configuration'
+pkgname=python3-zope.configuration
+version=4.3.1
+revision=1
+archs=noarch
+wrksrc="zope.configuration-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+depends="python3-zope.i18nmessageid python3-zope.interface python3-zope.schema"
+checkdepends="python3-zope.testing python3-zope.schema python3-zope.testrunner"
+short_desc="Zope configuration markup language"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.configuration/"
+distfiles="${PYPI_SITE}/z/zope.configuration/zope.configuration-${version}.tar.gz"
+checksum=6e16747f9fd6b9d8f09d78edf2a6f539cad0fa4ad49d8deb9cf63447cc4168e1

From 6ab9dee4633f79a4853728081fa3469577f10a2f Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:31:49 -0500
Subject: [PATCH 08/17] New package: python3-zope.copy-4.2

---
 srcpkgs/python3-zope.copy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.copy/template

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
new file mode 100644
index 00000000000..43d628a6a41
--- /dev/null
+++ b/srcpkgs/python3-zope.copy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.copy'
+pkgname=python3-zope.copy
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.copy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+checkdepends="python3-zope.component python3-zope.location python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Pluggable object copying mechanism"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.copy"
+distfiles="${PYPI_SITE}/z/zope.copy/zope.copy-${version}.tar.gz"
+checksum=47bb9d09ff06c600b446f220f47a742396598ac4828d738d3d85e6490629a71a

From 1a465611dd41602b864070cc56fec73f5ea57802 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:32:19 -0500
Subject: [PATCH 09/17] New package: python3-zope.deferredimport-4.3

---
 srcpkgs/python3-zope.deferredimport/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deferredimport/template

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
new file mode 100644
index 00000000000..ef1e89ae555
--- /dev/null
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-zope.deferredimport'
+pkgname=python3-zope.deferredimport
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.deferredimport-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.proxy"
+short_desc="Python module to perform import names that resolve in code"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deferredimport/"
+distfiles="${PYPI_SITE}/z/zope.deferredimport/zope.deferredimport-${version}.tar.gz"
+checksum=2ddef5a7ecfff132a2dd796253366ecf9748a446e30f1a0b3a636aec9d9c05c5

From 3c2f84add47086d7d6589d157ece119d0262988c Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:36:38 -0500
Subject: [PATCH 10/17] New package: python3-zope.exceptions-4.3

---
 srcpkgs/python3-zope.exceptions/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.exceptions/template

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
new file mode 100644
index 00000000000..897bb901856
--- /dev/null
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.exceptions'
+pkgname=python3-zope.exceptions
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.exceptions-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+depends="python3-zope.interface"
+checkdepends="python3-zope.testrunner"
+short_desc="Zope exceptions"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.exceptions"
+distfiles="${PYPI_SITE}/z/zope.exceptions/zope.exceptions-${version}.tar.gz"
+checksum=5fa59c3c1044bb9448aeec8328db0bfceaae2a2174e88528d3fe04adf8d47211

From 489a796c5b10d3c32a23aa0eb0d20dbb5ea1e0ac Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:38:34 -0500
Subject: [PATCH 11/17] New package: python3-zope.i18nmessageid-4.3.1

---
 srcpkgs/python3-zope.i18nmessageid/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.i18nmessageid/template

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
new file mode 100644
index 00000000000..5aa989fae84
--- /dev/null
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.i18nmessageid'
+pkgname=python3-zope.i18nmessageid
+version=4.3.1
+revision=1
+wrksrc="zope.i18nmessageid-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+makedepends="python3-devel"
+depends="python3-six"
+checkdepends="python3-nose python3-coverage"
+short_desc="Message identifiers for internalization"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.i18nmessageid/"
+distfiles="${PYPI_SITE}/z/zope.i18nmessageid/zope.i18nmessageid-${version}.tar.gz"
+checksum=e511edff8e75d3a6f84d8256e1e468c85a4aa9d89c2ea264a919334fae7081e3

From 46d9d28560fdf9e663cb89ec29a1297196a10733 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:01 -0500
Subject: [PATCH 12/17] New package: python3-zope.location-4.2

---
 srcpkgs/python3-zope.location/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-zope.location/template

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
new file mode 100644
index 00000000000..0e58a4a0ada
--- /dev/null
+++ b/srcpkgs/python3-zope.location/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-zope.location'
+pkgname=python3-zope.location
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.location-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+makedepends="python3-zope.configuration"
+depends="python3-zope.component"
+checkdepends="python3-zope.copy python3-zope.testrunner"
+short_desc="Zope location"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefederation/zope.location"
+distfiles="${PYPI_SITE}/z/zope.location/zope.location-${version}.tar.gz"
+checksum=a720f9e3c8a51d5007ed6fcd47e1834df02671d85dbfd1062a0d808de8bf80ac

From aba53d9d2449cfc9e449c9d58067b2b1b8a01500 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:26 -0500
Subject: [PATCH 13/17] New package: python3-zope.proxy-4.3.1

---
 srcpkgs/python3-zope.proxy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.proxy/template

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
new file mode 100644
index 00000000000..0d4bfeb138f
--- /dev/null
+++ b/srcpkgs/python3-zope.proxy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.proxy'
+pkgname=python3-zope.proxy
+version=4.3.1
+revision=1
+wrksrc="zope.proxy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3-zope.interface python3-Sphinx python3-zope.testrunner
+ python3-zope.security"
+short_desc="Python generic transparent proxies"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.proxy"
+distfiles="${PYPI_SITE}/z/zope.proxy/zope.proxy-${version}.tar.gz"
+checksum=563c2454b2d0f23bca54d2e0e4d781149b7b06cb5df67e253ca3620f37202dd2

From 5cf8f5f190218254077f2a083124e9e3a20fee2d Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:49 -0500
Subject: [PATCH 14/17] New package: python3-zope.schema-4.9.3

---
 srcpkgs/python3-zope.schema/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.schema/template

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
new file mode 100644
index 00000000000..7294092a900
--- /dev/null
+++ b/srcpkgs/python3-zope.schema/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.schema'
+pkgname=python3-zope.schema
+version=4.9.3
+revision=1
+archs=noarch
+wrksrc=zope.schema-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface python3-zope.event"
+checkdepends="python3-zope.i18nmessageid python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Zope.interface extension for defining data schemas"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.schema"
+distfiles="${PYPI_SITE}/z/zope.schema/zope.schema-${version}.tar.gz"
+checksum=2d971da8707cab47b1916534b9929dcd9d7f23aed790e6b4cbe3103d5b18069d

From a8b6e4bfeb0f42b5936aaa1f611d38a9819794dc Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:40:26 -0500
Subject: [PATCH 15/17] New package: python3-zope.security-4.3.1

---
 srcpkgs/python3-zope.security/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.security/template

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
new file mode 100644
index 00000000000..a8ca492f98b
--- /dev/null
+++ b/srcpkgs/python3-zope.security/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.security'
+pkgname=python3-zope.security
+version=4.3.1
+revision=1
+wrksrc="zope.security-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-distutils-extra"
+makedepends="python3-devel"
+depends="python3-zope.component python3-zope.configuration python3-zope.testing
+ python3-zope.testrunner python3-zope.location"
+short_desc="Zope security framework"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.security/"
+distfiles="${PYPI_SITE}/z/zope.security/zope.security-${version}.tar.gz"
+checksum=9448e57bcc856ff05b881ffb1852cdd367fd234e31c0003fd5373582f57beaff

From a4d22a21ca11195995cbab816f87b40035afbc94 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:38 -0500
Subject: [PATCH 16/17] New package: python3-zope.testing-4.7

---
 srcpkgs/python3-zope.testing/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testing/template

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
new file mode 100644
index 00000000000..814817904f6
--- /dev/null
+++ b/srcpkgs/python3-zope.testing/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.testing'
+pkgname=python3-zope.testing
+version=4.7
+revision=1
+archs=noarch
+wrksrc="zope.testing-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope testing helpers"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testing"
+distfiles="${PYPI_SITE}/z/zope.testing/zope.testing-${version}.tar.gz"
+checksum=d66be8d1de37e8536ca58a1d9f4d89a68c9cc75cc0e788a175c8a20ae26003ea

From edde48b01c3709b455c8b4a86b0b62a4b3496f1e Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:54 -0500
Subject: [PATCH 17/17] New package: certbot-0.35.1

Closes #11518
---
 srcpkgs/certbot/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/certbot/template

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
new file mode 100644
index 00000000000..dd37cd8ef94
--- /dev/null
+++ b/srcpkgs/certbot/template
@@ -0,0 +1,22 @@
+# Template file for 'certbot'
+pkgname=certbot
+version=0.35.1
+revision=1
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-acme python3-ConfigArgParse python3-configobj
+ python3-cryptography python3-josepy python3-pyrfc3339 python3-pytz
+ python3-zope.component python3-zope.interface python3-parsedatetime
+ python3-zope.hookable python3-mock python3-zope.deferredimport
+ python3-zope.deprecation"
+short_desc="Let's Encrypt certificate renewal automation utility"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="Apache-2.0"
+homepage="https://certboti.eff.org/"
+distfiles="https://github.com/certbot/certbot/archive/v${version}.tar.gz"
+checksum=c4b4755866a2eaf5204abe3da25b9b8769b146e73d93a9527a22cda7d5a55070
+
+post_install() {
+	vlicense LICENSE.txt
+}

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR PATCH] [Updated] New package: certbot-0.35.1
  2019-10-11  3:32 [PR PATCH] Np certbot 0.35.1 voidlinux-github
                   ` (8 preceding siblings ...)
  2019-10-13 16:31 ` voidlinux-github
@ 2019-10-13 16:31 ` voidlinux-github
  2019-10-13 16:33 ` voidlinux-github
                   ` (16 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: voidlinux-github @ 2019-10-13 16:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 335 bytes --]

There is an updated pull request by misuchiru03 against master on the void-packages repository

https://github.com/misuchiru03/void-packages np_certbot_0.35.1
https://github.com/void-linux/void-packages/pull/15313

New package: certbot-0.35.1


A patch file from https://github.com/void-linux/void-packages/pull/15313.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-np_certbot_0.35.1-15313.patch --]
[-- Type: text/x-diff, Size: 21634 bytes --]

From 82976985ea300a7268a7d6fb602ddf7f26f0742a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:05 -0500
Subject: [PATCH 01/17] New package: python3-mock-3.0.5

---
 srcpkgs/python3-mock/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-mock/template

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
new file mode 100644
index 00000000000..2637b798d95
--- /dev/null
+++ b/srcpkgs/python3-mock/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-mock'
+pkgname=python3-mock
+version=3.0.5
+revision=1
+archs=noarch
+wrksrc="mock-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python3 mock library"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="http://mock.readthedocs.org/en/latest/"
+distfiles="${PYPI_SITE}/m/mock/mock-${version}.tar.gz"
+checksum=83657d894c90d5681d62155c82bda9c1187827525880eda8ff5df4ec813437c3
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 8444128e24af30c14ba76aec6ea34a2bf0e45dde Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:45 -0500
Subject: [PATCH 02/17] New package: python3-zope.hookable-4.2.0

---
 srcpkgs/python3-zope.hookable/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.hookable/template

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
new file mode 100644
index 00000000000..4c85cadb5a3
--- /dev/null
+++ b/srcpkgs/python3-zope.hookable/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.hookable'
+pkgname=python3-zope.hookable
+version=4.2.0
+revision=1
+archs=noarch
+wrksrc="zope.hookable-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope hookable architecture for Python3"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.hookable"
+distfiles="${PYPI_SITE}/z/zope.hookable/zope.hookable-${version}.tar.gz"
+checksum=c1df3929a3666fc5a0c80d60a0c1e6f6ef97c7f6ed2f1b7cf49f3e6f3d4dde15

From 082cdf5dee7ec6c4d460a8ef7e1a14b555843f3c Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:17:46 -0500
Subject: [PATCH 03/17] New package: python3-zope.deprecation-4.4.0

---
 srcpkgs/python3-zope.deprecation/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deprecation/template

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
new file mode 100644
index 00000000000..9843b96e094
--- /dev/null
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.deprecation'
+pkgname=python3-zope.deprecation
+version=4.4.0
+revision=1
+archs=noarch
+wrksrc="zope.deprecation-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python library to handle automated deprecations"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deprecation"
+distfiles="${PYPI_SITE}/z/zope.deprecation/zope.deprecation-${version}.tar.gz"
+checksum=0d453338f04bacf91bbfba545d8bcdf529aa829e67b705eac8c1a7fdce66e2df

From 1dfabaf2c5085ac0b766b12b6faf1dc3c0138e8b Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:23 -0500
Subject: [PATCH 04/17] New package: python3-zope.testrunner-5.0

---
 srcpkgs/python3-zope.testrunner/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testrunner/template

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
new file mode 100644
index 00000000000..8e5a921fccd
--- /dev/null
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.testrunner'
+pkgname=python3-zope.testrunner
+version=5.0
+revision=1
+archs=noarch
+wrksrc="zope.testrunner-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"
+depends="python3-zope.exceptions python3-zope.interface python3-six"
+checkdepends="python3-zope.testing python3-subunit python3-testtools"
+short_desc="Zope testrunner script"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testrunner"
+distfiles="${PYPI_SITE}/z/zope.testrunner/zope.testrunner-${version}.tar.gz"
+checksum=0d8a27e214033b6f1e557556e61bff9568ae95676dfcc8a032483fdeeee792c3

From d6e2b0984bb28a4eced7b693df1c6fbd31bd94e7 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:54 -0500
Subject: [PATCH 05/17] New package: python3-repoze.sphinx.autointerface-0.8

---
 .../template                                  | 20 +++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-repoze.sphinx.autointerface/template

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
new file mode 100644
index 00000000000..64bf5db8a25
--- /dev/null
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-repoze.sphinx.autointerface'
+pkgname=python3-repoze.sphinx.autointerface
+version=0.8
+revision=1
+archs=noarch
+wrksrc="repoze.sphinx.autointerface-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface"
+short_desc="Sphinx extension to auto-generate API docs from Zope interfaces"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-4-Clause"
+homepage="https://github.com/repoze/repoze.sphinx.autointerface/"
+distfiles="${PYPI_SITE}/r/repoze.sphinx.autointerface/repoze.sphinx.autointerface-${version}.tar.gz"
+checksum=8ef0383276ab722efb1e4a6523726262058dfd82615ccf7e5004aee3fe8ecc23
+
+post_install() {
+	vlicense LICENSE.txt
+	vlicense COPYRIGHT.txt
+}

From 8a80849047e873ed1c6f6f6317fd2578c27045fe Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:16 -0500
Subject: [PATCH 06/17] New package: python3-subunit-1.3.0

---
 srcpkgs/python3-subunit/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/python3-subunit/template

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
new file mode 100644
index 00000000000..cc301c70e68
--- /dev/null
+++ b/srcpkgs/python3-subunit/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-subunit'
+pkgname=python3-subunit
+version=1.3.0
+revision=1
+archs=noarch
+wrksrc=subunit-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-testtools"
+checkdepends="python3-hypothesis python3-testscenarios python3-fixtures"
+short_desc="Subunit test reporting and controlling protocol"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-3-Clause Apache-2.0"
+homepage="https://github.com/testing-cabal/subunit"
+distfiles="https://github.com/testing-cabal/subunit/archive/${version}.tar.gz"
+checksum=badbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadb
+
+post_install() {
+	vlicense BSD
+	vlicense Apache-2.0
+}

From 55c059209fc5e58221a65297a2e14fdd7b6d9c00 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:46 -0500
Subject: [PATCH 07/17] New package: python3-zope.configuration-4.3.1

---
 srcpkgs/python3-zope.configuration/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.configuration/template

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
new file mode 100644
index 00000000000..babfe8d77cc
--- /dev/null
+++ b/srcpkgs/python3-zope.configuration/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.configuration'
+pkgname=python3-zope.configuration
+version=4.3.1
+revision=1
+archs=noarch
+wrksrc="zope.configuration-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+depends="python3-zope.i18nmessageid python3-zope.interface python3-zope.schema"
+checkdepends="python3-zope.testing python3-zope.schema python3-zope.testrunner"
+short_desc="Zope configuration markup language"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.configuration/"
+distfiles="${PYPI_SITE}/z/zope.configuration/zope.configuration-${version}.tar.gz"
+checksum=6e16747f9fd6b9d8f09d78edf2a6f539cad0fa4ad49d8deb9cf63447cc4168e1

From 04eba9cc6bde3cb10efe931f4958750d0e4c79c3 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:31:49 -0500
Subject: [PATCH 08/17] New package: python3-zope.copy-4.2

---
 srcpkgs/python3-zope.copy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.copy/template

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
new file mode 100644
index 00000000000..43d628a6a41
--- /dev/null
+++ b/srcpkgs/python3-zope.copy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.copy'
+pkgname=python3-zope.copy
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.copy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+checkdepends="python3-zope.component python3-zope.location python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Pluggable object copying mechanism"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.copy"
+distfiles="${PYPI_SITE}/z/zope.copy/zope.copy-${version}.tar.gz"
+checksum=47bb9d09ff06c600b446f220f47a742396598ac4828d738d3d85e6490629a71a

From dffe6daa63251e3350e6a381005bddf20d4b57e3 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:32:19 -0500
Subject: [PATCH 09/17] New package: python3-zope.deferredimport-4.3

---
 srcpkgs/python3-zope.deferredimport/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deferredimport/template

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
new file mode 100644
index 00000000000..ef1e89ae555
--- /dev/null
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-zope.deferredimport'
+pkgname=python3-zope.deferredimport
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.deferredimport-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.proxy"
+short_desc="Python module to perform import names that resolve in code"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deferredimport/"
+distfiles="${PYPI_SITE}/z/zope.deferredimport/zope.deferredimport-${version}.tar.gz"
+checksum=2ddef5a7ecfff132a2dd796253366ecf9748a446e30f1a0b3a636aec9d9c05c5

From 2542bbe66b503a21e7675df41c0b77fb6b46781a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:36:38 -0500
Subject: [PATCH 10/17] New package: python3-zope.exceptions-4.3

---
 srcpkgs/python3-zope.exceptions/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.exceptions/template

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
new file mode 100644
index 00000000000..897bb901856
--- /dev/null
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.exceptions'
+pkgname=python3-zope.exceptions
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.exceptions-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+depends="python3-zope.interface"
+checkdepends="python3-zope.testrunner"
+short_desc="Zope exceptions"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.exceptions"
+distfiles="${PYPI_SITE}/z/zope.exceptions/zope.exceptions-${version}.tar.gz"
+checksum=5fa59c3c1044bb9448aeec8328db0bfceaae2a2174e88528d3fe04adf8d47211

From 39d669e7108cfe4218de641c11acd6dbc2497e8f Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:38:34 -0500
Subject: [PATCH 11/17] New package: python3-zope.i18nmessageid-4.3.1

---
 srcpkgs/python3-zope.i18nmessageid/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.i18nmessageid/template

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
new file mode 100644
index 00000000000..5aa989fae84
--- /dev/null
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.i18nmessageid'
+pkgname=python3-zope.i18nmessageid
+version=4.3.1
+revision=1
+wrksrc="zope.i18nmessageid-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+makedepends="python3-devel"
+depends="python3-six"
+checkdepends="python3-nose python3-coverage"
+short_desc="Message identifiers for internalization"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.i18nmessageid/"
+distfiles="${PYPI_SITE}/z/zope.i18nmessageid/zope.i18nmessageid-${version}.tar.gz"
+checksum=e511edff8e75d3a6f84d8256e1e468c85a4aa9d89c2ea264a919334fae7081e3

From db012ecf8dfb202924b86440fac9db0c8dc146a5 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:01 -0500
Subject: [PATCH 12/17] New package: python3-zope.location-4.2

---
 srcpkgs/python3-zope.location/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-zope.location/template

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
new file mode 100644
index 00000000000..0e58a4a0ada
--- /dev/null
+++ b/srcpkgs/python3-zope.location/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-zope.location'
+pkgname=python3-zope.location
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.location-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+makedepends="python3-zope.configuration"
+depends="python3-zope.component"
+checkdepends="python3-zope.copy python3-zope.testrunner"
+short_desc="Zope location"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefederation/zope.location"
+distfiles="${PYPI_SITE}/z/zope.location/zope.location-${version}.tar.gz"
+checksum=a720f9e3c8a51d5007ed6fcd47e1834df02671d85dbfd1062a0d808de8bf80ac

From f959ca504040561477abcd4ab79ae2fd0f517db2 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:26 -0500
Subject: [PATCH 13/17] New package: python3-zope.proxy-4.3.1

---
 srcpkgs/python3-zope.proxy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.proxy/template

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
new file mode 100644
index 00000000000..0d4bfeb138f
--- /dev/null
+++ b/srcpkgs/python3-zope.proxy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.proxy'
+pkgname=python3-zope.proxy
+version=4.3.1
+revision=1
+wrksrc="zope.proxy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3-zope.interface python3-Sphinx python3-zope.testrunner
+ python3-zope.security"
+short_desc="Python generic transparent proxies"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.proxy"
+distfiles="${PYPI_SITE}/z/zope.proxy/zope.proxy-${version}.tar.gz"
+checksum=563c2454b2d0f23bca54d2e0e4d781149b7b06cb5df67e253ca3620f37202dd2

From 6a02313cf424395da6eb8340cd51be277d4a09a5 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:49 -0500
Subject: [PATCH 14/17] New package: python3-zope.schema-4.9.3

---
 srcpkgs/python3-zope.schema/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.schema/template

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
new file mode 100644
index 00000000000..7294092a900
--- /dev/null
+++ b/srcpkgs/python3-zope.schema/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.schema'
+pkgname=python3-zope.schema
+version=4.9.3
+revision=1
+archs=noarch
+wrksrc=zope.schema-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface python3-zope.event"
+checkdepends="python3-zope.i18nmessageid python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Zope.interface extension for defining data schemas"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.schema"
+distfiles="${PYPI_SITE}/z/zope.schema/zope.schema-${version}.tar.gz"
+checksum=2d971da8707cab47b1916534b9929dcd9d7f23aed790e6b4cbe3103d5b18069d

From 810040cc62ae6561d6223103dc30e1cf9142d572 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:40:26 -0500
Subject: [PATCH 15/17] New package: python3-zope.security-4.3.1

---
 srcpkgs/python3-zope.security/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.security/template

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
new file mode 100644
index 00000000000..a8ca492f98b
--- /dev/null
+++ b/srcpkgs/python3-zope.security/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.security'
+pkgname=python3-zope.security
+version=4.3.1
+revision=1
+wrksrc="zope.security-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-distutils-extra"
+makedepends="python3-devel"
+depends="python3-zope.component python3-zope.configuration python3-zope.testing
+ python3-zope.testrunner python3-zope.location"
+short_desc="Zope security framework"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.security/"
+distfiles="${PYPI_SITE}/z/zope.security/zope.security-${version}.tar.gz"
+checksum=9448e57bcc856ff05b881ffb1852cdd367fd234e31c0003fd5373582f57beaff

From f63e35613d8fb00c85fe42d4640bb8428af552bd Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:38 -0500
Subject: [PATCH 16/17] New package: python3-zope.testing-4.7

---
 srcpkgs/python3-zope.testing/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testing/template

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
new file mode 100644
index 00000000000..814817904f6
--- /dev/null
+++ b/srcpkgs/python3-zope.testing/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.testing'
+pkgname=python3-zope.testing
+version=4.7
+revision=1
+archs=noarch
+wrksrc="zope.testing-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope testing helpers"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testing"
+distfiles="${PYPI_SITE}/z/zope.testing/zope.testing-${version}.tar.gz"
+checksum=d66be8d1de37e8536ca58a1d9f4d89a68c9cc75cc0e788a175c8a20ae26003ea

From c964ca109e8569976c147fe7f657d5fc61b417b2 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:54 -0500
Subject: [PATCH 17/17] New package: certbot-0.35.1

Closes #11518
---
 srcpkgs/certbot/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/certbot/template

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
new file mode 100644
index 00000000000..dd37cd8ef94
--- /dev/null
+++ b/srcpkgs/certbot/template
@@ -0,0 +1,22 @@
+# Template file for 'certbot'
+pkgname=certbot
+version=0.35.1
+revision=1
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-acme python3-ConfigArgParse python3-configobj
+ python3-cryptography python3-josepy python3-pyrfc3339 python3-pytz
+ python3-zope.component python3-zope.interface python3-parsedatetime
+ python3-zope.hookable python3-mock python3-zope.deferredimport
+ python3-zope.deprecation"
+short_desc="Let's Encrypt certificate renewal automation utility"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="Apache-2.0"
+homepage="https://certboti.eff.org/"
+distfiles="https://github.com/certbot/certbot/archive/v${version}.tar.gz"
+checksum=c4b4755866a2eaf5204abe3da25b9b8769b146e73d93a9527a22cda7d5a55070
+
+post_install() {
+	vlicense LICENSE.txt
+}

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR PATCH] [Updated] New package: certbot-0.35.1
  2019-10-11  3:32 [PR PATCH] Np certbot 0.35.1 voidlinux-github
                   ` (7 preceding siblings ...)
  2019-10-13 16:27 ` voidlinux-github
@ 2019-10-13 16:31 ` voidlinux-github
  2019-10-13 16:31 ` voidlinux-github
                   ` (17 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: voidlinux-github @ 2019-10-13 16:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 335 bytes --]

There is an updated pull request by misuchiru03 against master on the void-packages repository

https://github.com/misuchiru03/void-packages np_certbot_0.35.1
https://github.com/void-linux/void-packages/pull/15313

New package: certbot-0.35.1


A patch file from https://github.com/void-linux/void-packages/pull/15313.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-np_certbot_0.35.1-15313.patch --]
[-- Type: text/x-diff, Size: 21634 bytes --]

From 82976985ea300a7268a7d6fb602ddf7f26f0742a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:05 -0500
Subject: [PATCH 01/17] New package: python3-mock-3.0.5

---
 srcpkgs/python3-mock/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-mock/template

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
new file mode 100644
index 00000000000..2637b798d95
--- /dev/null
+++ b/srcpkgs/python3-mock/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-mock'
+pkgname=python3-mock
+version=3.0.5
+revision=1
+archs=noarch
+wrksrc="mock-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python3 mock library"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="http://mock.readthedocs.org/en/latest/"
+distfiles="${PYPI_SITE}/m/mock/mock-${version}.tar.gz"
+checksum=83657d894c90d5681d62155c82bda9c1187827525880eda8ff5df4ec813437c3
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 8444128e24af30c14ba76aec6ea34a2bf0e45dde Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:45 -0500
Subject: [PATCH 02/17] New package: python3-zope.hookable-4.2.0

---
 srcpkgs/python3-zope.hookable/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.hookable/template

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
new file mode 100644
index 00000000000..4c85cadb5a3
--- /dev/null
+++ b/srcpkgs/python3-zope.hookable/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.hookable'
+pkgname=python3-zope.hookable
+version=4.2.0
+revision=1
+archs=noarch
+wrksrc="zope.hookable-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope hookable architecture for Python3"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.hookable"
+distfiles="${PYPI_SITE}/z/zope.hookable/zope.hookable-${version}.tar.gz"
+checksum=c1df3929a3666fc5a0c80d60a0c1e6f6ef97c7f6ed2f1b7cf49f3e6f3d4dde15

From 082cdf5dee7ec6c4d460a8ef7e1a14b555843f3c Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:17:46 -0500
Subject: [PATCH 03/17] New package: python3-zope.deprecation-4.4.0

---
 srcpkgs/python3-zope.deprecation/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deprecation/template

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
new file mode 100644
index 00000000000..9843b96e094
--- /dev/null
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.deprecation'
+pkgname=python3-zope.deprecation
+version=4.4.0
+revision=1
+archs=noarch
+wrksrc="zope.deprecation-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python library to handle automated deprecations"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deprecation"
+distfiles="${PYPI_SITE}/z/zope.deprecation/zope.deprecation-${version}.tar.gz"
+checksum=0d453338f04bacf91bbfba545d8bcdf529aa829e67b705eac8c1a7fdce66e2df

From 1dfabaf2c5085ac0b766b12b6faf1dc3c0138e8b Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:23 -0500
Subject: [PATCH 04/17] New package: python3-zope.testrunner-5.0

---
 srcpkgs/python3-zope.testrunner/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testrunner/template

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
new file mode 100644
index 00000000000..8e5a921fccd
--- /dev/null
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.testrunner'
+pkgname=python3-zope.testrunner
+version=5.0
+revision=1
+archs=noarch
+wrksrc="zope.testrunner-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"
+depends="python3-zope.exceptions python3-zope.interface python3-six"
+checkdepends="python3-zope.testing python3-subunit python3-testtools"
+short_desc="Zope testrunner script"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testrunner"
+distfiles="${PYPI_SITE}/z/zope.testrunner/zope.testrunner-${version}.tar.gz"
+checksum=0d8a27e214033b6f1e557556e61bff9568ae95676dfcc8a032483fdeeee792c3

From d6e2b0984bb28a4eced7b693df1c6fbd31bd94e7 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:54 -0500
Subject: [PATCH 05/17] New package: python3-repoze.sphinx.autointerface-0.8

---
 .../template                                  | 20 +++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-repoze.sphinx.autointerface/template

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
new file mode 100644
index 00000000000..64bf5db8a25
--- /dev/null
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-repoze.sphinx.autointerface'
+pkgname=python3-repoze.sphinx.autointerface
+version=0.8
+revision=1
+archs=noarch
+wrksrc="repoze.sphinx.autointerface-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface"
+short_desc="Sphinx extension to auto-generate API docs from Zope interfaces"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-4-Clause"
+homepage="https://github.com/repoze/repoze.sphinx.autointerface/"
+distfiles="${PYPI_SITE}/r/repoze.sphinx.autointerface/repoze.sphinx.autointerface-${version}.tar.gz"
+checksum=8ef0383276ab722efb1e4a6523726262058dfd82615ccf7e5004aee3fe8ecc23
+
+post_install() {
+	vlicense LICENSE.txt
+	vlicense COPYRIGHT.txt
+}

From 8a80849047e873ed1c6f6f6317fd2578c27045fe Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:16 -0500
Subject: [PATCH 06/17] New package: python3-subunit-1.3.0

---
 srcpkgs/python3-subunit/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/python3-subunit/template

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
new file mode 100644
index 00000000000..cc301c70e68
--- /dev/null
+++ b/srcpkgs/python3-subunit/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-subunit'
+pkgname=python3-subunit
+version=1.3.0
+revision=1
+archs=noarch
+wrksrc=subunit-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-testtools"
+checkdepends="python3-hypothesis python3-testscenarios python3-fixtures"
+short_desc="Subunit test reporting and controlling protocol"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-3-Clause Apache-2.0"
+homepage="https://github.com/testing-cabal/subunit"
+distfiles="https://github.com/testing-cabal/subunit/archive/${version}.tar.gz"
+checksum=badbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadb
+
+post_install() {
+	vlicense BSD
+	vlicense Apache-2.0
+}

From 55c059209fc5e58221a65297a2e14fdd7b6d9c00 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:46 -0500
Subject: [PATCH 07/17] New package: python3-zope.configuration-4.3.1

---
 srcpkgs/python3-zope.configuration/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.configuration/template

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
new file mode 100644
index 00000000000..babfe8d77cc
--- /dev/null
+++ b/srcpkgs/python3-zope.configuration/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.configuration'
+pkgname=python3-zope.configuration
+version=4.3.1
+revision=1
+archs=noarch
+wrksrc="zope.configuration-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+depends="python3-zope.i18nmessageid python3-zope.interface python3-zope.schema"
+checkdepends="python3-zope.testing python3-zope.schema python3-zope.testrunner"
+short_desc="Zope configuration markup language"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.configuration/"
+distfiles="${PYPI_SITE}/z/zope.configuration/zope.configuration-${version}.tar.gz"
+checksum=6e16747f9fd6b9d8f09d78edf2a6f539cad0fa4ad49d8deb9cf63447cc4168e1

From 04eba9cc6bde3cb10efe931f4958750d0e4c79c3 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:31:49 -0500
Subject: [PATCH 08/17] New package: python3-zope.copy-4.2

---
 srcpkgs/python3-zope.copy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.copy/template

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
new file mode 100644
index 00000000000..43d628a6a41
--- /dev/null
+++ b/srcpkgs/python3-zope.copy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.copy'
+pkgname=python3-zope.copy
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.copy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+checkdepends="python3-zope.component python3-zope.location python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Pluggable object copying mechanism"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.copy"
+distfiles="${PYPI_SITE}/z/zope.copy/zope.copy-${version}.tar.gz"
+checksum=47bb9d09ff06c600b446f220f47a742396598ac4828d738d3d85e6490629a71a

From dffe6daa63251e3350e6a381005bddf20d4b57e3 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:32:19 -0500
Subject: [PATCH 09/17] New package: python3-zope.deferredimport-4.3

---
 srcpkgs/python3-zope.deferredimport/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deferredimport/template

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
new file mode 100644
index 00000000000..ef1e89ae555
--- /dev/null
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-zope.deferredimport'
+pkgname=python3-zope.deferredimport
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.deferredimport-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.proxy"
+short_desc="Python module to perform import names that resolve in code"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deferredimport/"
+distfiles="${PYPI_SITE}/z/zope.deferredimport/zope.deferredimport-${version}.tar.gz"
+checksum=2ddef5a7ecfff132a2dd796253366ecf9748a446e30f1a0b3a636aec9d9c05c5

From 2542bbe66b503a21e7675df41c0b77fb6b46781a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:36:38 -0500
Subject: [PATCH 10/17] New package: python3-zope.exceptions-4.3

---
 srcpkgs/python3-zope.exceptions/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.exceptions/template

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
new file mode 100644
index 00000000000..897bb901856
--- /dev/null
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.exceptions'
+pkgname=python3-zope.exceptions
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.exceptions-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+depends="python3-zope.interface"
+checkdepends="python3-zope.testrunner"
+short_desc="Zope exceptions"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.exceptions"
+distfiles="${PYPI_SITE}/z/zope.exceptions/zope.exceptions-${version}.tar.gz"
+checksum=5fa59c3c1044bb9448aeec8328db0bfceaae2a2174e88528d3fe04adf8d47211

From 39d669e7108cfe4218de641c11acd6dbc2497e8f Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:38:34 -0500
Subject: [PATCH 11/17] New package: python3-zope.i18nmessageid-4.3.1

---
 srcpkgs/python3-zope.i18nmessageid/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.i18nmessageid/template

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
new file mode 100644
index 00000000000..5aa989fae84
--- /dev/null
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.i18nmessageid'
+pkgname=python3-zope.i18nmessageid
+version=4.3.1
+revision=1
+wrksrc="zope.i18nmessageid-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+makedepends="python3-devel"
+depends="python3-six"
+checkdepends="python3-nose python3-coverage"
+short_desc="Message identifiers for internalization"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.i18nmessageid/"
+distfiles="${PYPI_SITE}/z/zope.i18nmessageid/zope.i18nmessageid-${version}.tar.gz"
+checksum=e511edff8e75d3a6f84d8256e1e468c85a4aa9d89c2ea264a919334fae7081e3

From db012ecf8dfb202924b86440fac9db0c8dc146a5 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:01 -0500
Subject: [PATCH 12/17] New package: python3-zope.location-4.2

---
 srcpkgs/python3-zope.location/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-zope.location/template

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
new file mode 100644
index 00000000000..0e58a4a0ada
--- /dev/null
+++ b/srcpkgs/python3-zope.location/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-zope.location'
+pkgname=python3-zope.location
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.location-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+makedepends="python3-zope.configuration"
+depends="python3-zope.component"
+checkdepends="python3-zope.copy python3-zope.testrunner"
+short_desc="Zope location"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefederation/zope.location"
+distfiles="${PYPI_SITE}/z/zope.location/zope.location-${version}.tar.gz"
+checksum=a720f9e3c8a51d5007ed6fcd47e1834df02671d85dbfd1062a0d808de8bf80ac

From f959ca504040561477abcd4ab79ae2fd0f517db2 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:26 -0500
Subject: [PATCH 13/17] New package: python3-zope.proxy-4.3.1

---
 srcpkgs/python3-zope.proxy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.proxy/template

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
new file mode 100644
index 00000000000..0d4bfeb138f
--- /dev/null
+++ b/srcpkgs/python3-zope.proxy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.proxy'
+pkgname=python3-zope.proxy
+version=4.3.1
+revision=1
+wrksrc="zope.proxy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3-zope.interface python3-Sphinx python3-zope.testrunner
+ python3-zope.security"
+short_desc="Python generic transparent proxies"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.proxy"
+distfiles="${PYPI_SITE}/z/zope.proxy/zope.proxy-${version}.tar.gz"
+checksum=563c2454b2d0f23bca54d2e0e4d781149b7b06cb5df67e253ca3620f37202dd2

From 6a02313cf424395da6eb8340cd51be277d4a09a5 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:49 -0500
Subject: [PATCH 14/17] New package: python3-zope.schema-4.9.3

---
 srcpkgs/python3-zope.schema/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.schema/template

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
new file mode 100644
index 00000000000..7294092a900
--- /dev/null
+++ b/srcpkgs/python3-zope.schema/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.schema'
+pkgname=python3-zope.schema
+version=4.9.3
+revision=1
+archs=noarch
+wrksrc=zope.schema-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface python3-zope.event"
+checkdepends="python3-zope.i18nmessageid python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Zope.interface extension for defining data schemas"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.schema"
+distfiles="${PYPI_SITE}/z/zope.schema/zope.schema-${version}.tar.gz"
+checksum=2d971da8707cab47b1916534b9929dcd9d7f23aed790e6b4cbe3103d5b18069d

From 810040cc62ae6561d6223103dc30e1cf9142d572 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:40:26 -0500
Subject: [PATCH 15/17] New package: python3-zope.security-4.3.1

---
 srcpkgs/python3-zope.security/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.security/template

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
new file mode 100644
index 00000000000..a8ca492f98b
--- /dev/null
+++ b/srcpkgs/python3-zope.security/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.security'
+pkgname=python3-zope.security
+version=4.3.1
+revision=1
+wrksrc="zope.security-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-distutils-extra"
+makedepends="python3-devel"
+depends="python3-zope.component python3-zope.configuration python3-zope.testing
+ python3-zope.testrunner python3-zope.location"
+short_desc="Zope security framework"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.security/"
+distfiles="${PYPI_SITE}/z/zope.security/zope.security-${version}.tar.gz"
+checksum=9448e57bcc856ff05b881ffb1852cdd367fd234e31c0003fd5373582f57beaff

From f63e35613d8fb00c85fe42d4640bb8428af552bd Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:38 -0500
Subject: [PATCH 16/17] New package: python3-zope.testing-4.7

---
 srcpkgs/python3-zope.testing/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testing/template

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
new file mode 100644
index 00000000000..814817904f6
--- /dev/null
+++ b/srcpkgs/python3-zope.testing/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.testing'
+pkgname=python3-zope.testing
+version=4.7
+revision=1
+archs=noarch
+wrksrc="zope.testing-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope testing helpers"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testing"
+distfiles="${PYPI_SITE}/z/zope.testing/zope.testing-${version}.tar.gz"
+checksum=d66be8d1de37e8536ca58a1d9f4d89a68c9cc75cc0e788a175c8a20ae26003ea

From c964ca109e8569976c147fe7f657d5fc61b417b2 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:54 -0500
Subject: [PATCH 17/17] New package: certbot-0.35.1

Closes #11518
---
 srcpkgs/certbot/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/certbot/template

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
new file mode 100644
index 00000000000..dd37cd8ef94
--- /dev/null
+++ b/srcpkgs/certbot/template
@@ -0,0 +1,22 @@
+# Template file for 'certbot'
+pkgname=certbot
+version=0.35.1
+revision=1
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-acme python3-ConfigArgParse python3-configobj
+ python3-cryptography python3-josepy python3-pyrfc3339 python3-pytz
+ python3-zope.component python3-zope.interface python3-parsedatetime
+ python3-zope.hookable python3-mock python3-zope.deferredimport
+ python3-zope.deprecation"
+short_desc="Let's Encrypt certificate renewal automation utility"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="Apache-2.0"
+homepage="https://certboti.eff.org/"
+distfiles="https://github.com/certbot/certbot/archive/v${version}.tar.gz"
+checksum=c4b4755866a2eaf5204abe3da25b9b8769b146e73d93a9527a22cda7d5a55070
+
+post_install() {
+	vlicense LICENSE.txt
+}

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR PATCH] [Updated] New package: certbot-0.35.1
  2019-10-11  3:32 [PR PATCH] Np certbot 0.35.1 voidlinux-github
                   ` (10 preceding siblings ...)
  2019-10-13 16:33 ` voidlinux-github
@ 2019-10-13 16:33 ` voidlinux-github
  2019-10-13 16:40 ` voidlinux-github
                   ` (14 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: voidlinux-github @ 2019-10-13 16:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 335 bytes --]

There is an updated pull request by misuchiru03 against master on the void-packages repository

https://github.com/misuchiru03/void-packages np_certbot_0.35.1
https://github.com/void-linux/void-packages/pull/15313

New package: certbot-0.35.1


A patch file from https://github.com/void-linux/void-packages/pull/15313.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-np_certbot_0.35.1-15313.patch --]
[-- Type: text/x-diff, Size: 21635 bytes --]

From 82976985ea300a7268a7d6fb602ddf7f26f0742a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:05 -0500
Subject: [PATCH 01/17] New package: python3-mock-3.0.5

---
 srcpkgs/python3-mock/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-mock/template

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
new file mode 100644
index 00000000000..2637b798d95
--- /dev/null
+++ b/srcpkgs/python3-mock/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-mock'
+pkgname=python3-mock
+version=3.0.5
+revision=1
+archs=noarch
+wrksrc="mock-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python3 mock library"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="http://mock.readthedocs.org/en/latest/"
+distfiles="${PYPI_SITE}/m/mock/mock-${version}.tar.gz"
+checksum=83657d894c90d5681d62155c82bda9c1187827525880eda8ff5df4ec813437c3
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 8444128e24af30c14ba76aec6ea34a2bf0e45dde Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:45 -0500
Subject: [PATCH 02/17] New package: python3-zope.hookable-4.2.0

---
 srcpkgs/python3-zope.hookable/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.hookable/template

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
new file mode 100644
index 00000000000..4c85cadb5a3
--- /dev/null
+++ b/srcpkgs/python3-zope.hookable/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.hookable'
+pkgname=python3-zope.hookable
+version=4.2.0
+revision=1
+archs=noarch
+wrksrc="zope.hookable-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope hookable architecture for Python3"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.hookable"
+distfiles="${PYPI_SITE}/z/zope.hookable/zope.hookable-${version}.tar.gz"
+checksum=c1df3929a3666fc5a0c80d60a0c1e6f6ef97c7f6ed2f1b7cf49f3e6f3d4dde15

From 082cdf5dee7ec6c4d460a8ef7e1a14b555843f3c Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:17:46 -0500
Subject: [PATCH 03/17] New package: python3-zope.deprecation-4.4.0

---
 srcpkgs/python3-zope.deprecation/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deprecation/template

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
new file mode 100644
index 00000000000..9843b96e094
--- /dev/null
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.deprecation'
+pkgname=python3-zope.deprecation
+version=4.4.0
+revision=1
+archs=noarch
+wrksrc="zope.deprecation-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python library to handle automated deprecations"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deprecation"
+distfiles="${PYPI_SITE}/z/zope.deprecation/zope.deprecation-${version}.tar.gz"
+checksum=0d453338f04bacf91bbfba545d8bcdf529aa829e67b705eac8c1a7fdce66e2df

From 1dfabaf2c5085ac0b766b12b6faf1dc3c0138e8b Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:23 -0500
Subject: [PATCH 04/17] New package: python3-zope.testrunner-5.0

---
 srcpkgs/python3-zope.testrunner/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testrunner/template

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
new file mode 100644
index 00000000000..8e5a921fccd
--- /dev/null
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.testrunner'
+pkgname=python3-zope.testrunner
+version=5.0
+revision=1
+archs=noarch
+wrksrc="zope.testrunner-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"
+depends="python3-zope.exceptions python3-zope.interface python3-six"
+checkdepends="python3-zope.testing python3-subunit python3-testtools"
+short_desc="Zope testrunner script"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testrunner"
+distfiles="${PYPI_SITE}/z/zope.testrunner/zope.testrunner-${version}.tar.gz"
+checksum=0d8a27e214033b6f1e557556e61bff9568ae95676dfcc8a032483fdeeee792c3

From d6e2b0984bb28a4eced7b693df1c6fbd31bd94e7 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:54 -0500
Subject: [PATCH 05/17] New package: python3-repoze.sphinx.autointerface-0.8

---
 .../template                                  | 20 +++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-repoze.sphinx.autointerface/template

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
new file mode 100644
index 00000000000..64bf5db8a25
--- /dev/null
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-repoze.sphinx.autointerface'
+pkgname=python3-repoze.sphinx.autointerface
+version=0.8
+revision=1
+archs=noarch
+wrksrc="repoze.sphinx.autointerface-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface"
+short_desc="Sphinx extension to auto-generate API docs from Zope interfaces"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-4-Clause"
+homepage="https://github.com/repoze/repoze.sphinx.autointerface/"
+distfiles="${PYPI_SITE}/r/repoze.sphinx.autointerface/repoze.sphinx.autointerface-${version}.tar.gz"
+checksum=8ef0383276ab722efb1e4a6523726262058dfd82615ccf7e5004aee3fe8ecc23
+
+post_install() {
+	vlicense LICENSE.txt
+	vlicense COPYRIGHT.txt
+}

From 0fac48a380d52be9faa4e357944d97e17e52bfa0 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:16 -0500
Subject: [PATCH 06/17] New package: python3-subunit-1.3.0

---
 srcpkgs/python3-subunit/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/python3-subunit/template

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
new file mode 100644
index 00000000000..400320b0758
--- /dev/null
+++ b/srcpkgs/python3-subunit/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-subunit'
+pkgname=python3-subunit
+version=1.3.0
+revision=1
+archs=noarch
+wrksrc=subunit-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-testtools"
+checkdepends="python3-hypothesis python3-testscenarios python3-fixtures"
+short_desc="Subunit test reporting and controlling protocol"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-3-Clause, Apache-2.0"
+homepage="https://github.com/testing-cabal/subunit"
+distfiles="https://github.com/testing-cabal/subunit/archive/${version}.tar.gz"
+checksum=badbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadb
+
+post_install() {
+	vlicense BSD
+	vlicense Apache-2.0
+}

From 7cb66224926c102959869afb389a557199b8162e Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:46 -0500
Subject: [PATCH 07/17] New package: python3-zope.configuration-4.3.1

---
 srcpkgs/python3-zope.configuration/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.configuration/template

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
new file mode 100644
index 00000000000..babfe8d77cc
--- /dev/null
+++ b/srcpkgs/python3-zope.configuration/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.configuration'
+pkgname=python3-zope.configuration
+version=4.3.1
+revision=1
+archs=noarch
+wrksrc="zope.configuration-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+depends="python3-zope.i18nmessageid python3-zope.interface python3-zope.schema"
+checkdepends="python3-zope.testing python3-zope.schema python3-zope.testrunner"
+short_desc="Zope configuration markup language"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.configuration/"
+distfiles="${PYPI_SITE}/z/zope.configuration/zope.configuration-${version}.tar.gz"
+checksum=6e16747f9fd6b9d8f09d78edf2a6f539cad0fa4ad49d8deb9cf63447cc4168e1

From 09c1779390a4938635865beac39815637d602a1c Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:31:49 -0500
Subject: [PATCH 08/17] New package: python3-zope.copy-4.2

---
 srcpkgs/python3-zope.copy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.copy/template

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
new file mode 100644
index 00000000000..43d628a6a41
--- /dev/null
+++ b/srcpkgs/python3-zope.copy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.copy'
+pkgname=python3-zope.copy
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.copy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+checkdepends="python3-zope.component python3-zope.location python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Pluggable object copying mechanism"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.copy"
+distfiles="${PYPI_SITE}/z/zope.copy/zope.copy-${version}.tar.gz"
+checksum=47bb9d09ff06c600b446f220f47a742396598ac4828d738d3d85e6490629a71a

From f358f6b8e49d25b22f83d0ab0aba6378fcc40bf3 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:32:19 -0500
Subject: [PATCH 09/17] New package: python3-zope.deferredimport-4.3

---
 srcpkgs/python3-zope.deferredimport/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deferredimport/template

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
new file mode 100644
index 00000000000..ef1e89ae555
--- /dev/null
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-zope.deferredimport'
+pkgname=python3-zope.deferredimport
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.deferredimport-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.proxy"
+short_desc="Python module to perform import names that resolve in code"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deferredimport/"
+distfiles="${PYPI_SITE}/z/zope.deferredimport/zope.deferredimport-${version}.tar.gz"
+checksum=2ddef5a7ecfff132a2dd796253366ecf9748a446e30f1a0b3a636aec9d9c05c5

From f06ac17769c468071919f59d8cd79a1f8eee5902 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:36:38 -0500
Subject: [PATCH 10/17] New package: python3-zope.exceptions-4.3

---
 srcpkgs/python3-zope.exceptions/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.exceptions/template

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
new file mode 100644
index 00000000000..897bb901856
--- /dev/null
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.exceptions'
+pkgname=python3-zope.exceptions
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.exceptions-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+depends="python3-zope.interface"
+checkdepends="python3-zope.testrunner"
+short_desc="Zope exceptions"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.exceptions"
+distfiles="${PYPI_SITE}/z/zope.exceptions/zope.exceptions-${version}.tar.gz"
+checksum=5fa59c3c1044bb9448aeec8328db0bfceaae2a2174e88528d3fe04adf8d47211

From 7c03e2ad309556d9216055e3687b75bca1ef5640 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:38:34 -0500
Subject: [PATCH 11/17] New package: python3-zope.i18nmessageid-4.3.1

---
 srcpkgs/python3-zope.i18nmessageid/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.i18nmessageid/template

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
new file mode 100644
index 00000000000..5aa989fae84
--- /dev/null
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.i18nmessageid'
+pkgname=python3-zope.i18nmessageid
+version=4.3.1
+revision=1
+wrksrc="zope.i18nmessageid-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+makedepends="python3-devel"
+depends="python3-six"
+checkdepends="python3-nose python3-coverage"
+short_desc="Message identifiers for internalization"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.i18nmessageid/"
+distfiles="${PYPI_SITE}/z/zope.i18nmessageid/zope.i18nmessageid-${version}.tar.gz"
+checksum=e511edff8e75d3a6f84d8256e1e468c85a4aa9d89c2ea264a919334fae7081e3

From 73e6a66465e1cb49eb298e1f34f0ce1fdc83f506 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:01 -0500
Subject: [PATCH 12/17] New package: python3-zope.location-4.2

---
 srcpkgs/python3-zope.location/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-zope.location/template

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
new file mode 100644
index 00000000000..0e58a4a0ada
--- /dev/null
+++ b/srcpkgs/python3-zope.location/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-zope.location'
+pkgname=python3-zope.location
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.location-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+makedepends="python3-zope.configuration"
+depends="python3-zope.component"
+checkdepends="python3-zope.copy python3-zope.testrunner"
+short_desc="Zope location"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefederation/zope.location"
+distfiles="${PYPI_SITE}/z/zope.location/zope.location-${version}.tar.gz"
+checksum=a720f9e3c8a51d5007ed6fcd47e1834df02671d85dbfd1062a0d808de8bf80ac

From 272a70a424be16093026656175014ea7ebfc7182 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:26 -0500
Subject: [PATCH 13/17] New package: python3-zope.proxy-4.3.1

---
 srcpkgs/python3-zope.proxy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.proxy/template

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
new file mode 100644
index 00000000000..0d4bfeb138f
--- /dev/null
+++ b/srcpkgs/python3-zope.proxy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.proxy'
+pkgname=python3-zope.proxy
+version=4.3.1
+revision=1
+wrksrc="zope.proxy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3-zope.interface python3-Sphinx python3-zope.testrunner
+ python3-zope.security"
+short_desc="Python generic transparent proxies"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.proxy"
+distfiles="${PYPI_SITE}/z/zope.proxy/zope.proxy-${version}.tar.gz"
+checksum=563c2454b2d0f23bca54d2e0e4d781149b7b06cb5df67e253ca3620f37202dd2

From c93019a3ee1009ff190ac41ccb9aa526f5ed0bb0 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:49 -0500
Subject: [PATCH 14/17] New package: python3-zope.schema-4.9.3

---
 srcpkgs/python3-zope.schema/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.schema/template

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
new file mode 100644
index 00000000000..7294092a900
--- /dev/null
+++ b/srcpkgs/python3-zope.schema/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.schema'
+pkgname=python3-zope.schema
+version=4.9.3
+revision=1
+archs=noarch
+wrksrc=zope.schema-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface python3-zope.event"
+checkdepends="python3-zope.i18nmessageid python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Zope.interface extension for defining data schemas"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.schema"
+distfiles="${PYPI_SITE}/z/zope.schema/zope.schema-${version}.tar.gz"
+checksum=2d971da8707cab47b1916534b9929dcd9d7f23aed790e6b4cbe3103d5b18069d

From 0c65941d8397eae1c0843867cb7d155e2fa28df2 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:40:26 -0500
Subject: [PATCH 15/17] New package: python3-zope.security-4.3.1

---
 srcpkgs/python3-zope.security/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.security/template

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
new file mode 100644
index 00000000000..a8ca492f98b
--- /dev/null
+++ b/srcpkgs/python3-zope.security/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.security'
+pkgname=python3-zope.security
+version=4.3.1
+revision=1
+wrksrc="zope.security-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-distutils-extra"
+makedepends="python3-devel"
+depends="python3-zope.component python3-zope.configuration python3-zope.testing
+ python3-zope.testrunner python3-zope.location"
+short_desc="Zope security framework"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.security/"
+distfiles="${PYPI_SITE}/z/zope.security/zope.security-${version}.tar.gz"
+checksum=9448e57bcc856ff05b881ffb1852cdd367fd234e31c0003fd5373582f57beaff

From dca28d15fab44398fe3ea70f05fdc0b7d4e28172 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:38 -0500
Subject: [PATCH 16/17] New package: python3-zope.testing-4.7

---
 srcpkgs/python3-zope.testing/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testing/template

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
new file mode 100644
index 00000000000..814817904f6
--- /dev/null
+++ b/srcpkgs/python3-zope.testing/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.testing'
+pkgname=python3-zope.testing
+version=4.7
+revision=1
+archs=noarch
+wrksrc="zope.testing-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope testing helpers"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testing"
+distfiles="${PYPI_SITE}/z/zope.testing/zope.testing-${version}.tar.gz"
+checksum=d66be8d1de37e8536ca58a1d9f4d89a68c9cc75cc0e788a175c8a20ae26003ea

From 0f11a1dad5236010376c612a2d0ded769ded8e0c Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:54 -0500
Subject: [PATCH 17/17] New package: certbot-0.35.1

Closes #11518
---
 srcpkgs/certbot/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/certbot/template

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
new file mode 100644
index 00000000000..dd37cd8ef94
--- /dev/null
+++ b/srcpkgs/certbot/template
@@ -0,0 +1,22 @@
+# Template file for 'certbot'
+pkgname=certbot
+version=0.35.1
+revision=1
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-acme python3-ConfigArgParse python3-configobj
+ python3-cryptography python3-josepy python3-pyrfc3339 python3-pytz
+ python3-zope.component python3-zope.interface python3-parsedatetime
+ python3-zope.hookable python3-mock python3-zope.deferredimport
+ python3-zope.deprecation"
+short_desc="Let's Encrypt certificate renewal automation utility"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="Apache-2.0"
+homepage="https://certboti.eff.org/"
+distfiles="https://github.com/certbot/certbot/archive/v${version}.tar.gz"
+checksum=c4b4755866a2eaf5204abe3da25b9b8769b146e73d93a9527a22cda7d5a55070
+
+post_install() {
+	vlicense LICENSE.txt
+}

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR PATCH] [Updated] New package: certbot-0.35.1
  2019-10-11  3:32 [PR PATCH] Np certbot 0.35.1 voidlinux-github
                   ` (9 preceding siblings ...)
  2019-10-13 16:31 ` voidlinux-github
@ 2019-10-13 16:33 ` voidlinux-github
  2019-10-13 16:33 ` voidlinux-github
                   ` (15 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: voidlinux-github @ 2019-10-13 16:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 335 bytes --]

There is an updated pull request by misuchiru03 against master on the void-packages repository

https://github.com/misuchiru03/void-packages np_certbot_0.35.1
https://github.com/void-linux/void-packages/pull/15313

New package: certbot-0.35.1


A patch file from https://github.com/void-linux/void-packages/pull/15313.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-np_certbot_0.35.1-15313.patch --]
[-- Type: text/x-diff, Size: 21635 bytes --]

From 82976985ea300a7268a7d6fb602ddf7f26f0742a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:05 -0500
Subject: [PATCH 01/17] New package: python3-mock-3.0.5

---
 srcpkgs/python3-mock/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-mock/template

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
new file mode 100644
index 00000000000..2637b798d95
--- /dev/null
+++ b/srcpkgs/python3-mock/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-mock'
+pkgname=python3-mock
+version=3.0.5
+revision=1
+archs=noarch
+wrksrc="mock-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python3 mock library"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="http://mock.readthedocs.org/en/latest/"
+distfiles="${PYPI_SITE}/m/mock/mock-${version}.tar.gz"
+checksum=83657d894c90d5681d62155c82bda9c1187827525880eda8ff5df4ec813437c3
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 8444128e24af30c14ba76aec6ea34a2bf0e45dde Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:45 -0500
Subject: [PATCH 02/17] New package: python3-zope.hookable-4.2.0

---
 srcpkgs/python3-zope.hookable/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.hookable/template

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
new file mode 100644
index 00000000000..4c85cadb5a3
--- /dev/null
+++ b/srcpkgs/python3-zope.hookable/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.hookable'
+pkgname=python3-zope.hookable
+version=4.2.0
+revision=1
+archs=noarch
+wrksrc="zope.hookable-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope hookable architecture for Python3"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.hookable"
+distfiles="${PYPI_SITE}/z/zope.hookable/zope.hookable-${version}.tar.gz"
+checksum=c1df3929a3666fc5a0c80d60a0c1e6f6ef97c7f6ed2f1b7cf49f3e6f3d4dde15

From 082cdf5dee7ec6c4d460a8ef7e1a14b555843f3c Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:17:46 -0500
Subject: [PATCH 03/17] New package: python3-zope.deprecation-4.4.0

---
 srcpkgs/python3-zope.deprecation/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deprecation/template

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
new file mode 100644
index 00000000000..9843b96e094
--- /dev/null
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.deprecation'
+pkgname=python3-zope.deprecation
+version=4.4.0
+revision=1
+archs=noarch
+wrksrc="zope.deprecation-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python library to handle automated deprecations"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deprecation"
+distfiles="${PYPI_SITE}/z/zope.deprecation/zope.deprecation-${version}.tar.gz"
+checksum=0d453338f04bacf91bbfba545d8bcdf529aa829e67b705eac8c1a7fdce66e2df

From 1dfabaf2c5085ac0b766b12b6faf1dc3c0138e8b Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:23 -0500
Subject: [PATCH 04/17] New package: python3-zope.testrunner-5.0

---
 srcpkgs/python3-zope.testrunner/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testrunner/template

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
new file mode 100644
index 00000000000..8e5a921fccd
--- /dev/null
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.testrunner'
+pkgname=python3-zope.testrunner
+version=5.0
+revision=1
+archs=noarch
+wrksrc="zope.testrunner-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"
+depends="python3-zope.exceptions python3-zope.interface python3-six"
+checkdepends="python3-zope.testing python3-subunit python3-testtools"
+short_desc="Zope testrunner script"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testrunner"
+distfiles="${PYPI_SITE}/z/zope.testrunner/zope.testrunner-${version}.tar.gz"
+checksum=0d8a27e214033b6f1e557556e61bff9568ae95676dfcc8a032483fdeeee792c3

From d6e2b0984bb28a4eced7b693df1c6fbd31bd94e7 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:54 -0500
Subject: [PATCH 05/17] New package: python3-repoze.sphinx.autointerface-0.8

---
 .../template                                  | 20 +++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-repoze.sphinx.autointerface/template

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
new file mode 100644
index 00000000000..64bf5db8a25
--- /dev/null
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-repoze.sphinx.autointerface'
+pkgname=python3-repoze.sphinx.autointerface
+version=0.8
+revision=1
+archs=noarch
+wrksrc="repoze.sphinx.autointerface-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface"
+short_desc="Sphinx extension to auto-generate API docs from Zope interfaces"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-4-Clause"
+homepage="https://github.com/repoze/repoze.sphinx.autointerface/"
+distfiles="${PYPI_SITE}/r/repoze.sphinx.autointerface/repoze.sphinx.autointerface-${version}.tar.gz"
+checksum=8ef0383276ab722efb1e4a6523726262058dfd82615ccf7e5004aee3fe8ecc23
+
+post_install() {
+	vlicense LICENSE.txt
+	vlicense COPYRIGHT.txt
+}

From 0fac48a380d52be9faa4e357944d97e17e52bfa0 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:16 -0500
Subject: [PATCH 06/17] New package: python3-subunit-1.3.0

---
 srcpkgs/python3-subunit/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/python3-subunit/template

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
new file mode 100644
index 00000000000..400320b0758
--- /dev/null
+++ b/srcpkgs/python3-subunit/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-subunit'
+pkgname=python3-subunit
+version=1.3.0
+revision=1
+archs=noarch
+wrksrc=subunit-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-testtools"
+checkdepends="python3-hypothesis python3-testscenarios python3-fixtures"
+short_desc="Subunit test reporting and controlling protocol"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-3-Clause, Apache-2.0"
+homepage="https://github.com/testing-cabal/subunit"
+distfiles="https://github.com/testing-cabal/subunit/archive/${version}.tar.gz"
+checksum=badbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadb
+
+post_install() {
+	vlicense BSD
+	vlicense Apache-2.0
+}

From 7cb66224926c102959869afb389a557199b8162e Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:46 -0500
Subject: [PATCH 07/17] New package: python3-zope.configuration-4.3.1

---
 srcpkgs/python3-zope.configuration/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.configuration/template

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
new file mode 100644
index 00000000000..babfe8d77cc
--- /dev/null
+++ b/srcpkgs/python3-zope.configuration/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.configuration'
+pkgname=python3-zope.configuration
+version=4.3.1
+revision=1
+archs=noarch
+wrksrc="zope.configuration-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+depends="python3-zope.i18nmessageid python3-zope.interface python3-zope.schema"
+checkdepends="python3-zope.testing python3-zope.schema python3-zope.testrunner"
+short_desc="Zope configuration markup language"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.configuration/"
+distfiles="${PYPI_SITE}/z/zope.configuration/zope.configuration-${version}.tar.gz"
+checksum=6e16747f9fd6b9d8f09d78edf2a6f539cad0fa4ad49d8deb9cf63447cc4168e1

From 09c1779390a4938635865beac39815637d602a1c Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:31:49 -0500
Subject: [PATCH 08/17] New package: python3-zope.copy-4.2

---
 srcpkgs/python3-zope.copy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.copy/template

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
new file mode 100644
index 00000000000..43d628a6a41
--- /dev/null
+++ b/srcpkgs/python3-zope.copy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.copy'
+pkgname=python3-zope.copy
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.copy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+checkdepends="python3-zope.component python3-zope.location python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Pluggable object copying mechanism"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.copy"
+distfiles="${PYPI_SITE}/z/zope.copy/zope.copy-${version}.tar.gz"
+checksum=47bb9d09ff06c600b446f220f47a742396598ac4828d738d3d85e6490629a71a

From f358f6b8e49d25b22f83d0ab0aba6378fcc40bf3 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:32:19 -0500
Subject: [PATCH 09/17] New package: python3-zope.deferredimport-4.3

---
 srcpkgs/python3-zope.deferredimport/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deferredimport/template

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
new file mode 100644
index 00000000000..ef1e89ae555
--- /dev/null
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-zope.deferredimport'
+pkgname=python3-zope.deferredimport
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.deferredimport-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.proxy"
+short_desc="Python module to perform import names that resolve in code"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deferredimport/"
+distfiles="${PYPI_SITE}/z/zope.deferredimport/zope.deferredimport-${version}.tar.gz"
+checksum=2ddef5a7ecfff132a2dd796253366ecf9748a446e30f1a0b3a636aec9d9c05c5

From f06ac17769c468071919f59d8cd79a1f8eee5902 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:36:38 -0500
Subject: [PATCH 10/17] New package: python3-zope.exceptions-4.3

---
 srcpkgs/python3-zope.exceptions/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.exceptions/template

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
new file mode 100644
index 00000000000..897bb901856
--- /dev/null
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.exceptions'
+pkgname=python3-zope.exceptions
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.exceptions-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+depends="python3-zope.interface"
+checkdepends="python3-zope.testrunner"
+short_desc="Zope exceptions"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.exceptions"
+distfiles="${PYPI_SITE}/z/zope.exceptions/zope.exceptions-${version}.tar.gz"
+checksum=5fa59c3c1044bb9448aeec8328db0bfceaae2a2174e88528d3fe04adf8d47211

From 7c03e2ad309556d9216055e3687b75bca1ef5640 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:38:34 -0500
Subject: [PATCH 11/17] New package: python3-zope.i18nmessageid-4.3.1

---
 srcpkgs/python3-zope.i18nmessageid/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.i18nmessageid/template

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
new file mode 100644
index 00000000000..5aa989fae84
--- /dev/null
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.i18nmessageid'
+pkgname=python3-zope.i18nmessageid
+version=4.3.1
+revision=1
+wrksrc="zope.i18nmessageid-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+makedepends="python3-devel"
+depends="python3-six"
+checkdepends="python3-nose python3-coverage"
+short_desc="Message identifiers for internalization"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.i18nmessageid/"
+distfiles="${PYPI_SITE}/z/zope.i18nmessageid/zope.i18nmessageid-${version}.tar.gz"
+checksum=e511edff8e75d3a6f84d8256e1e468c85a4aa9d89c2ea264a919334fae7081e3

From 73e6a66465e1cb49eb298e1f34f0ce1fdc83f506 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:01 -0500
Subject: [PATCH 12/17] New package: python3-zope.location-4.2

---
 srcpkgs/python3-zope.location/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-zope.location/template

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
new file mode 100644
index 00000000000..0e58a4a0ada
--- /dev/null
+++ b/srcpkgs/python3-zope.location/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-zope.location'
+pkgname=python3-zope.location
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.location-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+makedepends="python3-zope.configuration"
+depends="python3-zope.component"
+checkdepends="python3-zope.copy python3-zope.testrunner"
+short_desc="Zope location"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefederation/zope.location"
+distfiles="${PYPI_SITE}/z/zope.location/zope.location-${version}.tar.gz"
+checksum=a720f9e3c8a51d5007ed6fcd47e1834df02671d85dbfd1062a0d808de8bf80ac

From 272a70a424be16093026656175014ea7ebfc7182 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:26 -0500
Subject: [PATCH 13/17] New package: python3-zope.proxy-4.3.1

---
 srcpkgs/python3-zope.proxy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.proxy/template

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
new file mode 100644
index 00000000000..0d4bfeb138f
--- /dev/null
+++ b/srcpkgs/python3-zope.proxy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.proxy'
+pkgname=python3-zope.proxy
+version=4.3.1
+revision=1
+wrksrc="zope.proxy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3-zope.interface python3-Sphinx python3-zope.testrunner
+ python3-zope.security"
+short_desc="Python generic transparent proxies"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.proxy"
+distfiles="${PYPI_SITE}/z/zope.proxy/zope.proxy-${version}.tar.gz"
+checksum=563c2454b2d0f23bca54d2e0e4d781149b7b06cb5df67e253ca3620f37202dd2

From c93019a3ee1009ff190ac41ccb9aa526f5ed0bb0 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:49 -0500
Subject: [PATCH 14/17] New package: python3-zope.schema-4.9.3

---
 srcpkgs/python3-zope.schema/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.schema/template

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
new file mode 100644
index 00000000000..7294092a900
--- /dev/null
+++ b/srcpkgs/python3-zope.schema/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.schema'
+pkgname=python3-zope.schema
+version=4.9.3
+revision=1
+archs=noarch
+wrksrc=zope.schema-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface python3-zope.event"
+checkdepends="python3-zope.i18nmessageid python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Zope.interface extension for defining data schemas"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.schema"
+distfiles="${PYPI_SITE}/z/zope.schema/zope.schema-${version}.tar.gz"
+checksum=2d971da8707cab47b1916534b9929dcd9d7f23aed790e6b4cbe3103d5b18069d

From 0c65941d8397eae1c0843867cb7d155e2fa28df2 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:40:26 -0500
Subject: [PATCH 15/17] New package: python3-zope.security-4.3.1

---
 srcpkgs/python3-zope.security/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.security/template

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
new file mode 100644
index 00000000000..a8ca492f98b
--- /dev/null
+++ b/srcpkgs/python3-zope.security/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.security'
+pkgname=python3-zope.security
+version=4.3.1
+revision=1
+wrksrc="zope.security-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-distutils-extra"
+makedepends="python3-devel"
+depends="python3-zope.component python3-zope.configuration python3-zope.testing
+ python3-zope.testrunner python3-zope.location"
+short_desc="Zope security framework"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.security/"
+distfiles="${PYPI_SITE}/z/zope.security/zope.security-${version}.tar.gz"
+checksum=9448e57bcc856ff05b881ffb1852cdd367fd234e31c0003fd5373582f57beaff

From dca28d15fab44398fe3ea70f05fdc0b7d4e28172 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:38 -0500
Subject: [PATCH 16/17] New package: python3-zope.testing-4.7

---
 srcpkgs/python3-zope.testing/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testing/template

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
new file mode 100644
index 00000000000..814817904f6
--- /dev/null
+++ b/srcpkgs/python3-zope.testing/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.testing'
+pkgname=python3-zope.testing
+version=4.7
+revision=1
+archs=noarch
+wrksrc="zope.testing-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope testing helpers"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testing"
+distfiles="${PYPI_SITE}/z/zope.testing/zope.testing-${version}.tar.gz"
+checksum=d66be8d1de37e8536ca58a1d9f4d89a68c9cc75cc0e788a175c8a20ae26003ea

From 0f11a1dad5236010376c612a2d0ded769ded8e0c Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:54 -0500
Subject: [PATCH 17/17] New package: certbot-0.35.1

Closes #11518
---
 srcpkgs/certbot/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/certbot/template

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
new file mode 100644
index 00000000000..dd37cd8ef94
--- /dev/null
+++ b/srcpkgs/certbot/template
@@ -0,0 +1,22 @@
+# Template file for 'certbot'
+pkgname=certbot
+version=0.35.1
+revision=1
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-acme python3-ConfigArgParse python3-configobj
+ python3-cryptography python3-josepy python3-pyrfc3339 python3-pytz
+ python3-zope.component python3-zope.interface python3-parsedatetime
+ python3-zope.hookable python3-mock python3-zope.deferredimport
+ python3-zope.deprecation"
+short_desc="Let's Encrypt certificate renewal automation utility"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="Apache-2.0"
+homepage="https://certboti.eff.org/"
+distfiles="https://github.com/certbot/certbot/archive/v${version}.tar.gz"
+checksum=c4b4755866a2eaf5204abe3da25b9b8769b146e73d93a9527a22cda7d5a55070
+
+post_install() {
+	vlicense LICENSE.txt
+}

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR PATCH] [Updated] New package: certbot-0.35.1
  2019-10-11  3:32 [PR PATCH] Np certbot 0.35.1 voidlinux-github
                   ` (12 preceding siblings ...)
  2019-10-13 16:40 ` voidlinux-github
@ 2019-10-13 16:40 ` voidlinux-github
  2019-10-13 17:06 ` voidlinux-github
                   ` (12 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: voidlinux-github @ 2019-10-13 16:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 335 bytes --]

There is an updated pull request by misuchiru03 against master on the void-packages repository

https://github.com/misuchiru03/void-packages np_certbot_0.35.1
https://github.com/void-linux/void-packages/pull/15313

New package: certbot-0.35.1


A patch file from https://github.com/void-linux/void-packages/pull/15313.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-np_certbot_0.35.1-15313.patch --]
[-- Type: text/x-diff, Size: 21562 bytes --]

From 82976985ea300a7268a7d6fb602ddf7f26f0742a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:05 -0500
Subject: [PATCH 01/17] New package: python3-mock-3.0.5

---
 srcpkgs/python3-mock/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-mock/template

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
new file mode 100644
index 00000000000..2637b798d95
--- /dev/null
+++ b/srcpkgs/python3-mock/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-mock'
+pkgname=python3-mock
+version=3.0.5
+revision=1
+archs=noarch
+wrksrc="mock-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python3 mock library"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="http://mock.readthedocs.org/en/latest/"
+distfiles="${PYPI_SITE}/m/mock/mock-${version}.tar.gz"
+checksum=83657d894c90d5681d62155c82bda9c1187827525880eda8ff5df4ec813437c3
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 8444128e24af30c14ba76aec6ea34a2bf0e45dde Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:45 -0500
Subject: [PATCH 02/17] New package: python3-zope.hookable-4.2.0

---
 srcpkgs/python3-zope.hookable/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.hookable/template

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
new file mode 100644
index 00000000000..4c85cadb5a3
--- /dev/null
+++ b/srcpkgs/python3-zope.hookable/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.hookable'
+pkgname=python3-zope.hookable
+version=4.2.0
+revision=1
+archs=noarch
+wrksrc="zope.hookable-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope hookable architecture for Python3"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.hookable"
+distfiles="${PYPI_SITE}/z/zope.hookable/zope.hookable-${version}.tar.gz"
+checksum=c1df3929a3666fc5a0c80d60a0c1e6f6ef97c7f6ed2f1b7cf49f3e6f3d4dde15

From 082cdf5dee7ec6c4d460a8ef7e1a14b555843f3c Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:17:46 -0500
Subject: [PATCH 03/17] New package: python3-zope.deprecation-4.4.0

---
 srcpkgs/python3-zope.deprecation/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deprecation/template

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
new file mode 100644
index 00000000000..9843b96e094
--- /dev/null
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.deprecation'
+pkgname=python3-zope.deprecation
+version=4.4.0
+revision=1
+archs=noarch
+wrksrc="zope.deprecation-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python library to handle automated deprecations"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deprecation"
+distfiles="${PYPI_SITE}/z/zope.deprecation/zope.deprecation-${version}.tar.gz"
+checksum=0d453338f04bacf91bbfba545d8bcdf529aa829e67b705eac8c1a7fdce66e2df

From 1dfabaf2c5085ac0b766b12b6faf1dc3c0138e8b Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:23 -0500
Subject: [PATCH 04/17] New package: python3-zope.testrunner-5.0

---
 srcpkgs/python3-zope.testrunner/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testrunner/template

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
new file mode 100644
index 00000000000..8e5a921fccd
--- /dev/null
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.testrunner'
+pkgname=python3-zope.testrunner
+version=5.0
+revision=1
+archs=noarch
+wrksrc="zope.testrunner-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"
+depends="python3-zope.exceptions python3-zope.interface python3-six"
+checkdepends="python3-zope.testing python3-subunit python3-testtools"
+short_desc="Zope testrunner script"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testrunner"
+distfiles="${PYPI_SITE}/z/zope.testrunner/zope.testrunner-${version}.tar.gz"
+checksum=0d8a27e214033b6f1e557556e61bff9568ae95676dfcc8a032483fdeeee792c3

From d6e2b0984bb28a4eced7b693df1c6fbd31bd94e7 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:54 -0500
Subject: [PATCH 05/17] New package: python3-repoze.sphinx.autointerface-0.8

---
 .../template                                  | 20 +++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-repoze.sphinx.autointerface/template

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
new file mode 100644
index 00000000000..64bf5db8a25
--- /dev/null
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-repoze.sphinx.autointerface'
+pkgname=python3-repoze.sphinx.autointerface
+version=0.8
+revision=1
+archs=noarch
+wrksrc="repoze.sphinx.autointerface-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface"
+short_desc="Sphinx extension to auto-generate API docs from Zope interfaces"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-4-Clause"
+homepage="https://github.com/repoze/repoze.sphinx.autointerface/"
+distfiles="${PYPI_SITE}/r/repoze.sphinx.autointerface/repoze.sphinx.autointerface-${version}.tar.gz"
+checksum=8ef0383276ab722efb1e4a6523726262058dfd82615ccf7e5004aee3fe8ecc23
+
+post_install() {
+	vlicense LICENSE.txt
+	vlicense COPYRIGHT.txt
+}

From ef220224bec5c7065f5a85e7e581524b2de8aa1e Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:16 -0500
Subject: [PATCH 06/17] New package: python3-subunit-1.3.0

---
 srcpkgs/python3-subunit/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-subunit/template

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
new file mode 100644
index 00000000000..96f0f646557
--- /dev/null
+++ b/srcpkgs/python3-subunit/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-subunit'
+pkgname=python3-subunit
+version=1.3.0
+revision=1
+archs=noarch
+wrksrc=subunit-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-testtools"
+checkdepends="python3-hypothesis python3-testscenarios python3-fixtures"
+short_desc="Subunit test reporting and controlling protocol"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-3-Clause, Apache-2.0"
+homepage="https://github.com/testing-cabal/subunit"
+distfiles="https://github.com/testing-cabal/subunit/archive/${version}.tar.gz"
+checksum=badbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadb
+
+post_install() {
+	vlicense BSD
+}

From da819169ce5ed0776fc6216067601e7c17b18027 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:46 -0500
Subject: [PATCH 07/17] New package: python3-zope.configuration-4.3.1

---
 srcpkgs/python3-zope.configuration/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.configuration/template

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
new file mode 100644
index 00000000000..babfe8d77cc
--- /dev/null
+++ b/srcpkgs/python3-zope.configuration/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.configuration'
+pkgname=python3-zope.configuration
+version=4.3.1
+revision=1
+archs=noarch
+wrksrc="zope.configuration-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+depends="python3-zope.i18nmessageid python3-zope.interface python3-zope.schema"
+checkdepends="python3-zope.testing python3-zope.schema python3-zope.testrunner"
+short_desc="Zope configuration markup language"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.configuration/"
+distfiles="${PYPI_SITE}/z/zope.configuration/zope.configuration-${version}.tar.gz"
+checksum=6e16747f9fd6b9d8f09d78edf2a6f539cad0fa4ad49d8deb9cf63447cc4168e1

From d96efb186af9279e3b6a89e1f847ad121af067b0 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:31:49 -0500
Subject: [PATCH 08/17] New package: python3-zope.copy-4.2

---
 srcpkgs/python3-zope.copy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.copy/template

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
new file mode 100644
index 00000000000..43d628a6a41
--- /dev/null
+++ b/srcpkgs/python3-zope.copy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.copy'
+pkgname=python3-zope.copy
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.copy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+checkdepends="python3-zope.component python3-zope.location python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Pluggable object copying mechanism"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.copy"
+distfiles="${PYPI_SITE}/z/zope.copy/zope.copy-${version}.tar.gz"
+checksum=47bb9d09ff06c600b446f220f47a742396598ac4828d738d3d85e6490629a71a

From d286b1d4f07f730c7198caa15e040c5b7612f5c7 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:32:19 -0500
Subject: [PATCH 09/17] New package: python3-zope.deferredimport-4.3

---
 srcpkgs/python3-zope.deferredimport/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deferredimport/template

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
new file mode 100644
index 00000000000..ef1e89ae555
--- /dev/null
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-zope.deferredimport'
+pkgname=python3-zope.deferredimport
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.deferredimport-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.proxy"
+short_desc="Python module to perform import names that resolve in code"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deferredimport/"
+distfiles="${PYPI_SITE}/z/zope.deferredimport/zope.deferredimport-${version}.tar.gz"
+checksum=2ddef5a7ecfff132a2dd796253366ecf9748a446e30f1a0b3a636aec9d9c05c5

From 2efd18a633cfb84650a5412af4fcfa22bcd864f2 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:36:38 -0500
Subject: [PATCH 10/17] New package: python3-zope.exceptions-4.3

---
 srcpkgs/python3-zope.exceptions/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.exceptions/template

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
new file mode 100644
index 00000000000..897bb901856
--- /dev/null
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.exceptions'
+pkgname=python3-zope.exceptions
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.exceptions-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+depends="python3-zope.interface"
+checkdepends="python3-zope.testrunner"
+short_desc="Zope exceptions"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.exceptions"
+distfiles="${PYPI_SITE}/z/zope.exceptions/zope.exceptions-${version}.tar.gz"
+checksum=5fa59c3c1044bb9448aeec8328db0bfceaae2a2174e88528d3fe04adf8d47211

From 8575d4862892ee76bbb590bc133a00782f865357 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:38:34 -0500
Subject: [PATCH 11/17] New package: python3-zope.i18nmessageid-4.3.1

---
 srcpkgs/python3-zope.i18nmessageid/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.i18nmessageid/template

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
new file mode 100644
index 00000000000..5aa989fae84
--- /dev/null
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.i18nmessageid'
+pkgname=python3-zope.i18nmessageid
+version=4.3.1
+revision=1
+wrksrc="zope.i18nmessageid-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+makedepends="python3-devel"
+depends="python3-six"
+checkdepends="python3-nose python3-coverage"
+short_desc="Message identifiers for internalization"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.i18nmessageid/"
+distfiles="${PYPI_SITE}/z/zope.i18nmessageid/zope.i18nmessageid-${version}.tar.gz"
+checksum=e511edff8e75d3a6f84d8256e1e468c85a4aa9d89c2ea264a919334fae7081e3

From e70c16a0c2cae31aa168b37213c0041cfff560f1 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:01 -0500
Subject: [PATCH 12/17] New package: python3-zope.location-4.2

---
 srcpkgs/python3-zope.location/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-zope.location/template

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
new file mode 100644
index 00000000000..0e58a4a0ada
--- /dev/null
+++ b/srcpkgs/python3-zope.location/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-zope.location'
+pkgname=python3-zope.location
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.location-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+makedepends="python3-zope.configuration"
+depends="python3-zope.component"
+checkdepends="python3-zope.copy python3-zope.testrunner"
+short_desc="Zope location"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefederation/zope.location"
+distfiles="${PYPI_SITE}/z/zope.location/zope.location-${version}.tar.gz"
+checksum=a720f9e3c8a51d5007ed6fcd47e1834df02671d85dbfd1062a0d808de8bf80ac

From 1459bece321d274cdc52c35b62e41dd0cd9be672 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:26 -0500
Subject: [PATCH 13/17] New package: python3-zope.proxy-4.3.1

---
 srcpkgs/python3-zope.proxy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.proxy/template

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
new file mode 100644
index 00000000000..0d4bfeb138f
--- /dev/null
+++ b/srcpkgs/python3-zope.proxy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.proxy'
+pkgname=python3-zope.proxy
+version=4.3.1
+revision=1
+wrksrc="zope.proxy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3-zope.interface python3-Sphinx python3-zope.testrunner
+ python3-zope.security"
+short_desc="Python generic transparent proxies"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.proxy"
+distfiles="${PYPI_SITE}/z/zope.proxy/zope.proxy-${version}.tar.gz"
+checksum=563c2454b2d0f23bca54d2e0e4d781149b7b06cb5df67e253ca3620f37202dd2

From fceca1c2360b169e3f3e96d501fcd4672311b2d4 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:49 -0500
Subject: [PATCH 14/17] New package: python3-zope.schema-4.9.3

---
 srcpkgs/python3-zope.schema/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.schema/template

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
new file mode 100644
index 00000000000..7294092a900
--- /dev/null
+++ b/srcpkgs/python3-zope.schema/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.schema'
+pkgname=python3-zope.schema
+version=4.9.3
+revision=1
+archs=noarch
+wrksrc=zope.schema-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface python3-zope.event"
+checkdepends="python3-zope.i18nmessageid python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Zope.interface extension for defining data schemas"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.schema"
+distfiles="${PYPI_SITE}/z/zope.schema/zope.schema-${version}.tar.gz"
+checksum=2d971da8707cab47b1916534b9929dcd9d7f23aed790e6b4cbe3103d5b18069d

From 8b959b2906944235abecc43bb03ecdf15e06d230 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:40:26 -0500
Subject: [PATCH 15/17] New package: python3-zope.security-4.3.1

---
 srcpkgs/python3-zope.security/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.security/template

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
new file mode 100644
index 00000000000..a8ca492f98b
--- /dev/null
+++ b/srcpkgs/python3-zope.security/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.security'
+pkgname=python3-zope.security
+version=4.3.1
+revision=1
+wrksrc="zope.security-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-distutils-extra"
+makedepends="python3-devel"
+depends="python3-zope.component python3-zope.configuration python3-zope.testing
+ python3-zope.testrunner python3-zope.location"
+short_desc="Zope security framework"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.security/"
+distfiles="${PYPI_SITE}/z/zope.security/zope.security-${version}.tar.gz"
+checksum=9448e57bcc856ff05b881ffb1852cdd367fd234e31c0003fd5373582f57beaff

From 4ff450c24f7c7daf03a2c88487ad3f196b57c515 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:38 -0500
Subject: [PATCH 16/17] New package: python3-zope.testing-4.7

---
 srcpkgs/python3-zope.testing/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testing/template

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
new file mode 100644
index 00000000000..814817904f6
--- /dev/null
+++ b/srcpkgs/python3-zope.testing/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.testing'
+pkgname=python3-zope.testing
+version=4.7
+revision=1
+archs=noarch
+wrksrc="zope.testing-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope testing helpers"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testing"
+distfiles="${PYPI_SITE}/z/zope.testing/zope.testing-${version}.tar.gz"
+checksum=d66be8d1de37e8536ca58a1d9f4d89a68c9cc75cc0e788a175c8a20ae26003ea

From f4947f186bf0596b161dbe6573eda32f65216e95 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:54 -0500
Subject: [PATCH 17/17] New package: certbot-0.35.1

Closes #11518
---
 srcpkgs/certbot/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/certbot/template

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
new file mode 100644
index 00000000000..507214661a5
--- /dev/null
+++ b/srcpkgs/certbot/template
@@ -0,0 +1,18 @@
+# Template file for 'certbot'
+pkgname=certbot
+version=0.35.1
+revision=1
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-acme python3-ConfigArgParse python3-configobj
+ python3-cryptography python3-josepy python3-pyrfc3339 python3-pytz
+ python3-zope.component python3-zope.interface python3-parsedatetime
+ python3-zope.hookable python3-mock python3-zope.deferredimport
+ python3-zope.deprecation"
+short_desc="Let's Encrypt certificate renewal automation utility"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="Apache-2.0"
+homepage="https://certboti.eff.org/"
+distfiles="https://github.com/certbot/certbot/archive/v${version}.tar.gz"
+checksum=c4b4755866a2eaf5204abe3da25b9b8769b146e73d93a9527a22cda7d5a55070

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR PATCH] [Updated] New package: certbot-0.35.1
  2019-10-11  3:32 [PR PATCH] Np certbot 0.35.1 voidlinux-github
                   ` (11 preceding siblings ...)
  2019-10-13 16:33 ` voidlinux-github
@ 2019-10-13 16:40 ` voidlinux-github
  2019-10-13 16:40 ` voidlinux-github
                   ` (13 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: voidlinux-github @ 2019-10-13 16:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 335 bytes --]

There is an updated pull request by misuchiru03 against master on the void-packages repository

https://github.com/misuchiru03/void-packages np_certbot_0.35.1
https://github.com/void-linux/void-packages/pull/15313

New package: certbot-0.35.1


A patch file from https://github.com/void-linux/void-packages/pull/15313.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-np_certbot_0.35.1-15313.patch --]
[-- Type: text/x-diff, Size: 21562 bytes --]

From 82976985ea300a7268a7d6fb602ddf7f26f0742a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:05 -0500
Subject: [PATCH 01/17] New package: python3-mock-3.0.5

---
 srcpkgs/python3-mock/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-mock/template

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
new file mode 100644
index 00000000000..2637b798d95
--- /dev/null
+++ b/srcpkgs/python3-mock/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-mock'
+pkgname=python3-mock
+version=3.0.5
+revision=1
+archs=noarch
+wrksrc="mock-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python3 mock library"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="http://mock.readthedocs.org/en/latest/"
+distfiles="${PYPI_SITE}/m/mock/mock-${version}.tar.gz"
+checksum=83657d894c90d5681d62155c82bda9c1187827525880eda8ff5df4ec813437c3
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 8444128e24af30c14ba76aec6ea34a2bf0e45dde Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:45 -0500
Subject: [PATCH 02/17] New package: python3-zope.hookable-4.2.0

---
 srcpkgs/python3-zope.hookable/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.hookable/template

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
new file mode 100644
index 00000000000..4c85cadb5a3
--- /dev/null
+++ b/srcpkgs/python3-zope.hookable/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.hookable'
+pkgname=python3-zope.hookable
+version=4.2.0
+revision=1
+archs=noarch
+wrksrc="zope.hookable-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope hookable architecture for Python3"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.hookable"
+distfiles="${PYPI_SITE}/z/zope.hookable/zope.hookable-${version}.tar.gz"
+checksum=c1df3929a3666fc5a0c80d60a0c1e6f6ef97c7f6ed2f1b7cf49f3e6f3d4dde15

From 082cdf5dee7ec6c4d460a8ef7e1a14b555843f3c Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:17:46 -0500
Subject: [PATCH 03/17] New package: python3-zope.deprecation-4.4.0

---
 srcpkgs/python3-zope.deprecation/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deprecation/template

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
new file mode 100644
index 00000000000..9843b96e094
--- /dev/null
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.deprecation'
+pkgname=python3-zope.deprecation
+version=4.4.0
+revision=1
+archs=noarch
+wrksrc="zope.deprecation-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python library to handle automated deprecations"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deprecation"
+distfiles="${PYPI_SITE}/z/zope.deprecation/zope.deprecation-${version}.tar.gz"
+checksum=0d453338f04bacf91bbfba545d8bcdf529aa829e67b705eac8c1a7fdce66e2df

From 1dfabaf2c5085ac0b766b12b6faf1dc3c0138e8b Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:23 -0500
Subject: [PATCH 04/17] New package: python3-zope.testrunner-5.0

---
 srcpkgs/python3-zope.testrunner/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testrunner/template

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
new file mode 100644
index 00000000000..8e5a921fccd
--- /dev/null
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.testrunner'
+pkgname=python3-zope.testrunner
+version=5.0
+revision=1
+archs=noarch
+wrksrc="zope.testrunner-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"
+depends="python3-zope.exceptions python3-zope.interface python3-six"
+checkdepends="python3-zope.testing python3-subunit python3-testtools"
+short_desc="Zope testrunner script"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testrunner"
+distfiles="${PYPI_SITE}/z/zope.testrunner/zope.testrunner-${version}.tar.gz"
+checksum=0d8a27e214033b6f1e557556e61bff9568ae95676dfcc8a032483fdeeee792c3

From d6e2b0984bb28a4eced7b693df1c6fbd31bd94e7 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:54 -0500
Subject: [PATCH 05/17] New package: python3-repoze.sphinx.autointerface-0.8

---
 .../template                                  | 20 +++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-repoze.sphinx.autointerface/template

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
new file mode 100644
index 00000000000..64bf5db8a25
--- /dev/null
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-repoze.sphinx.autointerface'
+pkgname=python3-repoze.sphinx.autointerface
+version=0.8
+revision=1
+archs=noarch
+wrksrc="repoze.sphinx.autointerface-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface"
+short_desc="Sphinx extension to auto-generate API docs from Zope interfaces"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-4-Clause"
+homepage="https://github.com/repoze/repoze.sphinx.autointerface/"
+distfiles="${PYPI_SITE}/r/repoze.sphinx.autointerface/repoze.sphinx.autointerface-${version}.tar.gz"
+checksum=8ef0383276ab722efb1e4a6523726262058dfd82615ccf7e5004aee3fe8ecc23
+
+post_install() {
+	vlicense LICENSE.txt
+	vlicense COPYRIGHT.txt
+}

From ef220224bec5c7065f5a85e7e581524b2de8aa1e Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:16 -0500
Subject: [PATCH 06/17] New package: python3-subunit-1.3.0

---
 srcpkgs/python3-subunit/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-subunit/template

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
new file mode 100644
index 00000000000..96f0f646557
--- /dev/null
+++ b/srcpkgs/python3-subunit/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-subunit'
+pkgname=python3-subunit
+version=1.3.0
+revision=1
+archs=noarch
+wrksrc=subunit-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-testtools"
+checkdepends="python3-hypothesis python3-testscenarios python3-fixtures"
+short_desc="Subunit test reporting and controlling protocol"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-3-Clause, Apache-2.0"
+homepage="https://github.com/testing-cabal/subunit"
+distfiles="https://github.com/testing-cabal/subunit/archive/${version}.tar.gz"
+checksum=badbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadb
+
+post_install() {
+	vlicense BSD
+}

From da819169ce5ed0776fc6216067601e7c17b18027 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:46 -0500
Subject: [PATCH 07/17] New package: python3-zope.configuration-4.3.1

---
 srcpkgs/python3-zope.configuration/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.configuration/template

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
new file mode 100644
index 00000000000..babfe8d77cc
--- /dev/null
+++ b/srcpkgs/python3-zope.configuration/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.configuration'
+pkgname=python3-zope.configuration
+version=4.3.1
+revision=1
+archs=noarch
+wrksrc="zope.configuration-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+depends="python3-zope.i18nmessageid python3-zope.interface python3-zope.schema"
+checkdepends="python3-zope.testing python3-zope.schema python3-zope.testrunner"
+short_desc="Zope configuration markup language"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.configuration/"
+distfiles="${PYPI_SITE}/z/zope.configuration/zope.configuration-${version}.tar.gz"
+checksum=6e16747f9fd6b9d8f09d78edf2a6f539cad0fa4ad49d8deb9cf63447cc4168e1

From d96efb186af9279e3b6a89e1f847ad121af067b0 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:31:49 -0500
Subject: [PATCH 08/17] New package: python3-zope.copy-4.2

---
 srcpkgs/python3-zope.copy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.copy/template

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
new file mode 100644
index 00000000000..43d628a6a41
--- /dev/null
+++ b/srcpkgs/python3-zope.copy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.copy'
+pkgname=python3-zope.copy
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.copy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+checkdepends="python3-zope.component python3-zope.location python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Pluggable object copying mechanism"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.copy"
+distfiles="${PYPI_SITE}/z/zope.copy/zope.copy-${version}.tar.gz"
+checksum=47bb9d09ff06c600b446f220f47a742396598ac4828d738d3d85e6490629a71a

From d286b1d4f07f730c7198caa15e040c5b7612f5c7 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:32:19 -0500
Subject: [PATCH 09/17] New package: python3-zope.deferredimport-4.3

---
 srcpkgs/python3-zope.deferredimport/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deferredimport/template

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
new file mode 100644
index 00000000000..ef1e89ae555
--- /dev/null
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-zope.deferredimport'
+pkgname=python3-zope.deferredimport
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.deferredimport-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.proxy"
+short_desc="Python module to perform import names that resolve in code"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deferredimport/"
+distfiles="${PYPI_SITE}/z/zope.deferredimport/zope.deferredimport-${version}.tar.gz"
+checksum=2ddef5a7ecfff132a2dd796253366ecf9748a446e30f1a0b3a636aec9d9c05c5

From 2efd18a633cfb84650a5412af4fcfa22bcd864f2 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:36:38 -0500
Subject: [PATCH 10/17] New package: python3-zope.exceptions-4.3

---
 srcpkgs/python3-zope.exceptions/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.exceptions/template

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
new file mode 100644
index 00000000000..897bb901856
--- /dev/null
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.exceptions'
+pkgname=python3-zope.exceptions
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.exceptions-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+depends="python3-zope.interface"
+checkdepends="python3-zope.testrunner"
+short_desc="Zope exceptions"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.exceptions"
+distfiles="${PYPI_SITE}/z/zope.exceptions/zope.exceptions-${version}.tar.gz"
+checksum=5fa59c3c1044bb9448aeec8328db0bfceaae2a2174e88528d3fe04adf8d47211

From 8575d4862892ee76bbb590bc133a00782f865357 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:38:34 -0500
Subject: [PATCH 11/17] New package: python3-zope.i18nmessageid-4.3.1

---
 srcpkgs/python3-zope.i18nmessageid/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.i18nmessageid/template

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
new file mode 100644
index 00000000000..5aa989fae84
--- /dev/null
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.i18nmessageid'
+pkgname=python3-zope.i18nmessageid
+version=4.3.1
+revision=1
+wrksrc="zope.i18nmessageid-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+makedepends="python3-devel"
+depends="python3-six"
+checkdepends="python3-nose python3-coverage"
+short_desc="Message identifiers for internalization"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.i18nmessageid/"
+distfiles="${PYPI_SITE}/z/zope.i18nmessageid/zope.i18nmessageid-${version}.tar.gz"
+checksum=e511edff8e75d3a6f84d8256e1e468c85a4aa9d89c2ea264a919334fae7081e3

From e70c16a0c2cae31aa168b37213c0041cfff560f1 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:01 -0500
Subject: [PATCH 12/17] New package: python3-zope.location-4.2

---
 srcpkgs/python3-zope.location/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-zope.location/template

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
new file mode 100644
index 00000000000..0e58a4a0ada
--- /dev/null
+++ b/srcpkgs/python3-zope.location/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-zope.location'
+pkgname=python3-zope.location
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.location-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+makedepends="python3-zope.configuration"
+depends="python3-zope.component"
+checkdepends="python3-zope.copy python3-zope.testrunner"
+short_desc="Zope location"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefederation/zope.location"
+distfiles="${PYPI_SITE}/z/zope.location/zope.location-${version}.tar.gz"
+checksum=a720f9e3c8a51d5007ed6fcd47e1834df02671d85dbfd1062a0d808de8bf80ac

From 1459bece321d274cdc52c35b62e41dd0cd9be672 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:26 -0500
Subject: [PATCH 13/17] New package: python3-zope.proxy-4.3.1

---
 srcpkgs/python3-zope.proxy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.proxy/template

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
new file mode 100644
index 00000000000..0d4bfeb138f
--- /dev/null
+++ b/srcpkgs/python3-zope.proxy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.proxy'
+pkgname=python3-zope.proxy
+version=4.3.1
+revision=1
+wrksrc="zope.proxy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3-zope.interface python3-Sphinx python3-zope.testrunner
+ python3-zope.security"
+short_desc="Python generic transparent proxies"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.proxy"
+distfiles="${PYPI_SITE}/z/zope.proxy/zope.proxy-${version}.tar.gz"
+checksum=563c2454b2d0f23bca54d2e0e4d781149b7b06cb5df67e253ca3620f37202dd2

From fceca1c2360b169e3f3e96d501fcd4672311b2d4 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:49 -0500
Subject: [PATCH 14/17] New package: python3-zope.schema-4.9.3

---
 srcpkgs/python3-zope.schema/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.schema/template

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
new file mode 100644
index 00000000000..7294092a900
--- /dev/null
+++ b/srcpkgs/python3-zope.schema/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.schema'
+pkgname=python3-zope.schema
+version=4.9.3
+revision=1
+archs=noarch
+wrksrc=zope.schema-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface python3-zope.event"
+checkdepends="python3-zope.i18nmessageid python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Zope.interface extension for defining data schemas"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.schema"
+distfiles="${PYPI_SITE}/z/zope.schema/zope.schema-${version}.tar.gz"
+checksum=2d971da8707cab47b1916534b9929dcd9d7f23aed790e6b4cbe3103d5b18069d

From 8b959b2906944235abecc43bb03ecdf15e06d230 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:40:26 -0500
Subject: [PATCH 15/17] New package: python3-zope.security-4.3.1

---
 srcpkgs/python3-zope.security/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.security/template

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
new file mode 100644
index 00000000000..a8ca492f98b
--- /dev/null
+++ b/srcpkgs/python3-zope.security/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.security'
+pkgname=python3-zope.security
+version=4.3.1
+revision=1
+wrksrc="zope.security-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-distutils-extra"
+makedepends="python3-devel"
+depends="python3-zope.component python3-zope.configuration python3-zope.testing
+ python3-zope.testrunner python3-zope.location"
+short_desc="Zope security framework"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.security/"
+distfiles="${PYPI_SITE}/z/zope.security/zope.security-${version}.tar.gz"
+checksum=9448e57bcc856ff05b881ffb1852cdd367fd234e31c0003fd5373582f57beaff

From 4ff450c24f7c7daf03a2c88487ad3f196b57c515 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:38 -0500
Subject: [PATCH 16/17] New package: python3-zope.testing-4.7

---
 srcpkgs/python3-zope.testing/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testing/template

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
new file mode 100644
index 00000000000..814817904f6
--- /dev/null
+++ b/srcpkgs/python3-zope.testing/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.testing'
+pkgname=python3-zope.testing
+version=4.7
+revision=1
+archs=noarch
+wrksrc="zope.testing-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope testing helpers"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testing"
+distfiles="${PYPI_SITE}/z/zope.testing/zope.testing-${version}.tar.gz"
+checksum=d66be8d1de37e8536ca58a1d9f4d89a68c9cc75cc0e788a175c8a20ae26003ea

From f4947f186bf0596b161dbe6573eda32f65216e95 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:54 -0500
Subject: [PATCH 17/17] New package: certbot-0.35.1

Closes #11518
---
 srcpkgs/certbot/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/certbot/template

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
new file mode 100644
index 00000000000..507214661a5
--- /dev/null
+++ b/srcpkgs/certbot/template
@@ -0,0 +1,18 @@
+# Template file for 'certbot'
+pkgname=certbot
+version=0.35.1
+revision=1
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-acme python3-ConfigArgParse python3-configobj
+ python3-cryptography python3-josepy python3-pyrfc3339 python3-pytz
+ python3-zope.component python3-zope.interface python3-parsedatetime
+ python3-zope.hookable python3-mock python3-zope.deferredimport
+ python3-zope.deprecation"
+short_desc="Let's Encrypt certificate renewal automation utility"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="Apache-2.0"
+homepage="https://certboti.eff.org/"
+distfiles="https://github.com/certbot/certbot/archive/v${version}.tar.gz"
+checksum=c4b4755866a2eaf5204abe3da25b9b8769b146e73d93a9527a22cda7d5a55070

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR PATCH] [Updated] New package: certbot-0.35.1
  2019-10-11  3:32 [PR PATCH] Np certbot 0.35.1 voidlinux-github
                   ` (13 preceding siblings ...)
  2019-10-13 16:40 ` voidlinux-github
@ 2019-10-13 17:06 ` voidlinux-github
  2019-10-13 17:06 ` voidlinux-github
                   ` (11 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: voidlinux-github @ 2019-10-13 17:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 335 bytes --]

There is an updated pull request by misuchiru03 against master on the void-packages repository

https://github.com/misuchiru03/void-packages np_certbot_0.35.1
https://github.com/void-linux/void-packages/pull/15313

New package: certbot-0.35.1


A patch file from https://github.com/void-linux/void-packages/pull/15313.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-np_certbot_0.35.1-15313.patch --]
[-- Type: text/x-diff, Size: 22750 bytes --]

From 82976985ea300a7268a7d6fb602ddf7f26f0742a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:05 -0500
Subject: [PATCH 01/18] New package: python3-mock-3.0.5

---
 srcpkgs/python3-mock/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-mock/template

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
new file mode 100644
index 00000000000..2637b798d95
--- /dev/null
+++ b/srcpkgs/python3-mock/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-mock'
+pkgname=python3-mock
+version=3.0.5
+revision=1
+archs=noarch
+wrksrc="mock-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python3 mock library"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="http://mock.readthedocs.org/en/latest/"
+distfiles="${PYPI_SITE}/m/mock/mock-${version}.tar.gz"
+checksum=83657d894c90d5681d62155c82bda9c1187827525880eda8ff5df4ec813437c3
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 8444128e24af30c14ba76aec6ea34a2bf0e45dde Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:45 -0500
Subject: [PATCH 02/18] New package: python3-zope.hookable-4.2.0

---
 srcpkgs/python3-zope.hookable/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.hookable/template

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
new file mode 100644
index 00000000000..4c85cadb5a3
--- /dev/null
+++ b/srcpkgs/python3-zope.hookable/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.hookable'
+pkgname=python3-zope.hookable
+version=4.2.0
+revision=1
+archs=noarch
+wrksrc="zope.hookable-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope hookable architecture for Python3"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.hookable"
+distfiles="${PYPI_SITE}/z/zope.hookable/zope.hookable-${version}.tar.gz"
+checksum=c1df3929a3666fc5a0c80d60a0c1e6f6ef97c7f6ed2f1b7cf49f3e6f3d4dde15

From 082cdf5dee7ec6c4d460a8ef7e1a14b555843f3c Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:17:46 -0500
Subject: [PATCH 03/18] New package: python3-zope.deprecation-4.4.0

---
 srcpkgs/python3-zope.deprecation/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deprecation/template

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
new file mode 100644
index 00000000000..9843b96e094
--- /dev/null
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.deprecation'
+pkgname=python3-zope.deprecation
+version=4.4.0
+revision=1
+archs=noarch
+wrksrc="zope.deprecation-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python library to handle automated deprecations"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deprecation"
+distfiles="${PYPI_SITE}/z/zope.deprecation/zope.deprecation-${version}.tar.gz"
+checksum=0d453338f04bacf91bbfba545d8bcdf529aa829e67b705eac8c1a7fdce66e2df

From 1dfabaf2c5085ac0b766b12b6faf1dc3c0138e8b Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:23 -0500
Subject: [PATCH 04/18] New package: python3-zope.testrunner-5.0

---
 srcpkgs/python3-zope.testrunner/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testrunner/template

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
new file mode 100644
index 00000000000..8e5a921fccd
--- /dev/null
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.testrunner'
+pkgname=python3-zope.testrunner
+version=5.0
+revision=1
+archs=noarch
+wrksrc="zope.testrunner-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"
+depends="python3-zope.exceptions python3-zope.interface python3-six"
+checkdepends="python3-zope.testing python3-subunit python3-testtools"
+short_desc="Zope testrunner script"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testrunner"
+distfiles="${PYPI_SITE}/z/zope.testrunner/zope.testrunner-${version}.tar.gz"
+checksum=0d8a27e214033b6f1e557556e61bff9568ae95676dfcc8a032483fdeeee792c3

From d6e2b0984bb28a4eced7b693df1c6fbd31bd94e7 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:54 -0500
Subject: [PATCH 05/18] New package: python3-repoze.sphinx.autointerface-0.8

---
 .../template                                  | 20 +++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-repoze.sphinx.autointerface/template

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
new file mode 100644
index 00000000000..64bf5db8a25
--- /dev/null
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-repoze.sphinx.autointerface'
+pkgname=python3-repoze.sphinx.autointerface
+version=0.8
+revision=1
+archs=noarch
+wrksrc="repoze.sphinx.autointerface-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface"
+short_desc="Sphinx extension to auto-generate API docs from Zope interfaces"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-4-Clause"
+homepage="https://github.com/repoze/repoze.sphinx.autointerface/"
+distfiles="${PYPI_SITE}/r/repoze.sphinx.autointerface/repoze.sphinx.autointerface-${version}.tar.gz"
+checksum=8ef0383276ab722efb1e4a6523726262058dfd82615ccf7e5004aee3fe8ecc23
+
+post_install() {
+	vlicense LICENSE.txt
+	vlicense COPYRIGHT.txt
+}

From ef220224bec5c7065f5a85e7e581524b2de8aa1e Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:16 -0500
Subject: [PATCH 06/18] New package: python3-subunit-1.3.0

---
 srcpkgs/python3-subunit/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-subunit/template

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
new file mode 100644
index 00000000000..96f0f646557
--- /dev/null
+++ b/srcpkgs/python3-subunit/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-subunit'
+pkgname=python3-subunit
+version=1.3.0
+revision=1
+archs=noarch
+wrksrc=subunit-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-testtools"
+checkdepends="python3-hypothesis python3-testscenarios python3-fixtures"
+short_desc="Subunit test reporting and controlling protocol"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-3-Clause, Apache-2.0"
+homepage="https://github.com/testing-cabal/subunit"
+distfiles="https://github.com/testing-cabal/subunit/archive/${version}.tar.gz"
+checksum=badbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadb
+
+post_install() {
+	vlicense BSD
+}

From da819169ce5ed0776fc6216067601e7c17b18027 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:46 -0500
Subject: [PATCH 07/18] New package: python3-zope.configuration-4.3.1

---
 srcpkgs/python3-zope.configuration/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.configuration/template

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
new file mode 100644
index 00000000000..babfe8d77cc
--- /dev/null
+++ b/srcpkgs/python3-zope.configuration/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.configuration'
+pkgname=python3-zope.configuration
+version=4.3.1
+revision=1
+archs=noarch
+wrksrc="zope.configuration-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+depends="python3-zope.i18nmessageid python3-zope.interface python3-zope.schema"
+checkdepends="python3-zope.testing python3-zope.schema python3-zope.testrunner"
+short_desc="Zope configuration markup language"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.configuration/"
+distfiles="${PYPI_SITE}/z/zope.configuration/zope.configuration-${version}.tar.gz"
+checksum=6e16747f9fd6b9d8f09d78edf2a6f539cad0fa4ad49d8deb9cf63447cc4168e1

From d96efb186af9279e3b6a89e1f847ad121af067b0 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:31:49 -0500
Subject: [PATCH 08/18] New package: python3-zope.copy-4.2

---
 srcpkgs/python3-zope.copy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.copy/template

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
new file mode 100644
index 00000000000..43d628a6a41
--- /dev/null
+++ b/srcpkgs/python3-zope.copy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.copy'
+pkgname=python3-zope.copy
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.copy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+checkdepends="python3-zope.component python3-zope.location python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Pluggable object copying mechanism"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.copy"
+distfiles="${PYPI_SITE}/z/zope.copy/zope.copy-${version}.tar.gz"
+checksum=47bb9d09ff06c600b446f220f47a742396598ac4828d738d3d85e6490629a71a

From d286b1d4f07f730c7198caa15e040c5b7612f5c7 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:32:19 -0500
Subject: [PATCH 09/18] New package: python3-zope.deferredimport-4.3

---
 srcpkgs/python3-zope.deferredimport/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deferredimport/template

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
new file mode 100644
index 00000000000..ef1e89ae555
--- /dev/null
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-zope.deferredimport'
+pkgname=python3-zope.deferredimport
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.deferredimport-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.proxy"
+short_desc="Python module to perform import names that resolve in code"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deferredimport/"
+distfiles="${PYPI_SITE}/z/zope.deferredimport/zope.deferredimport-${version}.tar.gz"
+checksum=2ddef5a7ecfff132a2dd796253366ecf9748a446e30f1a0b3a636aec9d9c05c5

From 2efd18a633cfb84650a5412af4fcfa22bcd864f2 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:36:38 -0500
Subject: [PATCH 10/18] New package: python3-zope.exceptions-4.3

---
 srcpkgs/python3-zope.exceptions/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.exceptions/template

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
new file mode 100644
index 00000000000..897bb901856
--- /dev/null
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.exceptions'
+pkgname=python3-zope.exceptions
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.exceptions-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+depends="python3-zope.interface"
+checkdepends="python3-zope.testrunner"
+short_desc="Zope exceptions"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.exceptions"
+distfiles="${PYPI_SITE}/z/zope.exceptions/zope.exceptions-${version}.tar.gz"
+checksum=5fa59c3c1044bb9448aeec8328db0bfceaae2a2174e88528d3fe04adf8d47211

From 8575d4862892ee76bbb590bc133a00782f865357 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:38:34 -0500
Subject: [PATCH 11/18] New package: python3-zope.i18nmessageid-4.3.1

---
 srcpkgs/python3-zope.i18nmessageid/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.i18nmessageid/template

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
new file mode 100644
index 00000000000..5aa989fae84
--- /dev/null
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.i18nmessageid'
+pkgname=python3-zope.i18nmessageid
+version=4.3.1
+revision=1
+wrksrc="zope.i18nmessageid-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+makedepends="python3-devel"
+depends="python3-six"
+checkdepends="python3-nose python3-coverage"
+short_desc="Message identifiers for internalization"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.i18nmessageid/"
+distfiles="${PYPI_SITE}/z/zope.i18nmessageid/zope.i18nmessageid-${version}.tar.gz"
+checksum=e511edff8e75d3a6f84d8256e1e468c85a4aa9d89c2ea264a919334fae7081e3

From e70c16a0c2cae31aa168b37213c0041cfff560f1 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:01 -0500
Subject: [PATCH 12/18] New package: python3-zope.location-4.2

---
 srcpkgs/python3-zope.location/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-zope.location/template

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
new file mode 100644
index 00000000000..0e58a4a0ada
--- /dev/null
+++ b/srcpkgs/python3-zope.location/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-zope.location'
+pkgname=python3-zope.location
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.location-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+makedepends="python3-zope.configuration"
+depends="python3-zope.component"
+checkdepends="python3-zope.copy python3-zope.testrunner"
+short_desc="Zope location"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefederation/zope.location"
+distfiles="${PYPI_SITE}/z/zope.location/zope.location-${version}.tar.gz"
+checksum=a720f9e3c8a51d5007ed6fcd47e1834df02671d85dbfd1062a0d808de8bf80ac

From 1459bece321d274cdc52c35b62e41dd0cd9be672 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:26 -0500
Subject: [PATCH 13/18] New package: python3-zope.proxy-4.3.1

---
 srcpkgs/python3-zope.proxy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.proxy/template

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
new file mode 100644
index 00000000000..0d4bfeb138f
--- /dev/null
+++ b/srcpkgs/python3-zope.proxy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.proxy'
+pkgname=python3-zope.proxy
+version=4.3.1
+revision=1
+wrksrc="zope.proxy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3-zope.interface python3-Sphinx python3-zope.testrunner
+ python3-zope.security"
+short_desc="Python generic transparent proxies"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.proxy"
+distfiles="${PYPI_SITE}/z/zope.proxy/zope.proxy-${version}.tar.gz"
+checksum=563c2454b2d0f23bca54d2e0e4d781149b7b06cb5df67e253ca3620f37202dd2

From fceca1c2360b169e3f3e96d501fcd4672311b2d4 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:49 -0500
Subject: [PATCH 14/18] New package: python3-zope.schema-4.9.3

---
 srcpkgs/python3-zope.schema/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.schema/template

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
new file mode 100644
index 00000000000..7294092a900
--- /dev/null
+++ b/srcpkgs/python3-zope.schema/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.schema'
+pkgname=python3-zope.schema
+version=4.9.3
+revision=1
+archs=noarch
+wrksrc=zope.schema-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface python3-zope.event"
+checkdepends="python3-zope.i18nmessageid python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Zope.interface extension for defining data schemas"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.schema"
+distfiles="${PYPI_SITE}/z/zope.schema/zope.schema-${version}.tar.gz"
+checksum=2d971da8707cab47b1916534b9929dcd9d7f23aed790e6b4cbe3103d5b18069d

From 8b959b2906944235abecc43bb03ecdf15e06d230 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:40:26 -0500
Subject: [PATCH 15/18] New package: python3-zope.security-4.3.1

---
 srcpkgs/python3-zope.security/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.security/template

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
new file mode 100644
index 00000000000..a8ca492f98b
--- /dev/null
+++ b/srcpkgs/python3-zope.security/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.security'
+pkgname=python3-zope.security
+version=4.3.1
+revision=1
+wrksrc="zope.security-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-distutils-extra"
+makedepends="python3-devel"
+depends="python3-zope.component python3-zope.configuration python3-zope.testing
+ python3-zope.testrunner python3-zope.location"
+short_desc="Zope security framework"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.security/"
+distfiles="${PYPI_SITE}/z/zope.security/zope.security-${version}.tar.gz"
+checksum=9448e57bcc856ff05b881ffb1852cdd367fd234e31c0003fd5373582f57beaff

From 4ff450c24f7c7daf03a2c88487ad3f196b57c515 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:38 -0500
Subject: [PATCH 16/18] New package: python3-zope.testing-4.7

---
 srcpkgs/python3-zope.testing/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testing/template

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
new file mode 100644
index 00000000000..814817904f6
--- /dev/null
+++ b/srcpkgs/python3-zope.testing/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.testing'
+pkgname=python3-zope.testing
+version=4.7
+revision=1
+archs=noarch
+wrksrc="zope.testing-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope testing helpers"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testing"
+distfiles="${PYPI_SITE}/z/zope.testing/zope.testing-${version}.tar.gz"
+checksum=d66be8d1de37e8536ca58a1d9f4d89a68c9cc75cc0e788a175c8a20ae26003ea

From 655abf4d66036e657858ab2711b5754c60064760 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Sun, 13 Oct 2019 12:06:03 -0500
Subject: [PATCH 17/18] New package: python3-testtools-2.3.0

---
 srcpkgs/python3-testtools/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-testtools/template

diff --git a/srcpkgs/python3-testtools/template b/srcpkgs/python3-testtools/template
new file mode 100644
index 00000000000..cca925fc66e
--- /dev/null
+++ b/srcpkgs/python3-testtools/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-testtools'
+pkgname=python3-testtools
+version=2.3.0
+revision=1
+wrksrc="testtools-${version}"
+#archs="i686 x86_64"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends=""
+depends=""
+short_desc="Python3 standard library unit testing framework"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="MIT"
+homepage="https://pypi.org/project/testtools/"
+distfiles="${PYPI_SITE}/t/testtools/testtools-${version}.tar.gz"
+checksum=5827ec6cf8233e0f29f51025addd713ca010061204fdea77484a2934690a0559
+
+post_install() {
+	vlicense LICENSE
+}

From 095494422ad729626fafd28c02ee533f6c846cf8 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:54 -0500
Subject: [PATCH 18/18] New package: certbot-0.35.1

Closes #11518
---
 srcpkgs/certbot/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/certbot/template

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
new file mode 100644
index 00000000000..507214661a5
--- /dev/null
+++ b/srcpkgs/certbot/template
@@ -0,0 +1,18 @@
+# Template file for 'certbot'
+pkgname=certbot
+version=0.35.1
+revision=1
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-acme python3-ConfigArgParse python3-configobj
+ python3-cryptography python3-josepy python3-pyrfc3339 python3-pytz
+ python3-zope.component python3-zope.interface python3-parsedatetime
+ python3-zope.hookable python3-mock python3-zope.deferredimport
+ python3-zope.deprecation"
+short_desc="Let's Encrypt certificate renewal automation utility"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="Apache-2.0"
+homepage="https://certboti.eff.org/"
+distfiles="https://github.com/certbot/certbot/archive/v${version}.tar.gz"
+checksum=c4b4755866a2eaf5204abe3da25b9b8769b146e73d93a9527a22cda7d5a55070

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR PATCH] [Updated] New package: certbot-0.35.1
  2019-10-11  3:32 [PR PATCH] Np certbot 0.35.1 voidlinux-github
                   ` (14 preceding siblings ...)
  2019-10-13 17:06 ` voidlinux-github
@ 2019-10-13 17:06 ` voidlinux-github
  2019-10-13 17:08 ` voidlinux-github
                   ` (10 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: voidlinux-github @ 2019-10-13 17:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 335 bytes --]

There is an updated pull request by misuchiru03 against master on the void-packages repository

https://github.com/misuchiru03/void-packages np_certbot_0.35.1
https://github.com/void-linux/void-packages/pull/15313

New package: certbot-0.35.1


A patch file from https://github.com/void-linux/void-packages/pull/15313.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-np_certbot_0.35.1-15313.patch --]
[-- Type: text/x-diff, Size: 22750 bytes --]

From 82976985ea300a7268a7d6fb602ddf7f26f0742a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:05 -0500
Subject: [PATCH 01/18] New package: python3-mock-3.0.5

---
 srcpkgs/python3-mock/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-mock/template

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
new file mode 100644
index 00000000000..2637b798d95
--- /dev/null
+++ b/srcpkgs/python3-mock/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-mock'
+pkgname=python3-mock
+version=3.0.5
+revision=1
+archs=noarch
+wrksrc="mock-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python3 mock library"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="http://mock.readthedocs.org/en/latest/"
+distfiles="${PYPI_SITE}/m/mock/mock-${version}.tar.gz"
+checksum=83657d894c90d5681d62155c82bda9c1187827525880eda8ff5df4ec813437c3
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 8444128e24af30c14ba76aec6ea34a2bf0e45dde Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:45 -0500
Subject: [PATCH 02/18] New package: python3-zope.hookable-4.2.0

---
 srcpkgs/python3-zope.hookable/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.hookable/template

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
new file mode 100644
index 00000000000..4c85cadb5a3
--- /dev/null
+++ b/srcpkgs/python3-zope.hookable/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.hookable'
+pkgname=python3-zope.hookable
+version=4.2.0
+revision=1
+archs=noarch
+wrksrc="zope.hookable-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope hookable architecture for Python3"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.hookable"
+distfiles="${PYPI_SITE}/z/zope.hookable/zope.hookable-${version}.tar.gz"
+checksum=c1df3929a3666fc5a0c80d60a0c1e6f6ef97c7f6ed2f1b7cf49f3e6f3d4dde15

From 082cdf5dee7ec6c4d460a8ef7e1a14b555843f3c Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:17:46 -0500
Subject: [PATCH 03/18] New package: python3-zope.deprecation-4.4.0

---
 srcpkgs/python3-zope.deprecation/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deprecation/template

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
new file mode 100644
index 00000000000..9843b96e094
--- /dev/null
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.deprecation'
+pkgname=python3-zope.deprecation
+version=4.4.0
+revision=1
+archs=noarch
+wrksrc="zope.deprecation-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python library to handle automated deprecations"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deprecation"
+distfiles="${PYPI_SITE}/z/zope.deprecation/zope.deprecation-${version}.tar.gz"
+checksum=0d453338f04bacf91bbfba545d8bcdf529aa829e67b705eac8c1a7fdce66e2df

From 1dfabaf2c5085ac0b766b12b6faf1dc3c0138e8b Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:23 -0500
Subject: [PATCH 04/18] New package: python3-zope.testrunner-5.0

---
 srcpkgs/python3-zope.testrunner/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testrunner/template

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
new file mode 100644
index 00000000000..8e5a921fccd
--- /dev/null
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.testrunner'
+pkgname=python3-zope.testrunner
+version=5.0
+revision=1
+archs=noarch
+wrksrc="zope.testrunner-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"
+depends="python3-zope.exceptions python3-zope.interface python3-six"
+checkdepends="python3-zope.testing python3-subunit python3-testtools"
+short_desc="Zope testrunner script"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testrunner"
+distfiles="${PYPI_SITE}/z/zope.testrunner/zope.testrunner-${version}.tar.gz"
+checksum=0d8a27e214033b6f1e557556e61bff9568ae95676dfcc8a032483fdeeee792c3

From d6e2b0984bb28a4eced7b693df1c6fbd31bd94e7 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:54 -0500
Subject: [PATCH 05/18] New package: python3-repoze.sphinx.autointerface-0.8

---
 .../template                                  | 20 +++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-repoze.sphinx.autointerface/template

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
new file mode 100644
index 00000000000..64bf5db8a25
--- /dev/null
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-repoze.sphinx.autointerface'
+pkgname=python3-repoze.sphinx.autointerface
+version=0.8
+revision=1
+archs=noarch
+wrksrc="repoze.sphinx.autointerface-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface"
+short_desc="Sphinx extension to auto-generate API docs from Zope interfaces"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-4-Clause"
+homepage="https://github.com/repoze/repoze.sphinx.autointerface/"
+distfiles="${PYPI_SITE}/r/repoze.sphinx.autointerface/repoze.sphinx.autointerface-${version}.tar.gz"
+checksum=8ef0383276ab722efb1e4a6523726262058dfd82615ccf7e5004aee3fe8ecc23
+
+post_install() {
+	vlicense LICENSE.txt
+	vlicense COPYRIGHT.txt
+}

From ef220224bec5c7065f5a85e7e581524b2de8aa1e Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:16 -0500
Subject: [PATCH 06/18] New package: python3-subunit-1.3.0

---
 srcpkgs/python3-subunit/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-subunit/template

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
new file mode 100644
index 00000000000..96f0f646557
--- /dev/null
+++ b/srcpkgs/python3-subunit/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-subunit'
+pkgname=python3-subunit
+version=1.3.0
+revision=1
+archs=noarch
+wrksrc=subunit-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-testtools"
+checkdepends="python3-hypothesis python3-testscenarios python3-fixtures"
+short_desc="Subunit test reporting and controlling protocol"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-3-Clause, Apache-2.0"
+homepage="https://github.com/testing-cabal/subunit"
+distfiles="https://github.com/testing-cabal/subunit/archive/${version}.tar.gz"
+checksum=badbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadb
+
+post_install() {
+	vlicense BSD
+}

From da819169ce5ed0776fc6216067601e7c17b18027 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:46 -0500
Subject: [PATCH 07/18] New package: python3-zope.configuration-4.3.1

---
 srcpkgs/python3-zope.configuration/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.configuration/template

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
new file mode 100644
index 00000000000..babfe8d77cc
--- /dev/null
+++ b/srcpkgs/python3-zope.configuration/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.configuration'
+pkgname=python3-zope.configuration
+version=4.3.1
+revision=1
+archs=noarch
+wrksrc="zope.configuration-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+depends="python3-zope.i18nmessageid python3-zope.interface python3-zope.schema"
+checkdepends="python3-zope.testing python3-zope.schema python3-zope.testrunner"
+short_desc="Zope configuration markup language"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.configuration/"
+distfiles="${PYPI_SITE}/z/zope.configuration/zope.configuration-${version}.tar.gz"
+checksum=6e16747f9fd6b9d8f09d78edf2a6f539cad0fa4ad49d8deb9cf63447cc4168e1

From d96efb186af9279e3b6a89e1f847ad121af067b0 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:31:49 -0500
Subject: [PATCH 08/18] New package: python3-zope.copy-4.2

---
 srcpkgs/python3-zope.copy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.copy/template

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
new file mode 100644
index 00000000000..43d628a6a41
--- /dev/null
+++ b/srcpkgs/python3-zope.copy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.copy'
+pkgname=python3-zope.copy
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.copy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+checkdepends="python3-zope.component python3-zope.location python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Pluggable object copying mechanism"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.copy"
+distfiles="${PYPI_SITE}/z/zope.copy/zope.copy-${version}.tar.gz"
+checksum=47bb9d09ff06c600b446f220f47a742396598ac4828d738d3d85e6490629a71a

From d286b1d4f07f730c7198caa15e040c5b7612f5c7 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:32:19 -0500
Subject: [PATCH 09/18] New package: python3-zope.deferredimport-4.3

---
 srcpkgs/python3-zope.deferredimport/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deferredimport/template

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
new file mode 100644
index 00000000000..ef1e89ae555
--- /dev/null
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-zope.deferredimport'
+pkgname=python3-zope.deferredimport
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.deferredimport-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.proxy"
+short_desc="Python module to perform import names that resolve in code"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deferredimport/"
+distfiles="${PYPI_SITE}/z/zope.deferredimport/zope.deferredimport-${version}.tar.gz"
+checksum=2ddef5a7ecfff132a2dd796253366ecf9748a446e30f1a0b3a636aec9d9c05c5

From 2efd18a633cfb84650a5412af4fcfa22bcd864f2 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:36:38 -0500
Subject: [PATCH 10/18] New package: python3-zope.exceptions-4.3

---
 srcpkgs/python3-zope.exceptions/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.exceptions/template

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
new file mode 100644
index 00000000000..897bb901856
--- /dev/null
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.exceptions'
+pkgname=python3-zope.exceptions
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.exceptions-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+depends="python3-zope.interface"
+checkdepends="python3-zope.testrunner"
+short_desc="Zope exceptions"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.exceptions"
+distfiles="${PYPI_SITE}/z/zope.exceptions/zope.exceptions-${version}.tar.gz"
+checksum=5fa59c3c1044bb9448aeec8328db0bfceaae2a2174e88528d3fe04adf8d47211

From 8575d4862892ee76bbb590bc133a00782f865357 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:38:34 -0500
Subject: [PATCH 11/18] New package: python3-zope.i18nmessageid-4.3.1

---
 srcpkgs/python3-zope.i18nmessageid/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.i18nmessageid/template

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
new file mode 100644
index 00000000000..5aa989fae84
--- /dev/null
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.i18nmessageid'
+pkgname=python3-zope.i18nmessageid
+version=4.3.1
+revision=1
+wrksrc="zope.i18nmessageid-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+makedepends="python3-devel"
+depends="python3-six"
+checkdepends="python3-nose python3-coverage"
+short_desc="Message identifiers for internalization"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.i18nmessageid/"
+distfiles="${PYPI_SITE}/z/zope.i18nmessageid/zope.i18nmessageid-${version}.tar.gz"
+checksum=e511edff8e75d3a6f84d8256e1e468c85a4aa9d89c2ea264a919334fae7081e3

From e70c16a0c2cae31aa168b37213c0041cfff560f1 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:01 -0500
Subject: [PATCH 12/18] New package: python3-zope.location-4.2

---
 srcpkgs/python3-zope.location/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-zope.location/template

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
new file mode 100644
index 00000000000..0e58a4a0ada
--- /dev/null
+++ b/srcpkgs/python3-zope.location/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-zope.location'
+pkgname=python3-zope.location
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.location-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+makedepends="python3-zope.configuration"
+depends="python3-zope.component"
+checkdepends="python3-zope.copy python3-zope.testrunner"
+short_desc="Zope location"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefederation/zope.location"
+distfiles="${PYPI_SITE}/z/zope.location/zope.location-${version}.tar.gz"
+checksum=a720f9e3c8a51d5007ed6fcd47e1834df02671d85dbfd1062a0d808de8bf80ac

From 1459bece321d274cdc52c35b62e41dd0cd9be672 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:26 -0500
Subject: [PATCH 13/18] New package: python3-zope.proxy-4.3.1

---
 srcpkgs/python3-zope.proxy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.proxy/template

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
new file mode 100644
index 00000000000..0d4bfeb138f
--- /dev/null
+++ b/srcpkgs/python3-zope.proxy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.proxy'
+pkgname=python3-zope.proxy
+version=4.3.1
+revision=1
+wrksrc="zope.proxy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3-zope.interface python3-Sphinx python3-zope.testrunner
+ python3-zope.security"
+short_desc="Python generic transparent proxies"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.proxy"
+distfiles="${PYPI_SITE}/z/zope.proxy/zope.proxy-${version}.tar.gz"
+checksum=563c2454b2d0f23bca54d2e0e4d781149b7b06cb5df67e253ca3620f37202dd2

From fceca1c2360b169e3f3e96d501fcd4672311b2d4 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:49 -0500
Subject: [PATCH 14/18] New package: python3-zope.schema-4.9.3

---
 srcpkgs/python3-zope.schema/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.schema/template

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
new file mode 100644
index 00000000000..7294092a900
--- /dev/null
+++ b/srcpkgs/python3-zope.schema/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.schema'
+pkgname=python3-zope.schema
+version=4.9.3
+revision=1
+archs=noarch
+wrksrc=zope.schema-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface python3-zope.event"
+checkdepends="python3-zope.i18nmessageid python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Zope.interface extension for defining data schemas"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.schema"
+distfiles="${PYPI_SITE}/z/zope.schema/zope.schema-${version}.tar.gz"
+checksum=2d971da8707cab47b1916534b9929dcd9d7f23aed790e6b4cbe3103d5b18069d

From 8b959b2906944235abecc43bb03ecdf15e06d230 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:40:26 -0500
Subject: [PATCH 15/18] New package: python3-zope.security-4.3.1

---
 srcpkgs/python3-zope.security/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.security/template

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
new file mode 100644
index 00000000000..a8ca492f98b
--- /dev/null
+++ b/srcpkgs/python3-zope.security/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.security'
+pkgname=python3-zope.security
+version=4.3.1
+revision=1
+wrksrc="zope.security-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-distutils-extra"
+makedepends="python3-devel"
+depends="python3-zope.component python3-zope.configuration python3-zope.testing
+ python3-zope.testrunner python3-zope.location"
+short_desc="Zope security framework"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.security/"
+distfiles="${PYPI_SITE}/z/zope.security/zope.security-${version}.tar.gz"
+checksum=9448e57bcc856ff05b881ffb1852cdd367fd234e31c0003fd5373582f57beaff

From 4ff450c24f7c7daf03a2c88487ad3f196b57c515 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:38 -0500
Subject: [PATCH 16/18] New package: python3-zope.testing-4.7

---
 srcpkgs/python3-zope.testing/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testing/template

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
new file mode 100644
index 00000000000..814817904f6
--- /dev/null
+++ b/srcpkgs/python3-zope.testing/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.testing'
+pkgname=python3-zope.testing
+version=4.7
+revision=1
+archs=noarch
+wrksrc="zope.testing-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope testing helpers"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testing"
+distfiles="${PYPI_SITE}/z/zope.testing/zope.testing-${version}.tar.gz"
+checksum=d66be8d1de37e8536ca58a1d9f4d89a68c9cc75cc0e788a175c8a20ae26003ea

From 655abf4d66036e657858ab2711b5754c60064760 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Sun, 13 Oct 2019 12:06:03 -0500
Subject: [PATCH 17/18] New package: python3-testtools-2.3.0

---
 srcpkgs/python3-testtools/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-testtools/template

diff --git a/srcpkgs/python3-testtools/template b/srcpkgs/python3-testtools/template
new file mode 100644
index 00000000000..cca925fc66e
--- /dev/null
+++ b/srcpkgs/python3-testtools/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-testtools'
+pkgname=python3-testtools
+version=2.3.0
+revision=1
+wrksrc="testtools-${version}"
+#archs="i686 x86_64"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends=""
+depends=""
+short_desc="Python3 standard library unit testing framework"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="MIT"
+homepage="https://pypi.org/project/testtools/"
+distfiles="${PYPI_SITE}/t/testtools/testtools-${version}.tar.gz"
+checksum=5827ec6cf8233e0f29f51025addd713ca010061204fdea77484a2934690a0559
+
+post_install() {
+	vlicense LICENSE
+}

From 095494422ad729626fafd28c02ee533f6c846cf8 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:54 -0500
Subject: [PATCH 18/18] New package: certbot-0.35.1

Closes #11518
---
 srcpkgs/certbot/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/certbot/template

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
new file mode 100644
index 00000000000..507214661a5
--- /dev/null
+++ b/srcpkgs/certbot/template
@@ -0,0 +1,18 @@
+# Template file for 'certbot'
+pkgname=certbot
+version=0.35.1
+revision=1
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-acme python3-ConfigArgParse python3-configobj
+ python3-cryptography python3-josepy python3-pyrfc3339 python3-pytz
+ python3-zope.component python3-zope.interface python3-parsedatetime
+ python3-zope.hookable python3-mock python3-zope.deferredimport
+ python3-zope.deprecation"
+short_desc="Let's Encrypt certificate renewal automation utility"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="Apache-2.0"
+homepage="https://certboti.eff.org/"
+distfiles="https://github.com/certbot/certbot/archive/v${version}.tar.gz"
+checksum=c4b4755866a2eaf5204abe3da25b9b8769b146e73d93a9527a22cda7d5a55070

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR PATCH] [Updated] New package: certbot-0.35.1
  2019-10-11  3:32 [PR PATCH] Np certbot 0.35.1 voidlinux-github
                   ` (16 preceding siblings ...)
  2019-10-13 17:08 ` voidlinux-github
@ 2019-10-13 17:08 ` voidlinux-github
  2019-10-13 17:15 ` voidlinux-github
                   ` (8 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: voidlinux-github @ 2019-10-13 17:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 335 bytes --]

There is an updated pull request by misuchiru03 against master on the void-packages repository

https://github.com/misuchiru03/void-packages np_certbot_0.35.1
https://github.com/void-linux/void-packages/pull/15313

New package: certbot-0.35.1


A patch file from https://github.com/void-linux/void-packages/pull/15313.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-np_certbot_0.35.1-15313.patch --]
[-- Type: text/x-diff, Size: 22750 bytes --]

From 82976985ea300a7268a7d6fb602ddf7f26f0742a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:05 -0500
Subject: [PATCH 01/18] New package: python3-mock-3.0.5

---
 srcpkgs/python3-mock/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-mock/template

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
new file mode 100644
index 00000000000..2637b798d95
--- /dev/null
+++ b/srcpkgs/python3-mock/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-mock'
+pkgname=python3-mock
+version=3.0.5
+revision=1
+archs=noarch
+wrksrc="mock-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python3 mock library"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="http://mock.readthedocs.org/en/latest/"
+distfiles="${PYPI_SITE}/m/mock/mock-${version}.tar.gz"
+checksum=83657d894c90d5681d62155c82bda9c1187827525880eda8ff5df4ec813437c3
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 8444128e24af30c14ba76aec6ea34a2bf0e45dde Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:45 -0500
Subject: [PATCH 02/18] New package: python3-zope.hookable-4.2.0

---
 srcpkgs/python3-zope.hookable/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.hookable/template

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
new file mode 100644
index 00000000000..4c85cadb5a3
--- /dev/null
+++ b/srcpkgs/python3-zope.hookable/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.hookable'
+pkgname=python3-zope.hookable
+version=4.2.0
+revision=1
+archs=noarch
+wrksrc="zope.hookable-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope hookable architecture for Python3"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.hookable"
+distfiles="${PYPI_SITE}/z/zope.hookable/zope.hookable-${version}.tar.gz"
+checksum=c1df3929a3666fc5a0c80d60a0c1e6f6ef97c7f6ed2f1b7cf49f3e6f3d4dde15

From 082cdf5dee7ec6c4d460a8ef7e1a14b555843f3c Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:17:46 -0500
Subject: [PATCH 03/18] New package: python3-zope.deprecation-4.4.0

---
 srcpkgs/python3-zope.deprecation/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deprecation/template

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
new file mode 100644
index 00000000000..9843b96e094
--- /dev/null
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.deprecation'
+pkgname=python3-zope.deprecation
+version=4.4.0
+revision=1
+archs=noarch
+wrksrc="zope.deprecation-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python library to handle automated deprecations"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deprecation"
+distfiles="${PYPI_SITE}/z/zope.deprecation/zope.deprecation-${version}.tar.gz"
+checksum=0d453338f04bacf91bbfba545d8bcdf529aa829e67b705eac8c1a7fdce66e2df

From 1dfabaf2c5085ac0b766b12b6faf1dc3c0138e8b Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:23 -0500
Subject: [PATCH 04/18] New package: python3-zope.testrunner-5.0

---
 srcpkgs/python3-zope.testrunner/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testrunner/template

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
new file mode 100644
index 00000000000..8e5a921fccd
--- /dev/null
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.testrunner'
+pkgname=python3-zope.testrunner
+version=5.0
+revision=1
+archs=noarch
+wrksrc="zope.testrunner-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"
+depends="python3-zope.exceptions python3-zope.interface python3-six"
+checkdepends="python3-zope.testing python3-subunit python3-testtools"
+short_desc="Zope testrunner script"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testrunner"
+distfiles="${PYPI_SITE}/z/zope.testrunner/zope.testrunner-${version}.tar.gz"
+checksum=0d8a27e214033b6f1e557556e61bff9568ae95676dfcc8a032483fdeeee792c3

From d6e2b0984bb28a4eced7b693df1c6fbd31bd94e7 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:54 -0500
Subject: [PATCH 05/18] New package: python3-repoze.sphinx.autointerface-0.8

---
 .../template                                  | 20 +++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-repoze.sphinx.autointerface/template

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
new file mode 100644
index 00000000000..64bf5db8a25
--- /dev/null
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-repoze.sphinx.autointerface'
+pkgname=python3-repoze.sphinx.autointerface
+version=0.8
+revision=1
+archs=noarch
+wrksrc="repoze.sphinx.autointerface-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface"
+short_desc="Sphinx extension to auto-generate API docs from Zope interfaces"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-4-Clause"
+homepage="https://github.com/repoze/repoze.sphinx.autointerface/"
+distfiles="${PYPI_SITE}/r/repoze.sphinx.autointerface/repoze.sphinx.autointerface-${version}.tar.gz"
+checksum=8ef0383276ab722efb1e4a6523726262058dfd82615ccf7e5004aee3fe8ecc23
+
+post_install() {
+	vlicense LICENSE.txt
+	vlicense COPYRIGHT.txt
+}

From ef220224bec5c7065f5a85e7e581524b2de8aa1e Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:16 -0500
Subject: [PATCH 06/18] New package: python3-subunit-1.3.0

---
 srcpkgs/python3-subunit/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-subunit/template

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
new file mode 100644
index 00000000000..96f0f646557
--- /dev/null
+++ b/srcpkgs/python3-subunit/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-subunit'
+pkgname=python3-subunit
+version=1.3.0
+revision=1
+archs=noarch
+wrksrc=subunit-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-testtools"
+checkdepends="python3-hypothesis python3-testscenarios python3-fixtures"
+short_desc="Subunit test reporting and controlling protocol"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-3-Clause, Apache-2.0"
+homepage="https://github.com/testing-cabal/subunit"
+distfiles="https://github.com/testing-cabal/subunit/archive/${version}.tar.gz"
+checksum=badbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadb
+
+post_install() {
+	vlicense BSD
+}

From da819169ce5ed0776fc6216067601e7c17b18027 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:46 -0500
Subject: [PATCH 07/18] New package: python3-zope.configuration-4.3.1

---
 srcpkgs/python3-zope.configuration/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.configuration/template

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
new file mode 100644
index 00000000000..babfe8d77cc
--- /dev/null
+++ b/srcpkgs/python3-zope.configuration/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.configuration'
+pkgname=python3-zope.configuration
+version=4.3.1
+revision=1
+archs=noarch
+wrksrc="zope.configuration-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+depends="python3-zope.i18nmessageid python3-zope.interface python3-zope.schema"
+checkdepends="python3-zope.testing python3-zope.schema python3-zope.testrunner"
+short_desc="Zope configuration markup language"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.configuration/"
+distfiles="${PYPI_SITE}/z/zope.configuration/zope.configuration-${version}.tar.gz"
+checksum=6e16747f9fd6b9d8f09d78edf2a6f539cad0fa4ad49d8deb9cf63447cc4168e1

From d96efb186af9279e3b6a89e1f847ad121af067b0 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:31:49 -0500
Subject: [PATCH 08/18] New package: python3-zope.copy-4.2

---
 srcpkgs/python3-zope.copy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.copy/template

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
new file mode 100644
index 00000000000..43d628a6a41
--- /dev/null
+++ b/srcpkgs/python3-zope.copy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.copy'
+pkgname=python3-zope.copy
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.copy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+checkdepends="python3-zope.component python3-zope.location python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Pluggable object copying mechanism"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.copy"
+distfiles="${PYPI_SITE}/z/zope.copy/zope.copy-${version}.tar.gz"
+checksum=47bb9d09ff06c600b446f220f47a742396598ac4828d738d3d85e6490629a71a

From d286b1d4f07f730c7198caa15e040c5b7612f5c7 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:32:19 -0500
Subject: [PATCH 09/18] New package: python3-zope.deferredimport-4.3

---
 srcpkgs/python3-zope.deferredimport/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deferredimport/template

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
new file mode 100644
index 00000000000..ef1e89ae555
--- /dev/null
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-zope.deferredimport'
+pkgname=python3-zope.deferredimport
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.deferredimport-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.proxy"
+short_desc="Python module to perform import names that resolve in code"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deferredimport/"
+distfiles="${PYPI_SITE}/z/zope.deferredimport/zope.deferredimport-${version}.tar.gz"
+checksum=2ddef5a7ecfff132a2dd796253366ecf9748a446e30f1a0b3a636aec9d9c05c5

From 2efd18a633cfb84650a5412af4fcfa22bcd864f2 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:36:38 -0500
Subject: [PATCH 10/18] New package: python3-zope.exceptions-4.3

---
 srcpkgs/python3-zope.exceptions/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.exceptions/template

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
new file mode 100644
index 00000000000..897bb901856
--- /dev/null
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.exceptions'
+pkgname=python3-zope.exceptions
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.exceptions-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+depends="python3-zope.interface"
+checkdepends="python3-zope.testrunner"
+short_desc="Zope exceptions"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.exceptions"
+distfiles="${PYPI_SITE}/z/zope.exceptions/zope.exceptions-${version}.tar.gz"
+checksum=5fa59c3c1044bb9448aeec8328db0bfceaae2a2174e88528d3fe04adf8d47211

From 8575d4862892ee76bbb590bc133a00782f865357 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:38:34 -0500
Subject: [PATCH 11/18] New package: python3-zope.i18nmessageid-4.3.1

---
 srcpkgs/python3-zope.i18nmessageid/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.i18nmessageid/template

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
new file mode 100644
index 00000000000..5aa989fae84
--- /dev/null
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.i18nmessageid'
+pkgname=python3-zope.i18nmessageid
+version=4.3.1
+revision=1
+wrksrc="zope.i18nmessageid-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+makedepends="python3-devel"
+depends="python3-six"
+checkdepends="python3-nose python3-coverage"
+short_desc="Message identifiers for internalization"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.i18nmessageid/"
+distfiles="${PYPI_SITE}/z/zope.i18nmessageid/zope.i18nmessageid-${version}.tar.gz"
+checksum=e511edff8e75d3a6f84d8256e1e468c85a4aa9d89c2ea264a919334fae7081e3

From e70c16a0c2cae31aa168b37213c0041cfff560f1 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:01 -0500
Subject: [PATCH 12/18] New package: python3-zope.location-4.2

---
 srcpkgs/python3-zope.location/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-zope.location/template

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
new file mode 100644
index 00000000000..0e58a4a0ada
--- /dev/null
+++ b/srcpkgs/python3-zope.location/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-zope.location'
+pkgname=python3-zope.location
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.location-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+makedepends="python3-zope.configuration"
+depends="python3-zope.component"
+checkdepends="python3-zope.copy python3-zope.testrunner"
+short_desc="Zope location"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefederation/zope.location"
+distfiles="${PYPI_SITE}/z/zope.location/zope.location-${version}.tar.gz"
+checksum=a720f9e3c8a51d5007ed6fcd47e1834df02671d85dbfd1062a0d808de8bf80ac

From 1459bece321d274cdc52c35b62e41dd0cd9be672 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:26 -0500
Subject: [PATCH 13/18] New package: python3-zope.proxy-4.3.1

---
 srcpkgs/python3-zope.proxy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.proxy/template

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
new file mode 100644
index 00000000000..0d4bfeb138f
--- /dev/null
+++ b/srcpkgs/python3-zope.proxy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.proxy'
+pkgname=python3-zope.proxy
+version=4.3.1
+revision=1
+wrksrc="zope.proxy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3-zope.interface python3-Sphinx python3-zope.testrunner
+ python3-zope.security"
+short_desc="Python generic transparent proxies"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.proxy"
+distfiles="${PYPI_SITE}/z/zope.proxy/zope.proxy-${version}.tar.gz"
+checksum=563c2454b2d0f23bca54d2e0e4d781149b7b06cb5df67e253ca3620f37202dd2

From fceca1c2360b169e3f3e96d501fcd4672311b2d4 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:49 -0500
Subject: [PATCH 14/18] New package: python3-zope.schema-4.9.3

---
 srcpkgs/python3-zope.schema/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.schema/template

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
new file mode 100644
index 00000000000..7294092a900
--- /dev/null
+++ b/srcpkgs/python3-zope.schema/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.schema'
+pkgname=python3-zope.schema
+version=4.9.3
+revision=1
+archs=noarch
+wrksrc=zope.schema-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface python3-zope.event"
+checkdepends="python3-zope.i18nmessageid python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Zope.interface extension for defining data schemas"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.schema"
+distfiles="${PYPI_SITE}/z/zope.schema/zope.schema-${version}.tar.gz"
+checksum=2d971da8707cab47b1916534b9929dcd9d7f23aed790e6b4cbe3103d5b18069d

From 8b959b2906944235abecc43bb03ecdf15e06d230 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:40:26 -0500
Subject: [PATCH 15/18] New package: python3-zope.security-4.3.1

---
 srcpkgs/python3-zope.security/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.security/template

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
new file mode 100644
index 00000000000..a8ca492f98b
--- /dev/null
+++ b/srcpkgs/python3-zope.security/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.security'
+pkgname=python3-zope.security
+version=4.3.1
+revision=1
+wrksrc="zope.security-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-distutils-extra"
+makedepends="python3-devel"
+depends="python3-zope.component python3-zope.configuration python3-zope.testing
+ python3-zope.testrunner python3-zope.location"
+short_desc="Zope security framework"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.security/"
+distfiles="${PYPI_SITE}/z/zope.security/zope.security-${version}.tar.gz"
+checksum=9448e57bcc856ff05b881ffb1852cdd367fd234e31c0003fd5373582f57beaff

From 4ff450c24f7c7daf03a2c88487ad3f196b57c515 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:38 -0500
Subject: [PATCH 16/18] New package: python3-zope.testing-4.7

---
 srcpkgs/python3-zope.testing/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testing/template

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
new file mode 100644
index 00000000000..814817904f6
--- /dev/null
+++ b/srcpkgs/python3-zope.testing/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.testing'
+pkgname=python3-zope.testing
+version=4.7
+revision=1
+archs=noarch
+wrksrc="zope.testing-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope testing helpers"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testing"
+distfiles="${PYPI_SITE}/z/zope.testing/zope.testing-${version}.tar.gz"
+checksum=d66be8d1de37e8536ca58a1d9f4d89a68c9cc75cc0e788a175c8a20ae26003ea

From 655abf4d66036e657858ab2711b5754c60064760 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Sun, 13 Oct 2019 12:06:03 -0500
Subject: [PATCH 17/18] New package: python3-testtools-2.3.0

---
 srcpkgs/python3-testtools/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-testtools/template

diff --git a/srcpkgs/python3-testtools/template b/srcpkgs/python3-testtools/template
new file mode 100644
index 00000000000..cca925fc66e
--- /dev/null
+++ b/srcpkgs/python3-testtools/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-testtools'
+pkgname=python3-testtools
+version=2.3.0
+revision=1
+wrksrc="testtools-${version}"
+#archs="i686 x86_64"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends=""
+depends=""
+short_desc="Python3 standard library unit testing framework"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="MIT"
+homepage="https://pypi.org/project/testtools/"
+distfiles="${PYPI_SITE}/t/testtools/testtools-${version}.tar.gz"
+checksum=5827ec6cf8233e0f29f51025addd713ca010061204fdea77484a2934690a0559
+
+post_install() {
+	vlicense LICENSE
+}

From 8b2989acd895006c34dc91f08aec66b728a29ee7 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:54 -0500
Subject: [PATCH 18/18] New package: certbot-0.35.1

Closes #11518
---
 srcpkgs/certbot/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/certbot/template

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
new file mode 100644
index 00000000000..507214661a5
--- /dev/null
+++ b/srcpkgs/certbot/template
@@ -0,0 +1,18 @@
+# Template file for 'certbot'
+pkgname=certbot
+version=0.35.1
+revision=1
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-acme python3-ConfigArgParse python3-configobj
+ python3-cryptography python3-josepy python3-pyrfc3339 python3-pytz
+ python3-zope.component python3-zope.interface python3-parsedatetime
+ python3-zope.hookable python3-mock python3-zope.deferredimport
+ python3-zope.deprecation"
+short_desc="Let's Encrypt certificate renewal automation utility"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="Apache-2.0"
+homepage="https://certboti.eff.org/"
+distfiles="https://github.com/certbot/certbot/archive/v${version}.tar.gz"
+checksum=c4b4755866a2eaf5204abe3da25b9b8769b146e73d93a9527a22cda7d5a55070

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR PATCH] [Updated] New package: certbot-0.35.1
  2019-10-11  3:32 [PR PATCH] Np certbot 0.35.1 voidlinux-github
                   ` (15 preceding siblings ...)
  2019-10-13 17:06 ` voidlinux-github
@ 2019-10-13 17:08 ` voidlinux-github
  2019-10-13 17:08 ` voidlinux-github
                   ` (9 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: voidlinux-github @ 2019-10-13 17:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 335 bytes --]

There is an updated pull request by misuchiru03 against master on the void-packages repository

https://github.com/misuchiru03/void-packages np_certbot_0.35.1
https://github.com/void-linux/void-packages/pull/15313

New package: certbot-0.35.1


A patch file from https://github.com/void-linux/void-packages/pull/15313.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-np_certbot_0.35.1-15313.patch --]
[-- Type: text/x-diff, Size: 22750 bytes --]

From 82976985ea300a7268a7d6fb602ddf7f26f0742a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:05 -0500
Subject: [PATCH 01/18] New package: python3-mock-3.0.5

---
 srcpkgs/python3-mock/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-mock/template

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
new file mode 100644
index 00000000000..2637b798d95
--- /dev/null
+++ b/srcpkgs/python3-mock/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-mock'
+pkgname=python3-mock
+version=3.0.5
+revision=1
+archs=noarch
+wrksrc="mock-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python3 mock library"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="http://mock.readthedocs.org/en/latest/"
+distfiles="${PYPI_SITE}/m/mock/mock-${version}.tar.gz"
+checksum=83657d894c90d5681d62155c82bda9c1187827525880eda8ff5df4ec813437c3
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 8444128e24af30c14ba76aec6ea34a2bf0e45dde Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:45 -0500
Subject: [PATCH 02/18] New package: python3-zope.hookable-4.2.0

---
 srcpkgs/python3-zope.hookable/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.hookable/template

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
new file mode 100644
index 00000000000..4c85cadb5a3
--- /dev/null
+++ b/srcpkgs/python3-zope.hookable/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.hookable'
+pkgname=python3-zope.hookable
+version=4.2.0
+revision=1
+archs=noarch
+wrksrc="zope.hookable-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope hookable architecture for Python3"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.hookable"
+distfiles="${PYPI_SITE}/z/zope.hookable/zope.hookable-${version}.tar.gz"
+checksum=c1df3929a3666fc5a0c80d60a0c1e6f6ef97c7f6ed2f1b7cf49f3e6f3d4dde15

From 082cdf5dee7ec6c4d460a8ef7e1a14b555843f3c Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:17:46 -0500
Subject: [PATCH 03/18] New package: python3-zope.deprecation-4.4.0

---
 srcpkgs/python3-zope.deprecation/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deprecation/template

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
new file mode 100644
index 00000000000..9843b96e094
--- /dev/null
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.deprecation'
+pkgname=python3-zope.deprecation
+version=4.4.0
+revision=1
+archs=noarch
+wrksrc="zope.deprecation-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python library to handle automated deprecations"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deprecation"
+distfiles="${PYPI_SITE}/z/zope.deprecation/zope.deprecation-${version}.tar.gz"
+checksum=0d453338f04bacf91bbfba545d8bcdf529aa829e67b705eac8c1a7fdce66e2df

From 1dfabaf2c5085ac0b766b12b6faf1dc3c0138e8b Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:23 -0500
Subject: [PATCH 04/18] New package: python3-zope.testrunner-5.0

---
 srcpkgs/python3-zope.testrunner/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testrunner/template

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
new file mode 100644
index 00000000000..8e5a921fccd
--- /dev/null
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.testrunner'
+pkgname=python3-zope.testrunner
+version=5.0
+revision=1
+archs=noarch
+wrksrc="zope.testrunner-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"
+depends="python3-zope.exceptions python3-zope.interface python3-six"
+checkdepends="python3-zope.testing python3-subunit python3-testtools"
+short_desc="Zope testrunner script"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testrunner"
+distfiles="${PYPI_SITE}/z/zope.testrunner/zope.testrunner-${version}.tar.gz"
+checksum=0d8a27e214033b6f1e557556e61bff9568ae95676dfcc8a032483fdeeee792c3

From d6e2b0984bb28a4eced7b693df1c6fbd31bd94e7 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:54 -0500
Subject: [PATCH 05/18] New package: python3-repoze.sphinx.autointerface-0.8

---
 .../template                                  | 20 +++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-repoze.sphinx.autointerface/template

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
new file mode 100644
index 00000000000..64bf5db8a25
--- /dev/null
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-repoze.sphinx.autointerface'
+pkgname=python3-repoze.sphinx.autointerface
+version=0.8
+revision=1
+archs=noarch
+wrksrc="repoze.sphinx.autointerface-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface"
+short_desc="Sphinx extension to auto-generate API docs from Zope interfaces"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-4-Clause"
+homepage="https://github.com/repoze/repoze.sphinx.autointerface/"
+distfiles="${PYPI_SITE}/r/repoze.sphinx.autointerface/repoze.sphinx.autointerface-${version}.tar.gz"
+checksum=8ef0383276ab722efb1e4a6523726262058dfd82615ccf7e5004aee3fe8ecc23
+
+post_install() {
+	vlicense LICENSE.txt
+	vlicense COPYRIGHT.txt
+}

From ef220224bec5c7065f5a85e7e581524b2de8aa1e Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:16 -0500
Subject: [PATCH 06/18] New package: python3-subunit-1.3.0

---
 srcpkgs/python3-subunit/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-subunit/template

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
new file mode 100644
index 00000000000..96f0f646557
--- /dev/null
+++ b/srcpkgs/python3-subunit/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-subunit'
+pkgname=python3-subunit
+version=1.3.0
+revision=1
+archs=noarch
+wrksrc=subunit-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-testtools"
+checkdepends="python3-hypothesis python3-testscenarios python3-fixtures"
+short_desc="Subunit test reporting and controlling protocol"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-3-Clause, Apache-2.0"
+homepage="https://github.com/testing-cabal/subunit"
+distfiles="https://github.com/testing-cabal/subunit/archive/${version}.tar.gz"
+checksum=badbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadb
+
+post_install() {
+	vlicense BSD
+}

From da819169ce5ed0776fc6216067601e7c17b18027 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:46 -0500
Subject: [PATCH 07/18] New package: python3-zope.configuration-4.3.1

---
 srcpkgs/python3-zope.configuration/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.configuration/template

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
new file mode 100644
index 00000000000..babfe8d77cc
--- /dev/null
+++ b/srcpkgs/python3-zope.configuration/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.configuration'
+pkgname=python3-zope.configuration
+version=4.3.1
+revision=1
+archs=noarch
+wrksrc="zope.configuration-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+depends="python3-zope.i18nmessageid python3-zope.interface python3-zope.schema"
+checkdepends="python3-zope.testing python3-zope.schema python3-zope.testrunner"
+short_desc="Zope configuration markup language"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.configuration/"
+distfiles="${PYPI_SITE}/z/zope.configuration/zope.configuration-${version}.tar.gz"
+checksum=6e16747f9fd6b9d8f09d78edf2a6f539cad0fa4ad49d8deb9cf63447cc4168e1

From d96efb186af9279e3b6a89e1f847ad121af067b0 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:31:49 -0500
Subject: [PATCH 08/18] New package: python3-zope.copy-4.2

---
 srcpkgs/python3-zope.copy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.copy/template

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
new file mode 100644
index 00000000000..43d628a6a41
--- /dev/null
+++ b/srcpkgs/python3-zope.copy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.copy'
+pkgname=python3-zope.copy
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.copy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+checkdepends="python3-zope.component python3-zope.location python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Pluggable object copying mechanism"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.copy"
+distfiles="${PYPI_SITE}/z/zope.copy/zope.copy-${version}.tar.gz"
+checksum=47bb9d09ff06c600b446f220f47a742396598ac4828d738d3d85e6490629a71a

From d286b1d4f07f730c7198caa15e040c5b7612f5c7 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:32:19 -0500
Subject: [PATCH 09/18] New package: python3-zope.deferredimport-4.3

---
 srcpkgs/python3-zope.deferredimport/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deferredimport/template

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
new file mode 100644
index 00000000000..ef1e89ae555
--- /dev/null
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-zope.deferredimport'
+pkgname=python3-zope.deferredimport
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.deferredimport-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.proxy"
+short_desc="Python module to perform import names that resolve in code"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deferredimport/"
+distfiles="${PYPI_SITE}/z/zope.deferredimport/zope.deferredimport-${version}.tar.gz"
+checksum=2ddef5a7ecfff132a2dd796253366ecf9748a446e30f1a0b3a636aec9d9c05c5

From 2efd18a633cfb84650a5412af4fcfa22bcd864f2 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:36:38 -0500
Subject: [PATCH 10/18] New package: python3-zope.exceptions-4.3

---
 srcpkgs/python3-zope.exceptions/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.exceptions/template

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
new file mode 100644
index 00000000000..897bb901856
--- /dev/null
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.exceptions'
+pkgname=python3-zope.exceptions
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.exceptions-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+depends="python3-zope.interface"
+checkdepends="python3-zope.testrunner"
+short_desc="Zope exceptions"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.exceptions"
+distfiles="${PYPI_SITE}/z/zope.exceptions/zope.exceptions-${version}.tar.gz"
+checksum=5fa59c3c1044bb9448aeec8328db0bfceaae2a2174e88528d3fe04adf8d47211

From 8575d4862892ee76bbb590bc133a00782f865357 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:38:34 -0500
Subject: [PATCH 11/18] New package: python3-zope.i18nmessageid-4.3.1

---
 srcpkgs/python3-zope.i18nmessageid/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.i18nmessageid/template

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
new file mode 100644
index 00000000000..5aa989fae84
--- /dev/null
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.i18nmessageid'
+pkgname=python3-zope.i18nmessageid
+version=4.3.1
+revision=1
+wrksrc="zope.i18nmessageid-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+makedepends="python3-devel"
+depends="python3-six"
+checkdepends="python3-nose python3-coverage"
+short_desc="Message identifiers for internalization"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.i18nmessageid/"
+distfiles="${PYPI_SITE}/z/zope.i18nmessageid/zope.i18nmessageid-${version}.tar.gz"
+checksum=e511edff8e75d3a6f84d8256e1e468c85a4aa9d89c2ea264a919334fae7081e3

From e70c16a0c2cae31aa168b37213c0041cfff560f1 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:01 -0500
Subject: [PATCH 12/18] New package: python3-zope.location-4.2

---
 srcpkgs/python3-zope.location/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-zope.location/template

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
new file mode 100644
index 00000000000..0e58a4a0ada
--- /dev/null
+++ b/srcpkgs/python3-zope.location/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-zope.location'
+pkgname=python3-zope.location
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.location-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+makedepends="python3-zope.configuration"
+depends="python3-zope.component"
+checkdepends="python3-zope.copy python3-zope.testrunner"
+short_desc="Zope location"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefederation/zope.location"
+distfiles="${PYPI_SITE}/z/zope.location/zope.location-${version}.tar.gz"
+checksum=a720f9e3c8a51d5007ed6fcd47e1834df02671d85dbfd1062a0d808de8bf80ac

From 1459bece321d274cdc52c35b62e41dd0cd9be672 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:26 -0500
Subject: [PATCH 13/18] New package: python3-zope.proxy-4.3.1

---
 srcpkgs/python3-zope.proxy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.proxy/template

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
new file mode 100644
index 00000000000..0d4bfeb138f
--- /dev/null
+++ b/srcpkgs/python3-zope.proxy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.proxy'
+pkgname=python3-zope.proxy
+version=4.3.1
+revision=1
+wrksrc="zope.proxy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3-zope.interface python3-Sphinx python3-zope.testrunner
+ python3-zope.security"
+short_desc="Python generic transparent proxies"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.proxy"
+distfiles="${PYPI_SITE}/z/zope.proxy/zope.proxy-${version}.tar.gz"
+checksum=563c2454b2d0f23bca54d2e0e4d781149b7b06cb5df67e253ca3620f37202dd2

From fceca1c2360b169e3f3e96d501fcd4672311b2d4 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:49 -0500
Subject: [PATCH 14/18] New package: python3-zope.schema-4.9.3

---
 srcpkgs/python3-zope.schema/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.schema/template

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
new file mode 100644
index 00000000000..7294092a900
--- /dev/null
+++ b/srcpkgs/python3-zope.schema/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.schema'
+pkgname=python3-zope.schema
+version=4.9.3
+revision=1
+archs=noarch
+wrksrc=zope.schema-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface python3-zope.event"
+checkdepends="python3-zope.i18nmessageid python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Zope.interface extension for defining data schemas"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.schema"
+distfiles="${PYPI_SITE}/z/zope.schema/zope.schema-${version}.tar.gz"
+checksum=2d971da8707cab47b1916534b9929dcd9d7f23aed790e6b4cbe3103d5b18069d

From 8b959b2906944235abecc43bb03ecdf15e06d230 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:40:26 -0500
Subject: [PATCH 15/18] New package: python3-zope.security-4.3.1

---
 srcpkgs/python3-zope.security/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.security/template

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
new file mode 100644
index 00000000000..a8ca492f98b
--- /dev/null
+++ b/srcpkgs/python3-zope.security/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.security'
+pkgname=python3-zope.security
+version=4.3.1
+revision=1
+wrksrc="zope.security-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-distutils-extra"
+makedepends="python3-devel"
+depends="python3-zope.component python3-zope.configuration python3-zope.testing
+ python3-zope.testrunner python3-zope.location"
+short_desc="Zope security framework"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.security/"
+distfiles="${PYPI_SITE}/z/zope.security/zope.security-${version}.tar.gz"
+checksum=9448e57bcc856ff05b881ffb1852cdd367fd234e31c0003fd5373582f57beaff

From 4ff450c24f7c7daf03a2c88487ad3f196b57c515 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:38 -0500
Subject: [PATCH 16/18] New package: python3-zope.testing-4.7

---
 srcpkgs/python3-zope.testing/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testing/template

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
new file mode 100644
index 00000000000..814817904f6
--- /dev/null
+++ b/srcpkgs/python3-zope.testing/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.testing'
+pkgname=python3-zope.testing
+version=4.7
+revision=1
+archs=noarch
+wrksrc="zope.testing-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope testing helpers"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testing"
+distfiles="${PYPI_SITE}/z/zope.testing/zope.testing-${version}.tar.gz"
+checksum=d66be8d1de37e8536ca58a1d9f4d89a68c9cc75cc0e788a175c8a20ae26003ea

From 655abf4d66036e657858ab2711b5754c60064760 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Sun, 13 Oct 2019 12:06:03 -0500
Subject: [PATCH 17/18] New package: python3-testtools-2.3.0

---
 srcpkgs/python3-testtools/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-testtools/template

diff --git a/srcpkgs/python3-testtools/template b/srcpkgs/python3-testtools/template
new file mode 100644
index 00000000000..cca925fc66e
--- /dev/null
+++ b/srcpkgs/python3-testtools/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-testtools'
+pkgname=python3-testtools
+version=2.3.0
+revision=1
+wrksrc="testtools-${version}"
+#archs="i686 x86_64"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends=""
+depends=""
+short_desc="Python3 standard library unit testing framework"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="MIT"
+homepage="https://pypi.org/project/testtools/"
+distfiles="${PYPI_SITE}/t/testtools/testtools-${version}.tar.gz"
+checksum=5827ec6cf8233e0f29f51025addd713ca010061204fdea77484a2934690a0559
+
+post_install() {
+	vlicense LICENSE
+}

From 8b2989acd895006c34dc91f08aec66b728a29ee7 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:54 -0500
Subject: [PATCH 18/18] New package: certbot-0.35.1

Closes #11518
---
 srcpkgs/certbot/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/certbot/template

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
new file mode 100644
index 00000000000..507214661a5
--- /dev/null
+++ b/srcpkgs/certbot/template
@@ -0,0 +1,18 @@
+# Template file for 'certbot'
+pkgname=certbot
+version=0.35.1
+revision=1
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-acme python3-ConfigArgParse python3-configobj
+ python3-cryptography python3-josepy python3-pyrfc3339 python3-pytz
+ python3-zope.component python3-zope.interface python3-parsedatetime
+ python3-zope.hookable python3-mock python3-zope.deferredimport
+ python3-zope.deprecation"
+short_desc="Let's Encrypt certificate renewal automation utility"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="Apache-2.0"
+homepage="https://certboti.eff.org/"
+distfiles="https://github.com/certbot/certbot/archive/v${version}.tar.gz"
+checksum=c4b4755866a2eaf5204abe3da25b9b8769b146e73d93a9527a22cda7d5a55070

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR PATCH] [Updated] New package: certbot-0.35.1
  2019-10-11  3:32 [PR PATCH] Np certbot 0.35.1 voidlinux-github
                   ` (18 preceding siblings ...)
  2019-10-13 17:15 ` voidlinux-github
@ 2019-10-13 17:15 ` voidlinux-github
  2019-10-13 17:16 ` voidlinux-github
                   ` (6 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: voidlinux-github @ 2019-10-13 17:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 335 bytes --]

There is an updated pull request by misuchiru03 against master on the void-packages repository

https://github.com/misuchiru03/void-packages np_certbot_0.35.1
https://github.com/void-linux/void-packages/pull/15313

New package: certbot-0.35.1


A patch file from https://github.com/void-linux/void-packages/pull/15313.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-np_certbot_0.35.1-15313.patch --]
[-- Type: text/x-diff, Size: 22697 bytes --]

From 82976985ea300a7268a7d6fb602ddf7f26f0742a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:05 -0500
Subject: [PATCH 01/18] New package: python3-mock-3.0.5

---
 srcpkgs/python3-mock/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-mock/template

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
new file mode 100644
index 00000000000..2637b798d95
--- /dev/null
+++ b/srcpkgs/python3-mock/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-mock'
+pkgname=python3-mock
+version=3.0.5
+revision=1
+archs=noarch
+wrksrc="mock-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python3 mock library"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="http://mock.readthedocs.org/en/latest/"
+distfiles="${PYPI_SITE}/m/mock/mock-${version}.tar.gz"
+checksum=83657d894c90d5681d62155c82bda9c1187827525880eda8ff5df4ec813437c3
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 8444128e24af30c14ba76aec6ea34a2bf0e45dde Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:45 -0500
Subject: [PATCH 02/18] New package: python3-zope.hookable-4.2.0

---
 srcpkgs/python3-zope.hookable/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.hookable/template

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
new file mode 100644
index 00000000000..4c85cadb5a3
--- /dev/null
+++ b/srcpkgs/python3-zope.hookable/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.hookable'
+pkgname=python3-zope.hookable
+version=4.2.0
+revision=1
+archs=noarch
+wrksrc="zope.hookable-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope hookable architecture for Python3"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.hookable"
+distfiles="${PYPI_SITE}/z/zope.hookable/zope.hookable-${version}.tar.gz"
+checksum=c1df3929a3666fc5a0c80d60a0c1e6f6ef97c7f6ed2f1b7cf49f3e6f3d4dde15

From 082cdf5dee7ec6c4d460a8ef7e1a14b555843f3c Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:17:46 -0500
Subject: [PATCH 03/18] New package: python3-zope.deprecation-4.4.0

---
 srcpkgs/python3-zope.deprecation/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deprecation/template

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
new file mode 100644
index 00000000000..9843b96e094
--- /dev/null
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.deprecation'
+pkgname=python3-zope.deprecation
+version=4.4.0
+revision=1
+archs=noarch
+wrksrc="zope.deprecation-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python library to handle automated deprecations"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deprecation"
+distfiles="${PYPI_SITE}/z/zope.deprecation/zope.deprecation-${version}.tar.gz"
+checksum=0d453338f04bacf91bbfba545d8bcdf529aa829e67b705eac8c1a7fdce66e2df

From 1dfabaf2c5085ac0b766b12b6faf1dc3c0138e8b Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:23 -0500
Subject: [PATCH 04/18] New package: python3-zope.testrunner-5.0

---
 srcpkgs/python3-zope.testrunner/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testrunner/template

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
new file mode 100644
index 00000000000..8e5a921fccd
--- /dev/null
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.testrunner'
+pkgname=python3-zope.testrunner
+version=5.0
+revision=1
+archs=noarch
+wrksrc="zope.testrunner-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"
+depends="python3-zope.exceptions python3-zope.interface python3-six"
+checkdepends="python3-zope.testing python3-subunit python3-testtools"
+short_desc="Zope testrunner script"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testrunner"
+distfiles="${PYPI_SITE}/z/zope.testrunner/zope.testrunner-${version}.tar.gz"
+checksum=0d8a27e214033b6f1e557556e61bff9568ae95676dfcc8a032483fdeeee792c3

From d6e2b0984bb28a4eced7b693df1c6fbd31bd94e7 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:54 -0500
Subject: [PATCH 05/18] New package: python3-repoze.sphinx.autointerface-0.8

---
 .../template                                  | 20 +++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-repoze.sphinx.autointerface/template

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
new file mode 100644
index 00000000000..64bf5db8a25
--- /dev/null
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-repoze.sphinx.autointerface'
+pkgname=python3-repoze.sphinx.autointerface
+version=0.8
+revision=1
+archs=noarch
+wrksrc="repoze.sphinx.autointerface-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface"
+short_desc="Sphinx extension to auto-generate API docs from Zope interfaces"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-4-Clause"
+homepage="https://github.com/repoze/repoze.sphinx.autointerface/"
+distfiles="${PYPI_SITE}/r/repoze.sphinx.autointerface/repoze.sphinx.autointerface-${version}.tar.gz"
+checksum=8ef0383276ab722efb1e4a6523726262058dfd82615ccf7e5004aee3fe8ecc23
+
+post_install() {
+	vlicense LICENSE.txt
+	vlicense COPYRIGHT.txt
+}

From ef220224bec5c7065f5a85e7e581524b2de8aa1e Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:16 -0500
Subject: [PATCH 06/18] New package: python3-subunit-1.3.0

---
 srcpkgs/python3-subunit/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-subunit/template

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
new file mode 100644
index 00000000000..96f0f646557
--- /dev/null
+++ b/srcpkgs/python3-subunit/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-subunit'
+pkgname=python3-subunit
+version=1.3.0
+revision=1
+archs=noarch
+wrksrc=subunit-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-testtools"
+checkdepends="python3-hypothesis python3-testscenarios python3-fixtures"
+short_desc="Subunit test reporting and controlling protocol"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-3-Clause, Apache-2.0"
+homepage="https://github.com/testing-cabal/subunit"
+distfiles="https://github.com/testing-cabal/subunit/archive/${version}.tar.gz"
+checksum=badbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadb
+
+post_install() {
+	vlicense BSD
+}

From da819169ce5ed0776fc6216067601e7c17b18027 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:46 -0500
Subject: [PATCH 07/18] New package: python3-zope.configuration-4.3.1

---
 srcpkgs/python3-zope.configuration/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.configuration/template

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
new file mode 100644
index 00000000000..babfe8d77cc
--- /dev/null
+++ b/srcpkgs/python3-zope.configuration/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.configuration'
+pkgname=python3-zope.configuration
+version=4.3.1
+revision=1
+archs=noarch
+wrksrc="zope.configuration-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+depends="python3-zope.i18nmessageid python3-zope.interface python3-zope.schema"
+checkdepends="python3-zope.testing python3-zope.schema python3-zope.testrunner"
+short_desc="Zope configuration markup language"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.configuration/"
+distfiles="${PYPI_SITE}/z/zope.configuration/zope.configuration-${version}.tar.gz"
+checksum=6e16747f9fd6b9d8f09d78edf2a6f539cad0fa4ad49d8deb9cf63447cc4168e1

From d96efb186af9279e3b6a89e1f847ad121af067b0 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:31:49 -0500
Subject: [PATCH 08/18] New package: python3-zope.copy-4.2

---
 srcpkgs/python3-zope.copy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.copy/template

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
new file mode 100644
index 00000000000..43d628a6a41
--- /dev/null
+++ b/srcpkgs/python3-zope.copy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.copy'
+pkgname=python3-zope.copy
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.copy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+checkdepends="python3-zope.component python3-zope.location python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Pluggable object copying mechanism"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.copy"
+distfiles="${PYPI_SITE}/z/zope.copy/zope.copy-${version}.tar.gz"
+checksum=47bb9d09ff06c600b446f220f47a742396598ac4828d738d3d85e6490629a71a

From d286b1d4f07f730c7198caa15e040c5b7612f5c7 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:32:19 -0500
Subject: [PATCH 09/18] New package: python3-zope.deferredimport-4.3

---
 srcpkgs/python3-zope.deferredimport/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deferredimport/template

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
new file mode 100644
index 00000000000..ef1e89ae555
--- /dev/null
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-zope.deferredimport'
+pkgname=python3-zope.deferredimport
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.deferredimport-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.proxy"
+short_desc="Python module to perform import names that resolve in code"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deferredimport/"
+distfiles="${PYPI_SITE}/z/zope.deferredimport/zope.deferredimport-${version}.tar.gz"
+checksum=2ddef5a7ecfff132a2dd796253366ecf9748a446e30f1a0b3a636aec9d9c05c5

From 2efd18a633cfb84650a5412af4fcfa22bcd864f2 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:36:38 -0500
Subject: [PATCH 10/18] New package: python3-zope.exceptions-4.3

---
 srcpkgs/python3-zope.exceptions/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.exceptions/template

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
new file mode 100644
index 00000000000..897bb901856
--- /dev/null
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.exceptions'
+pkgname=python3-zope.exceptions
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.exceptions-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+depends="python3-zope.interface"
+checkdepends="python3-zope.testrunner"
+short_desc="Zope exceptions"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.exceptions"
+distfiles="${PYPI_SITE}/z/zope.exceptions/zope.exceptions-${version}.tar.gz"
+checksum=5fa59c3c1044bb9448aeec8328db0bfceaae2a2174e88528d3fe04adf8d47211

From 8575d4862892ee76bbb590bc133a00782f865357 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:38:34 -0500
Subject: [PATCH 11/18] New package: python3-zope.i18nmessageid-4.3.1

---
 srcpkgs/python3-zope.i18nmessageid/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.i18nmessageid/template

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
new file mode 100644
index 00000000000..5aa989fae84
--- /dev/null
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.i18nmessageid'
+pkgname=python3-zope.i18nmessageid
+version=4.3.1
+revision=1
+wrksrc="zope.i18nmessageid-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+makedepends="python3-devel"
+depends="python3-six"
+checkdepends="python3-nose python3-coverage"
+short_desc="Message identifiers for internalization"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.i18nmessageid/"
+distfiles="${PYPI_SITE}/z/zope.i18nmessageid/zope.i18nmessageid-${version}.tar.gz"
+checksum=e511edff8e75d3a6f84d8256e1e468c85a4aa9d89c2ea264a919334fae7081e3

From e70c16a0c2cae31aa168b37213c0041cfff560f1 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:01 -0500
Subject: [PATCH 12/18] New package: python3-zope.location-4.2

---
 srcpkgs/python3-zope.location/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-zope.location/template

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
new file mode 100644
index 00000000000..0e58a4a0ada
--- /dev/null
+++ b/srcpkgs/python3-zope.location/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-zope.location'
+pkgname=python3-zope.location
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.location-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+makedepends="python3-zope.configuration"
+depends="python3-zope.component"
+checkdepends="python3-zope.copy python3-zope.testrunner"
+short_desc="Zope location"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefederation/zope.location"
+distfiles="${PYPI_SITE}/z/zope.location/zope.location-${version}.tar.gz"
+checksum=a720f9e3c8a51d5007ed6fcd47e1834df02671d85dbfd1062a0d808de8bf80ac

From 1459bece321d274cdc52c35b62e41dd0cd9be672 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:26 -0500
Subject: [PATCH 13/18] New package: python3-zope.proxy-4.3.1

---
 srcpkgs/python3-zope.proxy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.proxy/template

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
new file mode 100644
index 00000000000..0d4bfeb138f
--- /dev/null
+++ b/srcpkgs/python3-zope.proxy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.proxy'
+pkgname=python3-zope.proxy
+version=4.3.1
+revision=1
+wrksrc="zope.proxy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3-zope.interface python3-Sphinx python3-zope.testrunner
+ python3-zope.security"
+short_desc="Python generic transparent proxies"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.proxy"
+distfiles="${PYPI_SITE}/z/zope.proxy/zope.proxy-${version}.tar.gz"
+checksum=563c2454b2d0f23bca54d2e0e4d781149b7b06cb5df67e253ca3620f37202dd2

From fceca1c2360b169e3f3e96d501fcd4672311b2d4 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:49 -0500
Subject: [PATCH 14/18] New package: python3-zope.schema-4.9.3

---
 srcpkgs/python3-zope.schema/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.schema/template

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
new file mode 100644
index 00000000000..7294092a900
--- /dev/null
+++ b/srcpkgs/python3-zope.schema/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.schema'
+pkgname=python3-zope.schema
+version=4.9.3
+revision=1
+archs=noarch
+wrksrc=zope.schema-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface python3-zope.event"
+checkdepends="python3-zope.i18nmessageid python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Zope.interface extension for defining data schemas"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.schema"
+distfiles="${PYPI_SITE}/z/zope.schema/zope.schema-${version}.tar.gz"
+checksum=2d971da8707cab47b1916534b9929dcd9d7f23aed790e6b4cbe3103d5b18069d

From 8b959b2906944235abecc43bb03ecdf15e06d230 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:40:26 -0500
Subject: [PATCH 15/18] New package: python3-zope.security-4.3.1

---
 srcpkgs/python3-zope.security/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.security/template

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
new file mode 100644
index 00000000000..a8ca492f98b
--- /dev/null
+++ b/srcpkgs/python3-zope.security/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.security'
+pkgname=python3-zope.security
+version=4.3.1
+revision=1
+wrksrc="zope.security-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-distutils-extra"
+makedepends="python3-devel"
+depends="python3-zope.component python3-zope.configuration python3-zope.testing
+ python3-zope.testrunner python3-zope.location"
+short_desc="Zope security framework"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.security/"
+distfiles="${PYPI_SITE}/z/zope.security/zope.security-${version}.tar.gz"
+checksum=9448e57bcc856ff05b881ffb1852cdd367fd234e31c0003fd5373582f57beaff

From 4ff450c24f7c7daf03a2c88487ad3f196b57c515 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:38 -0500
Subject: [PATCH 16/18] New package: python3-zope.testing-4.7

---
 srcpkgs/python3-zope.testing/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testing/template

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
new file mode 100644
index 00000000000..814817904f6
--- /dev/null
+++ b/srcpkgs/python3-zope.testing/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.testing'
+pkgname=python3-zope.testing
+version=4.7
+revision=1
+archs=noarch
+wrksrc="zope.testing-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope testing helpers"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testing"
+distfiles="${PYPI_SITE}/z/zope.testing/zope.testing-${version}.tar.gz"
+checksum=d66be8d1de37e8536ca58a1d9f4d89a68c9cc75cc0e788a175c8a20ae26003ea

From bfa3a6c962b1402b2e7cf87fef5c9d8675352b43 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Sun, 13 Oct 2019 12:06:03 -0500
Subject: [PATCH 17/18] New package: python3-testtools-2.3.0

---
 srcpkgs/python3-testtools/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-testtools/template

diff --git a/srcpkgs/python3-testtools/template b/srcpkgs/python3-testtools/template
new file mode 100644
index 00000000000..64db1eba9b8
--- /dev/null
+++ b/srcpkgs/python3-testtools/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-testtools'
+pkgname=python3-testtools
+version=2.3.0
+revision=1
+wrksrc="testtools-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python3 standard library unit testing framework"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="MIT"
+homepage="https://pypi.org/project/testtools/"
+distfiles="${PYPI_SITE}/t/testtools/testtools-${version}.tar.gz"
+checksum=5827ec6cf8233e0f29f51025addd713ca010061204fdea77484a2934690a0559
+
+post_install() {
+	vlicense LICENSE
+}

From a442ef42a041903933b525041cb4b165b1c5092b Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:54 -0500
Subject: [PATCH 18/18] New package: certbot-0.35.1

Closes #11518
---
 srcpkgs/certbot/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/certbot/template

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
new file mode 100644
index 00000000000..507214661a5
--- /dev/null
+++ b/srcpkgs/certbot/template
@@ -0,0 +1,18 @@
+# Template file for 'certbot'
+pkgname=certbot
+version=0.35.1
+revision=1
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-acme python3-ConfigArgParse python3-configobj
+ python3-cryptography python3-josepy python3-pyrfc3339 python3-pytz
+ python3-zope.component python3-zope.interface python3-parsedatetime
+ python3-zope.hookable python3-mock python3-zope.deferredimport
+ python3-zope.deprecation"
+short_desc="Let's Encrypt certificate renewal automation utility"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="Apache-2.0"
+homepage="https://certboti.eff.org/"
+distfiles="https://github.com/certbot/certbot/archive/v${version}.tar.gz"
+checksum=c4b4755866a2eaf5204abe3da25b9b8769b146e73d93a9527a22cda7d5a55070

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR PATCH] [Updated] New package: certbot-0.35.1
  2019-10-11  3:32 [PR PATCH] Np certbot 0.35.1 voidlinux-github
                   ` (17 preceding siblings ...)
  2019-10-13 17:08 ` voidlinux-github
@ 2019-10-13 17:15 ` voidlinux-github
  2019-10-13 17:15 ` voidlinux-github
                   ` (7 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: voidlinux-github @ 2019-10-13 17:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 335 bytes --]

There is an updated pull request by misuchiru03 against master on the void-packages repository

https://github.com/misuchiru03/void-packages np_certbot_0.35.1
https://github.com/void-linux/void-packages/pull/15313

New package: certbot-0.35.1


A patch file from https://github.com/void-linux/void-packages/pull/15313.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-np_certbot_0.35.1-15313.patch --]
[-- Type: text/x-diff, Size: 22697 bytes --]

From 82976985ea300a7268a7d6fb602ddf7f26f0742a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:05 -0500
Subject: [PATCH 01/18] New package: python3-mock-3.0.5

---
 srcpkgs/python3-mock/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-mock/template

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
new file mode 100644
index 00000000000..2637b798d95
--- /dev/null
+++ b/srcpkgs/python3-mock/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-mock'
+pkgname=python3-mock
+version=3.0.5
+revision=1
+archs=noarch
+wrksrc="mock-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python3 mock library"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="http://mock.readthedocs.org/en/latest/"
+distfiles="${PYPI_SITE}/m/mock/mock-${version}.tar.gz"
+checksum=83657d894c90d5681d62155c82bda9c1187827525880eda8ff5df4ec813437c3
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 8444128e24af30c14ba76aec6ea34a2bf0e45dde Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:45 -0500
Subject: [PATCH 02/18] New package: python3-zope.hookable-4.2.0

---
 srcpkgs/python3-zope.hookable/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.hookable/template

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
new file mode 100644
index 00000000000..4c85cadb5a3
--- /dev/null
+++ b/srcpkgs/python3-zope.hookable/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.hookable'
+pkgname=python3-zope.hookable
+version=4.2.0
+revision=1
+archs=noarch
+wrksrc="zope.hookable-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope hookable architecture for Python3"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.hookable"
+distfiles="${PYPI_SITE}/z/zope.hookable/zope.hookable-${version}.tar.gz"
+checksum=c1df3929a3666fc5a0c80d60a0c1e6f6ef97c7f6ed2f1b7cf49f3e6f3d4dde15

From 082cdf5dee7ec6c4d460a8ef7e1a14b555843f3c Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:17:46 -0500
Subject: [PATCH 03/18] New package: python3-zope.deprecation-4.4.0

---
 srcpkgs/python3-zope.deprecation/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deprecation/template

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
new file mode 100644
index 00000000000..9843b96e094
--- /dev/null
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.deprecation'
+pkgname=python3-zope.deprecation
+version=4.4.0
+revision=1
+archs=noarch
+wrksrc="zope.deprecation-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python library to handle automated deprecations"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deprecation"
+distfiles="${PYPI_SITE}/z/zope.deprecation/zope.deprecation-${version}.tar.gz"
+checksum=0d453338f04bacf91bbfba545d8bcdf529aa829e67b705eac8c1a7fdce66e2df

From 1dfabaf2c5085ac0b766b12b6faf1dc3c0138e8b Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:23 -0500
Subject: [PATCH 04/18] New package: python3-zope.testrunner-5.0

---
 srcpkgs/python3-zope.testrunner/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testrunner/template

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
new file mode 100644
index 00000000000..8e5a921fccd
--- /dev/null
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.testrunner'
+pkgname=python3-zope.testrunner
+version=5.0
+revision=1
+archs=noarch
+wrksrc="zope.testrunner-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"
+depends="python3-zope.exceptions python3-zope.interface python3-six"
+checkdepends="python3-zope.testing python3-subunit python3-testtools"
+short_desc="Zope testrunner script"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testrunner"
+distfiles="${PYPI_SITE}/z/zope.testrunner/zope.testrunner-${version}.tar.gz"
+checksum=0d8a27e214033b6f1e557556e61bff9568ae95676dfcc8a032483fdeeee792c3

From d6e2b0984bb28a4eced7b693df1c6fbd31bd94e7 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:54 -0500
Subject: [PATCH 05/18] New package: python3-repoze.sphinx.autointerface-0.8

---
 .../template                                  | 20 +++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-repoze.sphinx.autointerface/template

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
new file mode 100644
index 00000000000..64bf5db8a25
--- /dev/null
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-repoze.sphinx.autointerface'
+pkgname=python3-repoze.sphinx.autointerface
+version=0.8
+revision=1
+archs=noarch
+wrksrc="repoze.sphinx.autointerface-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface"
+short_desc="Sphinx extension to auto-generate API docs from Zope interfaces"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-4-Clause"
+homepage="https://github.com/repoze/repoze.sphinx.autointerface/"
+distfiles="${PYPI_SITE}/r/repoze.sphinx.autointerface/repoze.sphinx.autointerface-${version}.tar.gz"
+checksum=8ef0383276ab722efb1e4a6523726262058dfd82615ccf7e5004aee3fe8ecc23
+
+post_install() {
+	vlicense LICENSE.txt
+	vlicense COPYRIGHT.txt
+}

From ef220224bec5c7065f5a85e7e581524b2de8aa1e Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:16 -0500
Subject: [PATCH 06/18] New package: python3-subunit-1.3.0

---
 srcpkgs/python3-subunit/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-subunit/template

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
new file mode 100644
index 00000000000..96f0f646557
--- /dev/null
+++ b/srcpkgs/python3-subunit/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-subunit'
+pkgname=python3-subunit
+version=1.3.0
+revision=1
+archs=noarch
+wrksrc=subunit-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-testtools"
+checkdepends="python3-hypothesis python3-testscenarios python3-fixtures"
+short_desc="Subunit test reporting and controlling protocol"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-3-Clause, Apache-2.0"
+homepage="https://github.com/testing-cabal/subunit"
+distfiles="https://github.com/testing-cabal/subunit/archive/${version}.tar.gz"
+checksum=badbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadb
+
+post_install() {
+	vlicense BSD
+}

From da819169ce5ed0776fc6216067601e7c17b18027 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:46 -0500
Subject: [PATCH 07/18] New package: python3-zope.configuration-4.3.1

---
 srcpkgs/python3-zope.configuration/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.configuration/template

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
new file mode 100644
index 00000000000..babfe8d77cc
--- /dev/null
+++ b/srcpkgs/python3-zope.configuration/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.configuration'
+pkgname=python3-zope.configuration
+version=4.3.1
+revision=1
+archs=noarch
+wrksrc="zope.configuration-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+depends="python3-zope.i18nmessageid python3-zope.interface python3-zope.schema"
+checkdepends="python3-zope.testing python3-zope.schema python3-zope.testrunner"
+short_desc="Zope configuration markup language"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.configuration/"
+distfiles="${PYPI_SITE}/z/zope.configuration/zope.configuration-${version}.tar.gz"
+checksum=6e16747f9fd6b9d8f09d78edf2a6f539cad0fa4ad49d8deb9cf63447cc4168e1

From d96efb186af9279e3b6a89e1f847ad121af067b0 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:31:49 -0500
Subject: [PATCH 08/18] New package: python3-zope.copy-4.2

---
 srcpkgs/python3-zope.copy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.copy/template

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
new file mode 100644
index 00000000000..43d628a6a41
--- /dev/null
+++ b/srcpkgs/python3-zope.copy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.copy'
+pkgname=python3-zope.copy
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.copy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+checkdepends="python3-zope.component python3-zope.location python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Pluggable object copying mechanism"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.copy"
+distfiles="${PYPI_SITE}/z/zope.copy/zope.copy-${version}.tar.gz"
+checksum=47bb9d09ff06c600b446f220f47a742396598ac4828d738d3d85e6490629a71a

From d286b1d4f07f730c7198caa15e040c5b7612f5c7 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:32:19 -0500
Subject: [PATCH 09/18] New package: python3-zope.deferredimport-4.3

---
 srcpkgs/python3-zope.deferredimport/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deferredimport/template

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
new file mode 100644
index 00000000000..ef1e89ae555
--- /dev/null
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-zope.deferredimport'
+pkgname=python3-zope.deferredimport
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.deferredimport-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.proxy"
+short_desc="Python module to perform import names that resolve in code"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deferredimport/"
+distfiles="${PYPI_SITE}/z/zope.deferredimport/zope.deferredimport-${version}.tar.gz"
+checksum=2ddef5a7ecfff132a2dd796253366ecf9748a446e30f1a0b3a636aec9d9c05c5

From 2efd18a633cfb84650a5412af4fcfa22bcd864f2 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:36:38 -0500
Subject: [PATCH 10/18] New package: python3-zope.exceptions-4.3

---
 srcpkgs/python3-zope.exceptions/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.exceptions/template

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
new file mode 100644
index 00000000000..897bb901856
--- /dev/null
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.exceptions'
+pkgname=python3-zope.exceptions
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.exceptions-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+depends="python3-zope.interface"
+checkdepends="python3-zope.testrunner"
+short_desc="Zope exceptions"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.exceptions"
+distfiles="${PYPI_SITE}/z/zope.exceptions/zope.exceptions-${version}.tar.gz"
+checksum=5fa59c3c1044bb9448aeec8328db0bfceaae2a2174e88528d3fe04adf8d47211

From 8575d4862892ee76bbb590bc133a00782f865357 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:38:34 -0500
Subject: [PATCH 11/18] New package: python3-zope.i18nmessageid-4.3.1

---
 srcpkgs/python3-zope.i18nmessageid/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.i18nmessageid/template

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
new file mode 100644
index 00000000000..5aa989fae84
--- /dev/null
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.i18nmessageid'
+pkgname=python3-zope.i18nmessageid
+version=4.3.1
+revision=1
+wrksrc="zope.i18nmessageid-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+makedepends="python3-devel"
+depends="python3-six"
+checkdepends="python3-nose python3-coverage"
+short_desc="Message identifiers for internalization"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.i18nmessageid/"
+distfiles="${PYPI_SITE}/z/zope.i18nmessageid/zope.i18nmessageid-${version}.tar.gz"
+checksum=e511edff8e75d3a6f84d8256e1e468c85a4aa9d89c2ea264a919334fae7081e3

From e70c16a0c2cae31aa168b37213c0041cfff560f1 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:01 -0500
Subject: [PATCH 12/18] New package: python3-zope.location-4.2

---
 srcpkgs/python3-zope.location/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-zope.location/template

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
new file mode 100644
index 00000000000..0e58a4a0ada
--- /dev/null
+++ b/srcpkgs/python3-zope.location/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-zope.location'
+pkgname=python3-zope.location
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.location-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+makedepends="python3-zope.configuration"
+depends="python3-zope.component"
+checkdepends="python3-zope.copy python3-zope.testrunner"
+short_desc="Zope location"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefederation/zope.location"
+distfiles="${PYPI_SITE}/z/zope.location/zope.location-${version}.tar.gz"
+checksum=a720f9e3c8a51d5007ed6fcd47e1834df02671d85dbfd1062a0d808de8bf80ac

From 1459bece321d274cdc52c35b62e41dd0cd9be672 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:26 -0500
Subject: [PATCH 13/18] New package: python3-zope.proxy-4.3.1

---
 srcpkgs/python3-zope.proxy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.proxy/template

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
new file mode 100644
index 00000000000..0d4bfeb138f
--- /dev/null
+++ b/srcpkgs/python3-zope.proxy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.proxy'
+pkgname=python3-zope.proxy
+version=4.3.1
+revision=1
+wrksrc="zope.proxy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3-zope.interface python3-Sphinx python3-zope.testrunner
+ python3-zope.security"
+short_desc="Python generic transparent proxies"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.proxy"
+distfiles="${PYPI_SITE}/z/zope.proxy/zope.proxy-${version}.tar.gz"
+checksum=563c2454b2d0f23bca54d2e0e4d781149b7b06cb5df67e253ca3620f37202dd2

From fceca1c2360b169e3f3e96d501fcd4672311b2d4 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:49 -0500
Subject: [PATCH 14/18] New package: python3-zope.schema-4.9.3

---
 srcpkgs/python3-zope.schema/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.schema/template

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
new file mode 100644
index 00000000000..7294092a900
--- /dev/null
+++ b/srcpkgs/python3-zope.schema/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.schema'
+pkgname=python3-zope.schema
+version=4.9.3
+revision=1
+archs=noarch
+wrksrc=zope.schema-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface python3-zope.event"
+checkdepends="python3-zope.i18nmessageid python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Zope.interface extension for defining data schemas"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.schema"
+distfiles="${PYPI_SITE}/z/zope.schema/zope.schema-${version}.tar.gz"
+checksum=2d971da8707cab47b1916534b9929dcd9d7f23aed790e6b4cbe3103d5b18069d

From 8b959b2906944235abecc43bb03ecdf15e06d230 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:40:26 -0500
Subject: [PATCH 15/18] New package: python3-zope.security-4.3.1

---
 srcpkgs/python3-zope.security/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.security/template

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
new file mode 100644
index 00000000000..a8ca492f98b
--- /dev/null
+++ b/srcpkgs/python3-zope.security/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.security'
+pkgname=python3-zope.security
+version=4.3.1
+revision=1
+wrksrc="zope.security-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-distutils-extra"
+makedepends="python3-devel"
+depends="python3-zope.component python3-zope.configuration python3-zope.testing
+ python3-zope.testrunner python3-zope.location"
+short_desc="Zope security framework"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.security/"
+distfiles="${PYPI_SITE}/z/zope.security/zope.security-${version}.tar.gz"
+checksum=9448e57bcc856ff05b881ffb1852cdd367fd234e31c0003fd5373582f57beaff

From 4ff450c24f7c7daf03a2c88487ad3f196b57c515 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:38 -0500
Subject: [PATCH 16/18] New package: python3-zope.testing-4.7

---
 srcpkgs/python3-zope.testing/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testing/template

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
new file mode 100644
index 00000000000..814817904f6
--- /dev/null
+++ b/srcpkgs/python3-zope.testing/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.testing'
+pkgname=python3-zope.testing
+version=4.7
+revision=1
+archs=noarch
+wrksrc="zope.testing-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope testing helpers"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testing"
+distfiles="${PYPI_SITE}/z/zope.testing/zope.testing-${version}.tar.gz"
+checksum=d66be8d1de37e8536ca58a1d9f4d89a68c9cc75cc0e788a175c8a20ae26003ea

From bfa3a6c962b1402b2e7cf87fef5c9d8675352b43 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Sun, 13 Oct 2019 12:06:03 -0500
Subject: [PATCH 17/18] New package: python3-testtools-2.3.0

---
 srcpkgs/python3-testtools/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-testtools/template

diff --git a/srcpkgs/python3-testtools/template b/srcpkgs/python3-testtools/template
new file mode 100644
index 00000000000..64db1eba9b8
--- /dev/null
+++ b/srcpkgs/python3-testtools/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-testtools'
+pkgname=python3-testtools
+version=2.3.0
+revision=1
+wrksrc="testtools-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python3 standard library unit testing framework"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="MIT"
+homepage="https://pypi.org/project/testtools/"
+distfiles="${PYPI_SITE}/t/testtools/testtools-${version}.tar.gz"
+checksum=5827ec6cf8233e0f29f51025addd713ca010061204fdea77484a2934690a0559
+
+post_install() {
+	vlicense LICENSE
+}

From a442ef42a041903933b525041cb4b165b1c5092b Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:54 -0500
Subject: [PATCH 18/18] New package: certbot-0.35.1

Closes #11518
---
 srcpkgs/certbot/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/certbot/template

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
new file mode 100644
index 00000000000..507214661a5
--- /dev/null
+++ b/srcpkgs/certbot/template
@@ -0,0 +1,18 @@
+# Template file for 'certbot'
+pkgname=certbot
+version=0.35.1
+revision=1
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-acme python3-ConfigArgParse python3-configobj
+ python3-cryptography python3-josepy python3-pyrfc3339 python3-pytz
+ python3-zope.component python3-zope.interface python3-parsedatetime
+ python3-zope.hookable python3-mock python3-zope.deferredimport
+ python3-zope.deprecation"
+short_desc="Let's Encrypt certificate renewal automation utility"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="Apache-2.0"
+homepage="https://certboti.eff.org/"
+distfiles="https://github.com/certbot/certbot/archive/v${version}.tar.gz"
+checksum=c4b4755866a2eaf5204abe3da25b9b8769b146e73d93a9527a22cda7d5a55070

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR PATCH] [Updated] New package: certbot-0.35.1
  2019-10-11  3:32 [PR PATCH] Np certbot 0.35.1 voidlinux-github
                   ` (19 preceding siblings ...)
  2019-10-13 17:15 ` voidlinux-github
@ 2019-10-13 17:16 ` voidlinux-github
  2019-10-13 17:16 ` voidlinux-github
                   ` (5 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: voidlinux-github @ 2019-10-13 17:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 335 bytes --]

There is an updated pull request by misuchiru03 against master on the void-packages repository

https://github.com/misuchiru03/void-packages np_certbot_0.35.1
https://github.com/void-linux/void-packages/pull/15313

New package: certbot-0.35.1


A patch file from https://github.com/void-linux/void-packages/pull/15313.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-np_certbot_0.35.1-15313.patch --]
[-- Type: text/x-diff, Size: 22704 bytes --]

From 82976985ea300a7268a7d6fb602ddf7f26f0742a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:05 -0500
Subject: [PATCH 01/18] New package: python3-mock-3.0.5

---
 srcpkgs/python3-mock/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-mock/template

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
new file mode 100644
index 00000000000..2637b798d95
--- /dev/null
+++ b/srcpkgs/python3-mock/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-mock'
+pkgname=python3-mock
+version=3.0.5
+revision=1
+archs=noarch
+wrksrc="mock-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python3 mock library"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="http://mock.readthedocs.org/en/latest/"
+distfiles="${PYPI_SITE}/m/mock/mock-${version}.tar.gz"
+checksum=83657d894c90d5681d62155c82bda9c1187827525880eda8ff5df4ec813437c3
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 8444128e24af30c14ba76aec6ea34a2bf0e45dde Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:45 -0500
Subject: [PATCH 02/18] New package: python3-zope.hookable-4.2.0

---
 srcpkgs/python3-zope.hookable/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.hookable/template

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
new file mode 100644
index 00000000000..4c85cadb5a3
--- /dev/null
+++ b/srcpkgs/python3-zope.hookable/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.hookable'
+pkgname=python3-zope.hookable
+version=4.2.0
+revision=1
+archs=noarch
+wrksrc="zope.hookable-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope hookable architecture for Python3"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.hookable"
+distfiles="${PYPI_SITE}/z/zope.hookable/zope.hookable-${version}.tar.gz"
+checksum=c1df3929a3666fc5a0c80d60a0c1e6f6ef97c7f6ed2f1b7cf49f3e6f3d4dde15

From 082cdf5dee7ec6c4d460a8ef7e1a14b555843f3c Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:17:46 -0500
Subject: [PATCH 03/18] New package: python3-zope.deprecation-4.4.0

---
 srcpkgs/python3-zope.deprecation/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deprecation/template

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
new file mode 100644
index 00000000000..9843b96e094
--- /dev/null
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.deprecation'
+pkgname=python3-zope.deprecation
+version=4.4.0
+revision=1
+archs=noarch
+wrksrc="zope.deprecation-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python library to handle automated deprecations"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deprecation"
+distfiles="${PYPI_SITE}/z/zope.deprecation/zope.deprecation-${version}.tar.gz"
+checksum=0d453338f04bacf91bbfba545d8bcdf529aa829e67b705eac8c1a7fdce66e2df

From 1dfabaf2c5085ac0b766b12b6faf1dc3c0138e8b Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:23 -0500
Subject: [PATCH 04/18] New package: python3-zope.testrunner-5.0

---
 srcpkgs/python3-zope.testrunner/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testrunner/template

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
new file mode 100644
index 00000000000..8e5a921fccd
--- /dev/null
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.testrunner'
+pkgname=python3-zope.testrunner
+version=5.0
+revision=1
+archs=noarch
+wrksrc="zope.testrunner-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"
+depends="python3-zope.exceptions python3-zope.interface python3-six"
+checkdepends="python3-zope.testing python3-subunit python3-testtools"
+short_desc="Zope testrunner script"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testrunner"
+distfiles="${PYPI_SITE}/z/zope.testrunner/zope.testrunner-${version}.tar.gz"
+checksum=0d8a27e214033b6f1e557556e61bff9568ae95676dfcc8a032483fdeeee792c3

From d6e2b0984bb28a4eced7b693df1c6fbd31bd94e7 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:54 -0500
Subject: [PATCH 05/18] New package: python3-repoze.sphinx.autointerface-0.8

---
 .../template                                  | 20 +++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-repoze.sphinx.autointerface/template

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
new file mode 100644
index 00000000000..64bf5db8a25
--- /dev/null
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-repoze.sphinx.autointerface'
+pkgname=python3-repoze.sphinx.autointerface
+version=0.8
+revision=1
+archs=noarch
+wrksrc="repoze.sphinx.autointerface-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface"
+short_desc="Sphinx extension to auto-generate API docs from Zope interfaces"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-4-Clause"
+homepage="https://github.com/repoze/repoze.sphinx.autointerface/"
+distfiles="${PYPI_SITE}/r/repoze.sphinx.autointerface/repoze.sphinx.autointerface-${version}.tar.gz"
+checksum=8ef0383276ab722efb1e4a6523726262058dfd82615ccf7e5004aee3fe8ecc23
+
+post_install() {
+	vlicense LICENSE.txt
+	vlicense COPYRIGHT.txt
+}

From ef220224bec5c7065f5a85e7e581524b2de8aa1e Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:16 -0500
Subject: [PATCH 06/18] New package: python3-subunit-1.3.0

---
 srcpkgs/python3-subunit/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-subunit/template

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
new file mode 100644
index 00000000000..96f0f646557
--- /dev/null
+++ b/srcpkgs/python3-subunit/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-subunit'
+pkgname=python3-subunit
+version=1.3.0
+revision=1
+archs=noarch
+wrksrc=subunit-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-testtools"
+checkdepends="python3-hypothesis python3-testscenarios python3-fixtures"
+short_desc="Subunit test reporting and controlling protocol"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-3-Clause, Apache-2.0"
+homepage="https://github.com/testing-cabal/subunit"
+distfiles="https://github.com/testing-cabal/subunit/archive/${version}.tar.gz"
+checksum=badbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadb
+
+post_install() {
+	vlicense BSD
+}

From da819169ce5ed0776fc6216067601e7c17b18027 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:46 -0500
Subject: [PATCH 07/18] New package: python3-zope.configuration-4.3.1

---
 srcpkgs/python3-zope.configuration/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.configuration/template

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
new file mode 100644
index 00000000000..babfe8d77cc
--- /dev/null
+++ b/srcpkgs/python3-zope.configuration/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.configuration'
+pkgname=python3-zope.configuration
+version=4.3.1
+revision=1
+archs=noarch
+wrksrc="zope.configuration-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+depends="python3-zope.i18nmessageid python3-zope.interface python3-zope.schema"
+checkdepends="python3-zope.testing python3-zope.schema python3-zope.testrunner"
+short_desc="Zope configuration markup language"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.configuration/"
+distfiles="${PYPI_SITE}/z/zope.configuration/zope.configuration-${version}.tar.gz"
+checksum=6e16747f9fd6b9d8f09d78edf2a6f539cad0fa4ad49d8deb9cf63447cc4168e1

From d96efb186af9279e3b6a89e1f847ad121af067b0 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:31:49 -0500
Subject: [PATCH 08/18] New package: python3-zope.copy-4.2

---
 srcpkgs/python3-zope.copy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.copy/template

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
new file mode 100644
index 00000000000..43d628a6a41
--- /dev/null
+++ b/srcpkgs/python3-zope.copy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.copy'
+pkgname=python3-zope.copy
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.copy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+checkdepends="python3-zope.component python3-zope.location python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Pluggable object copying mechanism"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.copy"
+distfiles="${PYPI_SITE}/z/zope.copy/zope.copy-${version}.tar.gz"
+checksum=47bb9d09ff06c600b446f220f47a742396598ac4828d738d3d85e6490629a71a

From d286b1d4f07f730c7198caa15e040c5b7612f5c7 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:32:19 -0500
Subject: [PATCH 09/18] New package: python3-zope.deferredimport-4.3

---
 srcpkgs/python3-zope.deferredimport/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deferredimport/template

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
new file mode 100644
index 00000000000..ef1e89ae555
--- /dev/null
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-zope.deferredimport'
+pkgname=python3-zope.deferredimport
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.deferredimport-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.proxy"
+short_desc="Python module to perform import names that resolve in code"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deferredimport/"
+distfiles="${PYPI_SITE}/z/zope.deferredimport/zope.deferredimport-${version}.tar.gz"
+checksum=2ddef5a7ecfff132a2dd796253366ecf9748a446e30f1a0b3a636aec9d9c05c5

From 2efd18a633cfb84650a5412af4fcfa22bcd864f2 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:36:38 -0500
Subject: [PATCH 10/18] New package: python3-zope.exceptions-4.3

---
 srcpkgs/python3-zope.exceptions/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.exceptions/template

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
new file mode 100644
index 00000000000..897bb901856
--- /dev/null
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.exceptions'
+pkgname=python3-zope.exceptions
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.exceptions-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+depends="python3-zope.interface"
+checkdepends="python3-zope.testrunner"
+short_desc="Zope exceptions"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.exceptions"
+distfiles="${PYPI_SITE}/z/zope.exceptions/zope.exceptions-${version}.tar.gz"
+checksum=5fa59c3c1044bb9448aeec8328db0bfceaae2a2174e88528d3fe04adf8d47211

From 8575d4862892ee76bbb590bc133a00782f865357 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:38:34 -0500
Subject: [PATCH 11/18] New package: python3-zope.i18nmessageid-4.3.1

---
 srcpkgs/python3-zope.i18nmessageid/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.i18nmessageid/template

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
new file mode 100644
index 00000000000..5aa989fae84
--- /dev/null
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.i18nmessageid'
+pkgname=python3-zope.i18nmessageid
+version=4.3.1
+revision=1
+wrksrc="zope.i18nmessageid-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+makedepends="python3-devel"
+depends="python3-six"
+checkdepends="python3-nose python3-coverage"
+short_desc="Message identifiers for internalization"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.i18nmessageid/"
+distfiles="${PYPI_SITE}/z/zope.i18nmessageid/zope.i18nmessageid-${version}.tar.gz"
+checksum=e511edff8e75d3a6f84d8256e1e468c85a4aa9d89c2ea264a919334fae7081e3

From e70c16a0c2cae31aa168b37213c0041cfff560f1 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:01 -0500
Subject: [PATCH 12/18] New package: python3-zope.location-4.2

---
 srcpkgs/python3-zope.location/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-zope.location/template

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
new file mode 100644
index 00000000000..0e58a4a0ada
--- /dev/null
+++ b/srcpkgs/python3-zope.location/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-zope.location'
+pkgname=python3-zope.location
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.location-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+makedepends="python3-zope.configuration"
+depends="python3-zope.component"
+checkdepends="python3-zope.copy python3-zope.testrunner"
+short_desc="Zope location"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefederation/zope.location"
+distfiles="${PYPI_SITE}/z/zope.location/zope.location-${version}.tar.gz"
+checksum=a720f9e3c8a51d5007ed6fcd47e1834df02671d85dbfd1062a0d808de8bf80ac

From 1459bece321d274cdc52c35b62e41dd0cd9be672 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:26 -0500
Subject: [PATCH 13/18] New package: python3-zope.proxy-4.3.1

---
 srcpkgs/python3-zope.proxy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.proxy/template

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
new file mode 100644
index 00000000000..0d4bfeb138f
--- /dev/null
+++ b/srcpkgs/python3-zope.proxy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.proxy'
+pkgname=python3-zope.proxy
+version=4.3.1
+revision=1
+wrksrc="zope.proxy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3-zope.interface python3-Sphinx python3-zope.testrunner
+ python3-zope.security"
+short_desc="Python generic transparent proxies"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.proxy"
+distfiles="${PYPI_SITE}/z/zope.proxy/zope.proxy-${version}.tar.gz"
+checksum=563c2454b2d0f23bca54d2e0e4d781149b7b06cb5df67e253ca3620f37202dd2

From fceca1c2360b169e3f3e96d501fcd4672311b2d4 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:49 -0500
Subject: [PATCH 14/18] New package: python3-zope.schema-4.9.3

---
 srcpkgs/python3-zope.schema/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.schema/template

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
new file mode 100644
index 00000000000..7294092a900
--- /dev/null
+++ b/srcpkgs/python3-zope.schema/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.schema'
+pkgname=python3-zope.schema
+version=4.9.3
+revision=1
+archs=noarch
+wrksrc=zope.schema-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface python3-zope.event"
+checkdepends="python3-zope.i18nmessageid python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Zope.interface extension for defining data schemas"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.schema"
+distfiles="${PYPI_SITE}/z/zope.schema/zope.schema-${version}.tar.gz"
+checksum=2d971da8707cab47b1916534b9929dcd9d7f23aed790e6b4cbe3103d5b18069d

From 8b959b2906944235abecc43bb03ecdf15e06d230 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:40:26 -0500
Subject: [PATCH 15/18] New package: python3-zope.security-4.3.1

---
 srcpkgs/python3-zope.security/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.security/template

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
new file mode 100644
index 00000000000..a8ca492f98b
--- /dev/null
+++ b/srcpkgs/python3-zope.security/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.security'
+pkgname=python3-zope.security
+version=4.3.1
+revision=1
+wrksrc="zope.security-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-distutils-extra"
+makedepends="python3-devel"
+depends="python3-zope.component python3-zope.configuration python3-zope.testing
+ python3-zope.testrunner python3-zope.location"
+short_desc="Zope security framework"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.security/"
+distfiles="${PYPI_SITE}/z/zope.security/zope.security-${version}.tar.gz"
+checksum=9448e57bcc856ff05b881ffb1852cdd367fd234e31c0003fd5373582f57beaff

From 4ff450c24f7c7daf03a2c88487ad3f196b57c515 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:38 -0500
Subject: [PATCH 16/18] New package: python3-zope.testing-4.7

---
 srcpkgs/python3-zope.testing/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testing/template

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
new file mode 100644
index 00000000000..814817904f6
--- /dev/null
+++ b/srcpkgs/python3-zope.testing/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.testing'
+pkgname=python3-zope.testing
+version=4.7
+revision=1
+archs=noarch
+wrksrc="zope.testing-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope testing helpers"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testing"
+distfiles="${PYPI_SITE}/z/zope.testing/zope.testing-${version}.tar.gz"
+checksum=d66be8d1de37e8536ca58a1d9f4d89a68c9cc75cc0e788a175c8a20ae26003ea

From a69e576132ad20af89346980d6109e43672108b6 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Sun, 13 Oct 2019 12:06:03 -0500
Subject: [PATCH 17/18] New package: python3-testtools-2.3.0

---
 srcpkgs/python3-testtools/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-testtools/template

diff --git a/srcpkgs/python3-testtools/template b/srcpkgs/python3-testtools/template
new file mode 100644
index 00000000000..8b386c02432
--- /dev/null
+++ b/srcpkgs/python3-testtools/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-testtools'
+pkgname=python3-testtools
+version=2.3.0
+revision=1
+wrksrc="testtools-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python3 standard library unit testing framework"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="MIT"
+homepage="https://github.com/testing-cabal/testtools"
+distfiles="${PYPI_SITE}/t/testtools/testtools-${version}.tar.gz"
+checksum=5827ec6cf8233e0f29f51025addd713ca010061204fdea77484a2934690a0559
+
+post_install() {
+	vlicense LICENSE
+}

From 4358ab5cde82aeedf19ba918f95f2757082f2e86 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:54 -0500
Subject: [PATCH 18/18] New package: certbot-0.35.1

Closes #11518
---
 srcpkgs/certbot/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/certbot/template

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
new file mode 100644
index 00000000000..507214661a5
--- /dev/null
+++ b/srcpkgs/certbot/template
@@ -0,0 +1,18 @@
+# Template file for 'certbot'
+pkgname=certbot
+version=0.35.1
+revision=1
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-acme python3-ConfigArgParse python3-configobj
+ python3-cryptography python3-josepy python3-pyrfc3339 python3-pytz
+ python3-zope.component python3-zope.interface python3-parsedatetime
+ python3-zope.hookable python3-mock python3-zope.deferredimport
+ python3-zope.deprecation"
+short_desc="Let's Encrypt certificate renewal automation utility"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="Apache-2.0"
+homepage="https://certboti.eff.org/"
+distfiles="https://github.com/certbot/certbot/archive/v${version}.tar.gz"
+checksum=c4b4755866a2eaf5204abe3da25b9b8769b146e73d93a9527a22cda7d5a55070

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR PATCH] [Updated] New package: certbot-0.35.1
  2019-10-11  3:32 [PR PATCH] Np certbot 0.35.1 voidlinux-github
                   ` (20 preceding siblings ...)
  2019-10-13 17:16 ` voidlinux-github
@ 2019-10-13 17:16 ` voidlinux-github
  2019-10-13 21:14 ` voidlinux-github
                   ` (4 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: voidlinux-github @ 2019-10-13 17:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 335 bytes --]

There is an updated pull request by misuchiru03 against master on the void-packages repository

https://github.com/misuchiru03/void-packages np_certbot_0.35.1
https://github.com/void-linux/void-packages/pull/15313

New package: certbot-0.35.1


A patch file from https://github.com/void-linux/void-packages/pull/15313.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-np_certbot_0.35.1-15313.patch --]
[-- Type: text/x-diff, Size: 22704 bytes --]

From 82976985ea300a7268a7d6fb602ddf7f26f0742a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:05 -0500
Subject: [PATCH 01/18] New package: python3-mock-3.0.5

---
 srcpkgs/python3-mock/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-mock/template

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
new file mode 100644
index 00000000000..2637b798d95
--- /dev/null
+++ b/srcpkgs/python3-mock/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-mock'
+pkgname=python3-mock
+version=3.0.5
+revision=1
+archs=noarch
+wrksrc="mock-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python3 mock library"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="http://mock.readthedocs.org/en/latest/"
+distfiles="${PYPI_SITE}/m/mock/mock-${version}.tar.gz"
+checksum=83657d894c90d5681d62155c82bda9c1187827525880eda8ff5df4ec813437c3
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 8444128e24af30c14ba76aec6ea34a2bf0e45dde Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:45 -0500
Subject: [PATCH 02/18] New package: python3-zope.hookable-4.2.0

---
 srcpkgs/python3-zope.hookable/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.hookable/template

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
new file mode 100644
index 00000000000..4c85cadb5a3
--- /dev/null
+++ b/srcpkgs/python3-zope.hookable/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.hookable'
+pkgname=python3-zope.hookable
+version=4.2.0
+revision=1
+archs=noarch
+wrksrc="zope.hookable-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope hookable architecture for Python3"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.hookable"
+distfiles="${PYPI_SITE}/z/zope.hookable/zope.hookable-${version}.tar.gz"
+checksum=c1df3929a3666fc5a0c80d60a0c1e6f6ef97c7f6ed2f1b7cf49f3e6f3d4dde15

From 082cdf5dee7ec6c4d460a8ef7e1a14b555843f3c Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:17:46 -0500
Subject: [PATCH 03/18] New package: python3-zope.deprecation-4.4.0

---
 srcpkgs/python3-zope.deprecation/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deprecation/template

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
new file mode 100644
index 00000000000..9843b96e094
--- /dev/null
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.deprecation'
+pkgname=python3-zope.deprecation
+version=4.4.0
+revision=1
+archs=noarch
+wrksrc="zope.deprecation-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python library to handle automated deprecations"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deprecation"
+distfiles="${PYPI_SITE}/z/zope.deprecation/zope.deprecation-${version}.tar.gz"
+checksum=0d453338f04bacf91bbfba545d8bcdf529aa829e67b705eac8c1a7fdce66e2df

From 1dfabaf2c5085ac0b766b12b6faf1dc3c0138e8b Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:23 -0500
Subject: [PATCH 04/18] New package: python3-zope.testrunner-5.0

---
 srcpkgs/python3-zope.testrunner/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testrunner/template

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
new file mode 100644
index 00000000000..8e5a921fccd
--- /dev/null
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.testrunner'
+pkgname=python3-zope.testrunner
+version=5.0
+revision=1
+archs=noarch
+wrksrc="zope.testrunner-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"
+depends="python3-zope.exceptions python3-zope.interface python3-six"
+checkdepends="python3-zope.testing python3-subunit python3-testtools"
+short_desc="Zope testrunner script"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testrunner"
+distfiles="${PYPI_SITE}/z/zope.testrunner/zope.testrunner-${version}.tar.gz"
+checksum=0d8a27e214033b6f1e557556e61bff9568ae95676dfcc8a032483fdeeee792c3

From d6e2b0984bb28a4eced7b693df1c6fbd31bd94e7 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:54 -0500
Subject: [PATCH 05/18] New package: python3-repoze.sphinx.autointerface-0.8

---
 .../template                                  | 20 +++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-repoze.sphinx.autointerface/template

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
new file mode 100644
index 00000000000..64bf5db8a25
--- /dev/null
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-repoze.sphinx.autointerface'
+pkgname=python3-repoze.sphinx.autointerface
+version=0.8
+revision=1
+archs=noarch
+wrksrc="repoze.sphinx.autointerface-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface"
+short_desc="Sphinx extension to auto-generate API docs from Zope interfaces"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-4-Clause"
+homepage="https://github.com/repoze/repoze.sphinx.autointerface/"
+distfiles="${PYPI_SITE}/r/repoze.sphinx.autointerface/repoze.sphinx.autointerface-${version}.tar.gz"
+checksum=8ef0383276ab722efb1e4a6523726262058dfd82615ccf7e5004aee3fe8ecc23
+
+post_install() {
+	vlicense LICENSE.txt
+	vlicense COPYRIGHT.txt
+}

From ef220224bec5c7065f5a85e7e581524b2de8aa1e Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:16 -0500
Subject: [PATCH 06/18] New package: python3-subunit-1.3.0

---
 srcpkgs/python3-subunit/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-subunit/template

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
new file mode 100644
index 00000000000..96f0f646557
--- /dev/null
+++ b/srcpkgs/python3-subunit/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-subunit'
+pkgname=python3-subunit
+version=1.3.0
+revision=1
+archs=noarch
+wrksrc=subunit-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-testtools"
+checkdepends="python3-hypothesis python3-testscenarios python3-fixtures"
+short_desc="Subunit test reporting and controlling protocol"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-3-Clause, Apache-2.0"
+homepage="https://github.com/testing-cabal/subunit"
+distfiles="https://github.com/testing-cabal/subunit/archive/${version}.tar.gz"
+checksum=badbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadb
+
+post_install() {
+	vlicense BSD
+}

From da819169ce5ed0776fc6216067601e7c17b18027 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:46 -0500
Subject: [PATCH 07/18] New package: python3-zope.configuration-4.3.1

---
 srcpkgs/python3-zope.configuration/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.configuration/template

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
new file mode 100644
index 00000000000..babfe8d77cc
--- /dev/null
+++ b/srcpkgs/python3-zope.configuration/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.configuration'
+pkgname=python3-zope.configuration
+version=4.3.1
+revision=1
+archs=noarch
+wrksrc="zope.configuration-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+depends="python3-zope.i18nmessageid python3-zope.interface python3-zope.schema"
+checkdepends="python3-zope.testing python3-zope.schema python3-zope.testrunner"
+short_desc="Zope configuration markup language"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.configuration/"
+distfiles="${PYPI_SITE}/z/zope.configuration/zope.configuration-${version}.tar.gz"
+checksum=6e16747f9fd6b9d8f09d78edf2a6f539cad0fa4ad49d8deb9cf63447cc4168e1

From d96efb186af9279e3b6a89e1f847ad121af067b0 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:31:49 -0500
Subject: [PATCH 08/18] New package: python3-zope.copy-4.2

---
 srcpkgs/python3-zope.copy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.copy/template

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
new file mode 100644
index 00000000000..43d628a6a41
--- /dev/null
+++ b/srcpkgs/python3-zope.copy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.copy'
+pkgname=python3-zope.copy
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.copy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+checkdepends="python3-zope.component python3-zope.location python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Pluggable object copying mechanism"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.copy"
+distfiles="${PYPI_SITE}/z/zope.copy/zope.copy-${version}.tar.gz"
+checksum=47bb9d09ff06c600b446f220f47a742396598ac4828d738d3d85e6490629a71a

From d286b1d4f07f730c7198caa15e040c5b7612f5c7 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:32:19 -0500
Subject: [PATCH 09/18] New package: python3-zope.deferredimport-4.3

---
 srcpkgs/python3-zope.deferredimport/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deferredimport/template

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
new file mode 100644
index 00000000000..ef1e89ae555
--- /dev/null
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-zope.deferredimport'
+pkgname=python3-zope.deferredimport
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.deferredimport-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.proxy"
+short_desc="Python module to perform import names that resolve in code"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deferredimport/"
+distfiles="${PYPI_SITE}/z/zope.deferredimport/zope.deferredimport-${version}.tar.gz"
+checksum=2ddef5a7ecfff132a2dd796253366ecf9748a446e30f1a0b3a636aec9d9c05c5

From 2efd18a633cfb84650a5412af4fcfa22bcd864f2 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:36:38 -0500
Subject: [PATCH 10/18] New package: python3-zope.exceptions-4.3

---
 srcpkgs/python3-zope.exceptions/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.exceptions/template

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
new file mode 100644
index 00000000000..897bb901856
--- /dev/null
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.exceptions'
+pkgname=python3-zope.exceptions
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.exceptions-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+depends="python3-zope.interface"
+checkdepends="python3-zope.testrunner"
+short_desc="Zope exceptions"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.exceptions"
+distfiles="${PYPI_SITE}/z/zope.exceptions/zope.exceptions-${version}.tar.gz"
+checksum=5fa59c3c1044bb9448aeec8328db0bfceaae2a2174e88528d3fe04adf8d47211

From 8575d4862892ee76bbb590bc133a00782f865357 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:38:34 -0500
Subject: [PATCH 11/18] New package: python3-zope.i18nmessageid-4.3.1

---
 srcpkgs/python3-zope.i18nmessageid/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.i18nmessageid/template

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
new file mode 100644
index 00000000000..5aa989fae84
--- /dev/null
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.i18nmessageid'
+pkgname=python3-zope.i18nmessageid
+version=4.3.1
+revision=1
+wrksrc="zope.i18nmessageid-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+makedepends="python3-devel"
+depends="python3-six"
+checkdepends="python3-nose python3-coverage"
+short_desc="Message identifiers for internalization"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.i18nmessageid/"
+distfiles="${PYPI_SITE}/z/zope.i18nmessageid/zope.i18nmessageid-${version}.tar.gz"
+checksum=e511edff8e75d3a6f84d8256e1e468c85a4aa9d89c2ea264a919334fae7081e3

From e70c16a0c2cae31aa168b37213c0041cfff560f1 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:01 -0500
Subject: [PATCH 12/18] New package: python3-zope.location-4.2

---
 srcpkgs/python3-zope.location/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-zope.location/template

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
new file mode 100644
index 00000000000..0e58a4a0ada
--- /dev/null
+++ b/srcpkgs/python3-zope.location/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-zope.location'
+pkgname=python3-zope.location
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.location-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+makedepends="python3-zope.configuration"
+depends="python3-zope.component"
+checkdepends="python3-zope.copy python3-zope.testrunner"
+short_desc="Zope location"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefederation/zope.location"
+distfiles="${PYPI_SITE}/z/zope.location/zope.location-${version}.tar.gz"
+checksum=a720f9e3c8a51d5007ed6fcd47e1834df02671d85dbfd1062a0d808de8bf80ac

From 1459bece321d274cdc52c35b62e41dd0cd9be672 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:26 -0500
Subject: [PATCH 13/18] New package: python3-zope.proxy-4.3.1

---
 srcpkgs/python3-zope.proxy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.proxy/template

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
new file mode 100644
index 00000000000..0d4bfeb138f
--- /dev/null
+++ b/srcpkgs/python3-zope.proxy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.proxy'
+pkgname=python3-zope.proxy
+version=4.3.1
+revision=1
+wrksrc="zope.proxy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3-zope.interface python3-Sphinx python3-zope.testrunner
+ python3-zope.security"
+short_desc="Python generic transparent proxies"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.proxy"
+distfiles="${PYPI_SITE}/z/zope.proxy/zope.proxy-${version}.tar.gz"
+checksum=563c2454b2d0f23bca54d2e0e4d781149b7b06cb5df67e253ca3620f37202dd2

From fceca1c2360b169e3f3e96d501fcd4672311b2d4 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:49 -0500
Subject: [PATCH 14/18] New package: python3-zope.schema-4.9.3

---
 srcpkgs/python3-zope.schema/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.schema/template

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
new file mode 100644
index 00000000000..7294092a900
--- /dev/null
+++ b/srcpkgs/python3-zope.schema/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.schema'
+pkgname=python3-zope.schema
+version=4.9.3
+revision=1
+archs=noarch
+wrksrc=zope.schema-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface python3-zope.event"
+checkdepends="python3-zope.i18nmessageid python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Zope.interface extension for defining data schemas"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.schema"
+distfiles="${PYPI_SITE}/z/zope.schema/zope.schema-${version}.tar.gz"
+checksum=2d971da8707cab47b1916534b9929dcd9d7f23aed790e6b4cbe3103d5b18069d

From 8b959b2906944235abecc43bb03ecdf15e06d230 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:40:26 -0500
Subject: [PATCH 15/18] New package: python3-zope.security-4.3.1

---
 srcpkgs/python3-zope.security/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.security/template

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
new file mode 100644
index 00000000000..a8ca492f98b
--- /dev/null
+++ b/srcpkgs/python3-zope.security/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.security'
+pkgname=python3-zope.security
+version=4.3.1
+revision=1
+wrksrc="zope.security-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-distutils-extra"
+makedepends="python3-devel"
+depends="python3-zope.component python3-zope.configuration python3-zope.testing
+ python3-zope.testrunner python3-zope.location"
+short_desc="Zope security framework"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.security/"
+distfiles="${PYPI_SITE}/z/zope.security/zope.security-${version}.tar.gz"
+checksum=9448e57bcc856ff05b881ffb1852cdd367fd234e31c0003fd5373582f57beaff

From 4ff450c24f7c7daf03a2c88487ad3f196b57c515 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:38 -0500
Subject: [PATCH 16/18] New package: python3-zope.testing-4.7

---
 srcpkgs/python3-zope.testing/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testing/template

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
new file mode 100644
index 00000000000..814817904f6
--- /dev/null
+++ b/srcpkgs/python3-zope.testing/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.testing'
+pkgname=python3-zope.testing
+version=4.7
+revision=1
+archs=noarch
+wrksrc="zope.testing-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope testing helpers"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testing"
+distfiles="${PYPI_SITE}/z/zope.testing/zope.testing-${version}.tar.gz"
+checksum=d66be8d1de37e8536ca58a1d9f4d89a68c9cc75cc0e788a175c8a20ae26003ea

From a69e576132ad20af89346980d6109e43672108b6 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Sun, 13 Oct 2019 12:06:03 -0500
Subject: [PATCH 17/18] New package: python3-testtools-2.3.0

---
 srcpkgs/python3-testtools/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-testtools/template

diff --git a/srcpkgs/python3-testtools/template b/srcpkgs/python3-testtools/template
new file mode 100644
index 00000000000..8b386c02432
--- /dev/null
+++ b/srcpkgs/python3-testtools/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-testtools'
+pkgname=python3-testtools
+version=2.3.0
+revision=1
+wrksrc="testtools-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python3 standard library unit testing framework"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="MIT"
+homepage="https://github.com/testing-cabal/testtools"
+distfiles="${PYPI_SITE}/t/testtools/testtools-${version}.tar.gz"
+checksum=5827ec6cf8233e0f29f51025addd713ca010061204fdea77484a2934690a0559
+
+post_install() {
+	vlicense LICENSE
+}

From 4358ab5cde82aeedf19ba918f95f2757082f2e86 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:54 -0500
Subject: [PATCH 18/18] New package: certbot-0.35.1

Closes #11518
---
 srcpkgs/certbot/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/certbot/template

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
new file mode 100644
index 00000000000..507214661a5
--- /dev/null
+++ b/srcpkgs/certbot/template
@@ -0,0 +1,18 @@
+# Template file for 'certbot'
+pkgname=certbot
+version=0.35.1
+revision=1
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-acme python3-ConfigArgParse python3-configobj
+ python3-cryptography python3-josepy python3-pyrfc3339 python3-pytz
+ python3-zope.component python3-zope.interface python3-parsedatetime
+ python3-zope.hookable python3-mock python3-zope.deferredimport
+ python3-zope.deprecation"
+short_desc="Let's Encrypt certificate renewal automation utility"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="Apache-2.0"
+homepage="https://certboti.eff.org/"
+distfiles="https://github.com/certbot/certbot/archive/v${version}.tar.gz"
+checksum=c4b4755866a2eaf5204abe3da25b9b8769b146e73d93a9527a22cda7d5a55070

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR PATCH] [Updated] New package: certbot-0.35.1
  2019-10-11  3:32 [PR PATCH] Np certbot 0.35.1 voidlinux-github
                   ` (21 preceding siblings ...)
  2019-10-13 17:16 ` voidlinux-github
@ 2019-10-13 21:14 ` voidlinux-github
  2019-10-13 21:14 ` voidlinux-github
                   ` (3 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: voidlinux-github @ 2019-10-13 21:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 335 bytes --]

There is an updated pull request by misuchiru03 against master on the void-packages repository

https://github.com/misuchiru03/void-packages np_certbot_0.35.1
https://github.com/void-linux/void-packages/pull/15313

New package: certbot-0.35.1


A patch file from https://github.com/void-linux/void-packages/pull/15313.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-np_certbot_0.35.1-15313.patch --]
[-- Type: text/x-diff, Size: 22703 bytes --]

From 82976985ea300a7268a7d6fb602ddf7f26f0742a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:05 -0500
Subject: [PATCH 01/18] New package: python3-mock-3.0.5

---
 srcpkgs/python3-mock/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-mock/template

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
new file mode 100644
index 00000000000..2637b798d95
--- /dev/null
+++ b/srcpkgs/python3-mock/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-mock'
+pkgname=python3-mock
+version=3.0.5
+revision=1
+archs=noarch
+wrksrc="mock-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python3 mock library"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="http://mock.readthedocs.org/en/latest/"
+distfiles="${PYPI_SITE}/m/mock/mock-${version}.tar.gz"
+checksum=83657d894c90d5681d62155c82bda9c1187827525880eda8ff5df4ec813437c3
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 8444128e24af30c14ba76aec6ea34a2bf0e45dde Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:45 -0500
Subject: [PATCH 02/18] New package: python3-zope.hookable-4.2.0

---
 srcpkgs/python3-zope.hookable/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.hookable/template

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
new file mode 100644
index 00000000000..4c85cadb5a3
--- /dev/null
+++ b/srcpkgs/python3-zope.hookable/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.hookable'
+pkgname=python3-zope.hookable
+version=4.2.0
+revision=1
+archs=noarch
+wrksrc="zope.hookable-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope hookable architecture for Python3"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.hookable"
+distfiles="${PYPI_SITE}/z/zope.hookable/zope.hookable-${version}.tar.gz"
+checksum=c1df3929a3666fc5a0c80d60a0c1e6f6ef97c7f6ed2f1b7cf49f3e6f3d4dde15

From 082cdf5dee7ec6c4d460a8ef7e1a14b555843f3c Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:17:46 -0500
Subject: [PATCH 03/18] New package: python3-zope.deprecation-4.4.0

---
 srcpkgs/python3-zope.deprecation/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deprecation/template

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
new file mode 100644
index 00000000000..9843b96e094
--- /dev/null
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.deprecation'
+pkgname=python3-zope.deprecation
+version=4.4.0
+revision=1
+archs=noarch
+wrksrc="zope.deprecation-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python library to handle automated deprecations"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deprecation"
+distfiles="${PYPI_SITE}/z/zope.deprecation/zope.deprecation-${version}.tar.gz"
+checksum=0d453338f04bacf91bbfba545d8bcdf529aa829e67b705eac8c1a7fdce66e2df

From 1dfabaf2c5085ac0b766b12b6faf1dc3c0138e8b Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:23 -0500
Subject: [PATCH 04/18] New package: python3-zope.testrunner-5.0

---
 srcpkgs/python3-zope.testrunner/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testrunner/template

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
new file mode 100644
index 00000000000..8e5a921fccd
--- /dev/null
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.testrunner'
+pkgname=python3-zope.testrunner
+version=5.0
+revision=1
+archs=noarch
+wrksrc="zope.testrunner-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"
+depends="python3-zope.exceptions python3-zope.interface python3-six"
+checkdepends="python3-zope.testing python3-subunit python3-testtools"
+short_desc="Zope testrunner script"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testrunner"
+distfiles="${PYPI_SITE}/z/zope.testrunner/zope.testrunner-${version}.tar.gz"
+checksum=0d8a27e214033b6f1e557556e61bff9568ae95676dfcc8a032483fdeeee792c3

From d6e2b0984bb28a4eced7b693df1c6fbd31bd94e7 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:54 -0500
Subject: [PATCH 05/18] New package: python3-repoze.sphinx.autointerface-0.8

---
 .../template                                  | 20 +++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-repoze.sphinx.autointerface/template

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
new file mode 100644
index 00000000000..64bf5db8a25
--- /dev/null
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-repoze.sphinx.autointerface'
+pkgname=python3-repoze.sphinx.autointerface
+version=0.8
+revision=1
+archs=noarch
+wrksrc="repoze.sphinx.autointerface-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface"
+short_desc="Sphinx extension to auto-generate API docs from Zope interfaces"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-4-Clause"
+homepage="https://github.com/repoze/repoze.sphinx.autointerface/"
+distfiles="${PYPI_SITE}/r/repoze.sphinx.autointerface/repoze.sphinx.autointerface-${version}.tar.gz"
+checksum=8ef0383276ab722efb1e4a6523726262058dfd82615ccf7e5004aee3fe8ecc23
+
+post_install() {
+	vlicense LICENSE.txt
+	vlicense COPYRIGHT.txt
+}

From 47e451d88fb6cd1f243eb25de99a5b534c577690 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:16 -0500
Subject: [PATCH 06/18] New package: python3-subunit-1.3.0

---
 srcpkgs/python3-subunit/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-subunit/template

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
new file mode 100644
index 00000000000..c19cddb0834
--- /dev/null
+++ b/srcpkgs/python3-subunit/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-subunit'
+pkgname=python3-subunit
+version=1.3.0
+revision=1
+archs=noarch
+wrksrc=subunit-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-testtools"
+checkdepends="python3-hypothesis python3-testscenarios python3-fixtures"
+short_desc="Subunit test reporting and controlling protocol"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-3-Clause, Apache-2.0"
+homepage="https://github.com/testing-cabal/subunit"
+distfiles="https://github.com/testing-cabal/subunit/archive/${version}.tar.gz"
+checksum=b2eafcf81c34c6eeb9d73abf1134df3d3233d87ea6f7efa5063e1e204d26ee25
+
+post_install() {
+	vlicense BSD
+}

From ca797a9c3a9a26d11b6441f6af3f999328ad7c6a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:46 -0500
Subject: [PATCH 07/18] New package: python3-zope.configuration-4.3.1

---
 srcpkgs/python3-zope.configuration/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.configuration/template

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
new file mode 100644
index 00000000000..babfe8d77cc
--- /dev/null
+++ b/srcpkgs/python3-zope.configuration/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.configuration'
+pkgname=python3-zope.configuration
+version=4.3.1
+revision=1
+archs=noarch
+wrksrc="zope.configuration-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+depends="python3-zope.i18nmessageid python3-zope.interface python3-zope.schema"
+checkdepends="python3-zope.testing python3-zope.schema python3-zope.testrunner"
+short_desc="Zope configuration markup language"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.configuration/"
+distfiles="${PYPI_SITE}/z/zope.configuration/zope.configuration-${version}.tar.gz"
+checksum=6e16747f9fd6b9d8f09d78edf2a6f539cad0fa4ad49d8deb9cf63447cc4168e1

From 3678f908df811c79af938e81af0db9866b208acb Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:31:49 -0500
Subject: [PATCH 08/18] New package: python3-zope.copy-4.2

---
 srcpkgs/python3-zope.copy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.copy/template

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
new file mode 100644
index 00000000000..43d628a6a41
--- /dev/null
+++ b/srcpkgs/python3-zope.copy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.copy'
+pkgname=python3-zope.copy
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.copy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+checkdepends="python3-zope.component python3-zope.location python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Pluggable object copying mechanism"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.copy"
+distfiles="${PYPI_SITE}/z/zope.copy/zope.copy-${version}.tar.gz"
+checksum=47bb9d09ff06c600b446f220f47a742396598ac4828d738d3d85e6490629a71a

From 6c748b063f790552476b6c60eb7caa94712afcb9 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:32:19 -0500
Subject: [PATCH 09/18] New package: python3-zope.deferredimport-4.3

---
 srcpkgs/python3-zope.deferredimport/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deferredimport/template

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
new file mode 100644
index 00000000000..ef1e89ae555
--- /dev/null
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-zope.deferredimport'
+pkgname=python3-zope.deferredimport
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.deferredimport-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.proxy"
+short_desc="Python module to perform import names that resolve in code"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deferredimport/"
+distfiles="${PYPI_SITE}/z/zope.deferredimport/zope.deferredimport-${version}.tar.gz"
+checksum=2ddef5a7ecfff132a2dd796253366ecf9748a446e30f1a0b3a636aec9d9c05c5

From ccf62c97ed1aec74f820bbdb87c3b0fbf7f32110 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:36:38 -0500
Subject: [PATCH 10/18] New package: python3-zope.exceptions-4.3

---
 srcpkgs/python3-zope.exceptions/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.exceptions/template

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
new file mode 100644
index 00000000000..897bb901856
--- /dev/null
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.exceptions'
+pkgname=python3-zope.exceptions
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.exceptions-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+depends="python3-zope.interface"
+checkdepends="python3-zope.testrunner"
+short_desc="Zope exceptions"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.exceptions"
+distfiles="${PYPI_SITE}/z/zope.exceptions/zope.exceptions-${version}.tar.gz"
+checksum=5fa59c3c1044bb9448aeec8328db0bfceaae2a2174e88528d3fe04adf8d47211

From 2d22933e9689ec187f6b283f6b73875889df5bbf Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:38:34 -0500
Subject: [PATCH 11/18] New package: python3-zope.i18nmessageid-4.3.1

---
 srcpkgs/python3-zope.i18nmessageid/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.i18nmessageid/template

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
new file mode 100644
index 00000000000..5aa989fae84
--- /dev/null
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.i18nmessageid'
+pkgname=python3-zope.i18nmessageid
+version=4.3.1
+revision=1
+wrksrc="zope.i18nmessageid-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+makedepends="python3-devel"
+depends="python3-six"
+checkdepends="python3-nose python3-coverage"
+short_desc="Message identifiers for internalization"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.i18nmessageid/"
+distfiles="${PYPI_SITE}/z/zope.i18nmessageid/zope.i18nmessageid-${version}.tar.gz"
+checksum=e511edff8e75d3a6f84d8256e1e468c85a4aa9d89c2ea264a919334fae7081e3

From 1ea10fe6d73b4a96095e9bbe57482fb022ef296c Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:01 -0500
Subject: [PATCH 12/18] New package: python3-zope.location-4.2

---
 srcpkgs/python3-zope.location/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-zope.location/template

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
new file mode 100644
index 00000000000..0e58a4a0ada
--- /dev/null
+++ b/srcpkgs/python3-zope.location/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-zope.location'
+pkgname=python3-zope.location
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.location-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+makedepends="python3-zope.configuration"
+depends="python3-zope.component"
+checkdepends="python3-zope.copy python3-zope.testrunner"
+short_desc="Zope location"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefederation/zope.location"
+distfiles="${PYPI_SITE}/z/zope.location/zope.location-${version}.tar.gz"
+checksum=a720f9e3c8a51d5007ed6fcd47e1834df02671d85dbfd1062a0d808de8bf80ac

From 5b32e066c8e40df5cd386842753b994e94785bbf Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:26 -0500
Subject: [PATCH 13/18] New package: python3-zope.proxy-4.3.1

---
 srcpkgs/python3-zope.proxy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.proxy/template

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
new file mode 100644
index 00000000000..0d4bfeb138f
--- /dev/null
+++ b/srcpkgs/python3-zope.proxy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.proxy'
+pkgname=python3-zope.proxy
+version=4.3.1
+revision=1
+wrksrc="zope.proxy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3-zope.interface python3-Sphinx python3-zope.testrunner
+ python3-zope.security"
+short_desc="Python generic transparent proxies"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.proxy"
+distfiles="${PYPI_SITE}/z/zope.proxy/zope.proxy-${version}.tar.gz"
+checksum=563c2454b2d0f23bca54d2e0e4d781149b7b06cb5df67e253ca3620f37202dd2

From 0dab3e487e4b1773ac5ac0029a3b20a7459f52eb Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:49 -0500
Subject: [PATCH 14/18] New package: python3-zope.schema-4.9.3

---
 srcpkgs/python3-zope.schema/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.schema/template

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
new file mode 100644
index 00000000000..7294092a900
--- /dev/null
+++ b/srcpkgs/python3-zope.schema/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.schema'
+pkgname=python3-zope.schema
+version=4.9.3
+revision=1
+archs=noarch
+wrksrc=zope.schema-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface python3-zope.event"
+checkdepends="python3-zope.i18nmessageid python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Zope.interface extension for defining data schemas"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.schema"
+distfiles="${PYPI_SITE}/z/zope.schema/zope.schema-${version}.tar.gz"
+checksum=2d971da8707cab47b1916534b9929dcd9d7f23aed790e6b4cbe3103d5b18069d

From f509856822310c66c82e6ab537f2a16c10a9a85e Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:40:26 -0500
Subject: [PATCH 15/18] New package: python3-zope.security-4.3.1

---
 srcpkgs/python3-zope.security/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.security/template

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
new file mode 100644
index 00000000000..a8ca492f98b
--- /dev/null
+++ b/srcpkgs/python3-zope.security/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.security'
+pkgname=python3-zope.security
+version=4.3.1
+revision=1
+wrksrc="zope.security-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-distutils-extra"
+makedepends="python3-devel"
+depends="python3-zope.component python3-zope.configuration python3-zope.testing
+ python3-zope.testrunner python3-zope.location"
+short_desc="Zope security framework"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.security/"
+distfiles="${PYPI_SITE}/z/zope.security/zope.security-${version}.tar.gz"
+checksum=9448e57bcc856ff05b881ffb1852cdd367fd234e31c0003fd5373582f57beaff

From f9e839baf9cfc2681f4cb533d54e03fa6a49513a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:38 -0500
Subject: [PATCH 16/18] New package: python3-zope.testing-4.7

---
 srcpkgs/python3-zope.testing/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testing/template

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
new file mode 100644
index 00000000000..814817904f6
--- /dev/null
+++ b/srcpkgs/python3-zope.testing/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.testing'
+pkgname=python3-zope.testing
+version=4.7
+revision=1
+archs=noarch
+wrksrc="zope.testing-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope testing helpers"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testing"
+distfiles="${PYPI_SITE}/z/zope.testing/zope.testing-${version}.tar.gz"
+checksum=d66be8d1de37e8536ca58a1d9f4d89a68c9cc75cc0e788a175c8a20ae26003ea

From aff28fa829245cfa3013fb3fe9bfe846de70db5f Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Sun, 13 Oct 2019 12:06:03 -0500
Subject: [PATCH 17/18] New package: python3-testtools-2.3.0

---
 srcpkgs/python3-testtools/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-testtools/template

diff --git a/srcpkgs/python3-testtools/template b/srcpkgs/python3-testtools/template
new file mode 100644
index 00000000000..8b386c02432
--- /dev/null
+++ b/srcpkgs/python3-testtools/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-testtools'
+pkgname=python3-testtools
+version=2.3.0
+revision=1
+wrksrc="testtools-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python3 standard library unit testing framework"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="MIT"
+homepage="https://github.com/testing-cabal/testtools"
+distfiles="${PYPI_SITE}/t/testtools/testtools-${version}.tar.gz"
+checksum=5827ec6cf8233e0f29f51025addd713ca010061204fdea77484a2934690a0559
+
+post_install() {
+	vlicense LICENSE
+}

From 3b8c2ac3d9c8dfd8e722c227aca95f7a20fab6de Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:54 -0500
Subject: [PATCH 18/18] New package: certbot-0.35.1

Closes #11518
---
 srcpkgs/certbot/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/certbot/template

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
new file mode 100644
index 00000000000..e0d33ed7009
--- /dev/null
+++ b/srcpkgs/certbot/template
@@ -0,0 +1,18 @@
+# Template file for 'certbot'
+pkgname=certbot
+version=0.35.1
+revision=1
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-acme python3-ConfigArgParse python3-configobj
+ python3-cryptography python3-josepy python3-pyrfc3339 python3-pytz
+ python3-zope.component python3-zope.interface python3-parsedatetime
+ python3-zope.hookable python3-mock python3-zope.deferredimport
+ python3-zope.deprecation"
+short_desc="Let's Encrypt certificate renewal automation utility"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="Apache-2.0"
+homepage="https://certbot.eff.org/"
+distfiles="https://github.com/certbot/certbot/archive/v${version}.tar.gz"
+checksum=c4b4755866a2eaf5204abe3da25b9b8769b146e73d93a9527a22cda7d5a55070

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR PATCH] [Updated] New package: certbot-0.35.1
  2019-10-11  3:32 [PR PATCH] Np certbot 0.35.1 voidlinux-github
                   ` (22 preceding siblings ...)
  2019-10-13 21:14 ` voidlinux-github
@ 2019-10-13 21:14 ` voidlinux-github
  2019-10-13 21:16 ` voidlinux-github
                   ` (2 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: voidlinux-github @ 2019-10-13 21:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 335 bytes --]

There is an updated pull request by misuchiru03 against master on the void-packages repository

https://github.com/misuchiru03/void-packages np_certbot_0.35.1
https://github.com/void-linux/void-packages/pull/15313

New package: certbot-0.35.1


A patch file from https://github.com/void-linux/void-packages/pull/15313.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-np_certbot_0.35.1-15313.patch --]
[-- Type: text/x-diff, Size: 22703 bytes --]

From 82976985ea300a7268a7d6fb602ddf7f26f0742a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:05 -0500
Subject: [PATCH 01/18] New package: python3-mock-3.0.5

---
 srcpkgs/python3-mock/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-mock/template

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
new file mode 100644
index 00000000000..2637b798d95
--- /dev/null
+++ b/srcpkgs/python3-mock/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-mock'
+pkgname=python3-mock
+version=3.0.5
+revision=1
+archs=noarch
+wrksrc="mock-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python3 mock library"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="http://mock.readthedocs.org/en/latest/"
+distfiles="${PYPI_SITE}/m/mock/mock-${version}.tar.gz"
+checksum=83657d894c90d5681d62155c82bda9c1187827525880eda8ff5df4ec813437c3
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 8444128e24af30c14ba76aec6ea34a2bf0e45dde Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:45 -0500
Subject: [PATCH 02/18] New package: python3-zope.hookable-4.2.0

---
 srcpkgs/python3-zope.hookable/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.hookable/template

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
new file mode 100644
index 00000000000..4c85cadb5a3
--- /dev/null
+++ b/srcpkgs/python3-zope.hookable/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.hookable'
+pkgname=python3-zope.hookable
+version=4.2.0
+revision=1
+archs=noarch
+wrksrc="zope.hookable-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope hookable architecture for Python3"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.hookable"
+distfiles="${PYPI_SITE}/z/zope.hookable/zope.hookable-${version}.tar.gz"
+checksum=c1df3929a3666fc5a0c80d60a0c1e6f6ef97c7f6ed2f1b7cf49f3e6f3d4dde15

From 082cdf5dee7ec6c4d460a8ef7e1a14b555843f3c Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:17:46 -0500
Subject: [PATCH 03/18] New package: python3-zope.deprecation-4.4.0

---
 srcpkgs/python3-zope.deprecation/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deprecation/template

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
new file mode 100644
index 00000000000..9843b96e094
--- /dev/null
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.deprecation'
+pkgname=python3-zope.deprecation
+version=4.4.0
+revision=1
+archs=noarch
+wrksrc="zope.deprecation-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python library to handle automated deprecations"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deprecation"
+distfiles="${PYPI_SITE}/z/zope.deprecation/zope.deprecation-${version}.tar.gz"
+checksum=0d453338f04bacf91bbfba545d8bcdf529aa829e67b705eac8c1a7fdce66e2df

From 1dfabaf2c5085ac0b766b12b6faf1dc3c0138e8b Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:23 -0500
Subject: [PATCH 04/18] New package: python3-zope.testrunner-5.0

---
 srcpkgs/python3-zope.testrunner/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testrunner/template

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
new file mode 100644
index 00000000000..8e5a921fccd
--- /dev/null
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.testrunner'
+pkgname=python3-zope.testrunner
+version=5.0
+revision=1
+archs=noarch
+wrksrc="zope.testrunner-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"
+depends="python3-zope.exceptions python3-zope.interface python3-six"
+checkdepends="python3-zope.testing python3-subunit python3-testtools"
+short_desc="Zope testrunner script"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testrunner"
+distfiles="${PYPI_SITE}/z/zope.testrunner/zope.testrunner-${version}.tar.gz"
+checksum=0d8a27e214033b6f1e557556e61bff9568ae95676dfcc8a032483fdeeee792c3

From d6e2b0984bb28a4eced7b693df1c6fbd31bd94e7 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:54 -0500
Subject: [PATCH 05/18] New package: python3-repoze.sphinx.autointerface-0.8

---
 .../template                                  | 20 +++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-repoze.sphinx.autointerface/template

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
new file mode 100644
index 00000000000..64bf5db8a25
--- /dev/null
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-repoze.sphinx.autointerface'
+pkgname=python3-repoze.sphinx.autointerface
+version=0.8
+revision=1
+archs=noarch
+wrksrc="repoze.sphinx.autointerface-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface"
+short_desc="Sphinx extension to auto-generate API docs from Zope interfaces"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-4-Clause"
+homepage="https://github.com/repoze/repoze.sphinx.autointerface/"
+distfiles="${PYPI_SITE}/r/repoze.sphinx.autointerface/repoze.sphinx.autointerface-${version}.tar.gz"
+checksum=8ef0383276ab722efb1e4a6523726262058dfd82615ccf7e5004aee3fe8ecc23
+
+post_install() {
+	vlicense LICENSE.txt
+	vlicense COPYRIGHT.txt
+}

From 47e451d88fb6cd1f243eb25de99a5b534c577690 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:16 -0500
Subject: [PATCH 06/18] New package: python3-subunit-1.3.0

---
 srcpkgs/python3-subunit/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-subunit/template

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
new file mode 100644
index 00000000000..c19cddb0834
--- /dev/null
+++ b/srcpkgs/python3-subunit/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-subunit'
+pkgname=python3-subunit
+version=1.3.0
+revision=1
+archs=noarch
+wrksrc=subunit-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-testtools"
+checkdepends="python3-hypothesis python3-testscenarios python3-fixtures"
+short_desc="Subunit test reporting and controlling protocol"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-3-Clause, Apache-2.0"
+homepage="https://github.com/testing-cabal/subunit"
+distfiles="https://github.com/testing-cabal/subunit/archive/${version}.tar.gz"
+checksum=b2eafcf81c34c6eeb9d73abf1134df3d3233d87ea6f7efa5063e1e204d26ee25
+
+post_install() {
+	vlicense BSD
+}

From ca797a9c3a9a26d11b6441f6af3f999328ad7c6a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:46 -0500
Subject: [PATCH 07/18] New package: python3-zope.configuration-4.3.1

---
 srcpkgs/python3-zope.configuration/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.configuration/template

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
new file mode 100644
index 00000000000..babfe8d77cc
--- /dev/null
+++ b/srcpkgs/python3-zope.configuration/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.configuration'
+pkgname=python3-zope.configuration
+version=4.3.1
+revision=1
+archs=noarch
+wrksrc="zope.configuration-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+depends="python3-zope.i18nmessageid python3-zope.interface python3-zope.schema"
+checkdepends="python3-zope.testing python3-zope.schema python3-zope.testrunner"
+short_desc="Zope configuration markup language"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.configuration/"
+distfiles="${PYPI_SITE}/z/zope.configuration/zope.configuration-${version}.tar.gz"
+checksum=6e16747f9fd6b9d8f09d78edf2a6f539cad0fa4ad49d8deb9cf63447cc4168e1

From 3678f908df811c79af938e81af0db9866b208acb Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:31:49 -0500
Subject: [PATCH 08/18] New package: python3-zope.copy-4.2

---
 srcpkgs/python3-zope.copy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.copy/template

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
new file mode 100644
index 00000000000..43d628a6a41
--- /dev/null
+++ b/srcpkgs/python3-zope.copy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.copy'
+pkgname=python3-zope.copy
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.copy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+checkdepends="python3-zope.component python3-zope.location python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Pluggable object copying mechanism"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.copy"
+distfiles="${PYPI_SITE}/z/zope.copy/zope.copy-${version}.tar.gz"
+checksum=47bb9d09ff06c600b446f220f47a742396598ac4828d738d3d85e6490629a71a

From 6c748b063f790552476b6c60eb7caa94712afcb9 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:32:19 -0500
Subject: [PATCH 09/18] New package: python3-zope.deferredimport-4.3

---
 srcpkgs/python3-zope.deferredimport/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deferredimport/template

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
new file mode 100644
index 00000000000..ef1e89ae555
--- /dev/null
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-zope.deferredimport'
+pkgname=python3-zope.deferredimport
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.deferredimport-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.proxy"
+short_desc="Python module to perform import names that resolve in code"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deferredimport/"
+distfiles="${PYPI_SITE}/z/zope.deferredimport/zope.deferredimport-${version}.tar.gz"
+checksum=2ddef5a7ecfff132a2dd796253366ecf9748a446e30f1a0b3a636aec9d9c05c5

From ccf62c97ed1aec74f820bbdb87c3b0fbf7f32110 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:36:38 -0500
Subject: [PATCH 10/18] New package: python3-zope.exceptions-4.3

---
 srcpkgs/python3-zope.exceptions/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.exceptions/template

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
new file mode 100644
index 00000000000..897bb901856
--- /dev/null
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.exceptions'
+pkgname=python3-zope.exceptions
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.exceptions-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+depends="python3-zope.interface"
+checkdepends="python3-zope.testrunner"
+short_desc="Zope exceptions"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.exceptions"
+distfiles="${PYPI_SITE}/z/zope.exceptions/zope.exceptions-${version}.tar.gz"
+checksum=5fa59c3c1044bb9448aeec8328db0bfceaae2a2174e88528d3fe04adf8d47211

From 2d22933e9689ec187f6b283f6b73875889df5bbf Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:38:34 -0500
Subject: [PATCH 11/18] New package: python3-zope.i18nmessageid-4.3.1

---
 srcpkgs/python3-zope.i18nmessageid/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.i18nmessageid/template

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
new file mode 100644
index 00000000000..5aa989fae84
--- /dev/null
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.i18nmessageid'
+pkgname=python3-zope.i18nmessageid
+version=4.3.1
+revision=1
+wrksrc="zope.i18nmessageid-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+makedepends="python3-devel"
+depends="python3-six"
+checkdepends="python3-nose python3-coverage"
+short_desc="Message identifiers for internalization"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.i18nmessageid/"
+distfiles="${PYPI_SITE}/z/zope.i18nmessageid/zope.i18nmessageid-${version}.tar.gz"
+checksum=e511edff8e75d3a6f84d8256e1e468c85a4aa9d89c2ea264a919334fae7081e3

From 1ea10fe6d73b4a96095e9bbe57482fb022ef296c Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:01 -0500
Subject: [PATCH 12/18] New package: python3-zope.location-4.2

---
 srcpkgs/python3-zope.location/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-zope.location/template

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
new file mode 100644
index 00000000000..0e58a4a0ada
--- /dev/null
+++ b/srcpkgs/python3-zope.location/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-zope.location'
+pkgname=python3-zope.location
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.location-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+makedepends="python3-zope.configuration"
+depends="python3-zope.component"
+checkdepends="python3-zope.copy python3-zope.testrunner"
+short_desc="Zope location"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefederation/zope.location"
+distfiles="${PYPI_SITE}/z/zope.location/zope.location-${version}.tar.gz"
+checksum=a720f9e3c8a51d5007ed6fcd47e1834df02671d85dbfd1062a0d808de8bf80ac

From 5b32e066c8e40df5cd386842753b994e94785bbf Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:26 -0500
Subject: [PATCH 13/18] New package: python3-zope.proxy-4.3.1

---
 srcpkgs/python3-zope.proxy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.proxy/template

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
new file mode 100644
index 00000000000..0d4bfeb138f
--- /dev/null
+++ b/srcpkgs/python3-zope.proxy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.proxy'
+pkgname=python3-zope.proxy
+version=4.3.1
+revision=1
+wrksrc="zope.proxy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3-zope.interface python3-Sphinx python3-zope.testrunner
+ python3-zope.security"
+short_desc="Python generic transparent proxies"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.proxy"
+distfiles="${PYPI_SITE}/z/zope.proxy/zope.proxy-${version}.tar.gz"
+checksum=563c2454b2d0f23bca54d2e0e4d781149b7b06cb5df67e253ca3620f37202dd2

From 0dab3e487e4b1773ac5ac0029a3b20a7459f52eb Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:49 -0500
Subject: [PATCH 14/18] New package: python3-zope.schema-4.9.3

---
 srcpkgs/python3-zope.schema/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.schema/template

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
new file mode 100644
index 00000000000..7294092a900
--- /dev/null
+++ b/srcpkgs/python3-zope.schema/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.schema'
+pkgname=python3-zope.schema
+version=4.9.3
+revision=1
+archs=noarch
+wrksrc=zope.schema-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface python3-zope.event"
+checkdepends="python3-zope.i18nmessageid python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Zope.interface extension for defining data schemas"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.schema"
+distfiles="${PYPI_SITE}/z/zope.schema/zope.schema-${version}.tar.gz"
+checksum=2d971da8707cab47b1916534b9929dcd9d7f23aed790e6b4cbe3103d5b18069d

From f509856822310c66c82e6ab537f2a16c10a9a85e Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:40:26 -0500
Subject: [PATCH 15/18] New package: python3-zope.security-4.3.1

---
 srcpkgs/python3-zope.security/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.security/template

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
new file mode 100644
index 00000000000..a8ca492f98b
--- /dev/null
+++ b/srcpkgs/python3-zope.security/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.security'
+pkgname=python3-zope.security
+version=4.3.1
+revision=1
+wrksrc="zope.security-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-distutils-extra"
+makedepends="python3-devel"
+depends="python3-zope.component python3-zope.configuration python3-zope.testing
+ python3-zope.testrunner python3-zope.location"
+short_desc="Zope security framework"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.security/"
+distfiles="${PYPI_SITE}/z/zope.security/zope.security-${version}.tar.gz"
+checksum=9448e57bcc856ff05b881ffb1852cdd367fd234e31c0003fd5373582f57beaff

From f9e839baf9cfc2681f4cb533d54e03fa6a49513a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:38 -0500
Subject: [PATCH 16/18] New package: python3-zope.testing-4.7

---
 srcpkgs/python3-zope.testing/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testing/template

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
new file mode 100644
index 00000000000..814817904f6
--- /dev/null
+++ b/srcpkgs/python3-zope.testing/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.testing'
+pkgname=python3-zope.testing
+version=4.7
+revision=1
+archs=noarch
+wrksrc="zope.testing-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope testing helpers"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testing"
+distfiles="${PYPI_SITE}/z/zope.testing/zope.testing-${version}.tar.gz"
+checksum=d66be8d1de37e8536ca58a1d9f4d89a68c9cc75cc0e788a175c8a20ae26003ea

From aff28fa829245cfa3013fb3fe9bfe846de70db5f Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Sun, 13 Oct 2019 12:06:03 -0500
Subject: [PATCH 17/18] New package: python3-testtools-2.3.0

---
 srcpkgs/python3-testtools/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-testtools/template

diff --git a/srcpkgs/python3-testtools/template b/srcpkgs/python3-testtools/template
new file mode 100644
index 00000000000..8b386c02432
--- /dev/null
+++ b/srcpkgs/python3-testtools/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-testtools'
+pkgname=python3-testtools
+version=2.3.0
+revision=1
+wrksrc="testtools-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python3 standard library unit testing framework"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="MIT"
+homepage="https://github.com/testing-cabal/testtools"
+distfiles="${PYPI_SITE}/t/testtools/testtools-${version}.tar.gz"
+checksum=5827ec6cf8233e0f29f51025addd713ca010061204fdea77484a2934690a0559
+
+post_install() {
+	vlicense LICENSE
+}

From 3b8c2ac3d9c8dfd8e722c227aca95f7a20fab6de Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:54 -0500
Subject: [PATCH 18/18] New package: certbot-0.35.1

Closes #11518
---
 srcpkgs/certbot/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/certbot/template

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
new file mode 100644
index 00000000000..e0d33ed7009
--- /dev/null
+++ b/srcpkgs/certbot/template
@@ -0,0 +1,18 @@
+# Template file for 'certbot'
+pkgname=certbot
+version=0.35.1
+revision=1
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-acme python3-ConfigArgParse python3-configobj
+ python3-cryptography python3-josepy python3-pyrfc3339 python3-pytz
+ python3-zope.component python3-zope.interface python3-parsedatetime
+ python3-zope.hookable python3-mock python3-zope.deferredimport
+ python3-zope.deprecation"
+short_desc="Let's Encrypt certificate renewal automation utility"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="Apache-2.0"
+homepage="https://certbot.eff.org/"
+distfiles="https://github.com/certbot/certbot/archive/v${version}.tar.gz"
+checksum=c4b4755866a2eaf5204abe3da25b9b8769b146e73d93a9527a22cda7d5a55070

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR PATCH] [Updated] New package: certbot-0.35.1
  2019-10-11  3:32 [PR PATCH] Np certbot 0.35.1 voidlinux-github
                   ` (24 preceding siblings ...)
  2019-10-13 21:16 ` voidlinux-github
@ 2019-10-13 21:16 ` voidlinux-github
  2019-11-09 21:07 ` [PR PATCH] [Merged]: " voidlinux-github
  26 siblings, 0 replies; 28+ messages in thread
From: voidlinux-github @ 2019-10-13 21:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 335 bytes --]

There is an updated pull request by misuchiru03 against master on the void-packages repository

https://github.com/misuchiru03/void-packages np_certbot_0.35.1
https://github.com/void-linux/void-packages/pull/15313

New package: certbot-0.35.1


A patch file from https://github.com/void-linux/void-packages/pull/15313.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-np_certbot_0.35.1-15313.patch --]
[-- Type: text/x-diff, Size: 22703 bytes --]

From 82976985ea300a7268a7d6fb602ddf7f26f0742a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:05 -0500
Subject: [PATCH 01/18] New package: python3-mock-3.0.5

---
 srcpkgs/python3-mock/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-mock/template

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
new file mode 100644
index 00000000000..2637b798d95
--- /dev/null
+++ b/srcpkgs/python3-mock/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-mock'
+pkgname=python3-mock
+version=3.0.5
+revision=1
+archs=noarch
+wrksrc="mock-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python3 mock library"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="http://mock.readthedocs.org/en/latest/"
+distfiles="${PYPI_SITE}/m/mock/mock-${version}.tar.gz"
+checksum=83657d894c90d5681d62155c82bda9c1187827525880eda8ff5df4ec813437c3
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 8444128e24af30c14ba76aec6ea34a2bf0e45dde Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:45 -0500
Subject: [PATCH 02/18] New package: python3-zope.hookable-4.2.0

---
 srcpkgs/python3-zope.hookable/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.hookable/template

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
new file mode 100644
index 00000000000..4c85cadb5a3
--- /dev/null
+++ b/srcpkgs/python3-zope.hookable/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.hookable'
+pkgname=python3-zope.hookable
+version=4.2.0
+revision=1
+archs=noarch
+wrksrc="zope.hookable-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope hookable architecture for Python3"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.hookable"
+distfiles="${PYPI_SITE}/z/zope.hookable/zope.hookable-${version}.tar.gz"
+checksum=c1df3929a3666fc5a0c80d60a0c1e6f6ef97c7f6ed2f1b7cf49f3e6f3d4dde15

From 082cdf5dee7ec6c4d460a8ef7e1a14b555843f3c Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:17:46 -0500
Subject: [PATCH 03/18] New package: python3-zope.deprecation-4.4.0

---
 srcpkgs/python3-zope.deprecation/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deprecation/template

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
new file mode 100644
index 00000000000..9843b96e094
--- /dev/null
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.deprecation'
+pkgname=python3-zope.deprecation
+version=4.4.0
+revision=1
+archs=noarch
+wrksrc="zope.deprecation-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python library to handle automated deprecations"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deprecation"
+distfiles="${PYPI_SITE}/z/zope.deprecation/zope.deprecation-${version}.tar.gz"
+checksum=0d453338f04bacf91bbfba545d8bcdf529aa829e67b705eac8c1a7fdce66e2df

From 1dfabaf2c5085ac0b766b12b6faf1dc3c0138e8b Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:23 -0500
Subject: [PATCH 04/18] New package: python3-zope.testrunner-5.0

---
 srcpkgs/python3-zope.testrunner/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testrunner/template

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
new file mode 100644
index 00000000000..8e5a921fccd
--- /dev/null
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.testrunner'
+pkgname=python3-zope.testrunner
+version=5.0
+revision=1
+archs=noarch
+wrksrc="zope.testrunner-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"
+depends="python3-zope.exceptions python3-zope.interface python3-six"
+checkdepends="python3-zope.testing python3-subunit python3-testtools"
+short_desc="Zope testrunner script"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testrunner"
+distfiles="${PYPI_SITE}/z/zope.testrunner/zope.testrunner-${version}.tar.gz"
+checksum=0d8a27e214033b6f1e557556e61bff9568ae95676dfcc8a032483fdeeee792c3

From d6e2b0984bb28a4eced7b693df1c6fbd31bd94e7 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:54 -0500
Subject: [PATCH 05/18] New package: python3-repoze.sphinx.autointerface-0.8

---
 .../template                                  | 20 +++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-repoze.sphinx.autointerface/template

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
new file mode 100644
index 00000000000..64bf5db8a25
--- /dev/null
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-repoze.sphinx.autointerface'
+pkgname=python3-repoze.sphinx.autointerface
+version=0.8
+revision=1
+archs=noarch
+wrksrc="repoze.sphinx.autointerface-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface"
+short_desc="Sphinx extension to auto-generate API docs from Zope interfaces"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-4-Clause"
+homepage="https://github.com/repoze/repoze.sphinx.autointerface/"
+distfiles="${PYPI_SITE}/r/repoze.sphinx.autointerface/repoze.sphinx.autointerface-${version}.tar.gz"
+checksum=8ef0383276ab722efb1e4a6523726262058dfd82615ccf7e5004aee3fe8ecc23
+
+post_install() {
+	vlicense LICENSE.txt
+	vlicense COPYRIGHT.txt
+}

From 47e451d88fb6cd1f243eb25de99a5b534c577690 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:16 -0500
Subject: [PATCH 06/18] New package: python3-subunit-1.3.0

---
 srcpkgs/python3-subunit/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-subunit/template

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
new file mode 100644
index 00000000000..c19cddb0834
--- /dev/null
+++ b/srcpkgs/python3-subunit/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-subunit'
+pkgname=python3-subunit
+version=1.3.0
+revision=1
+archs=noarch
+wrksrc=subunit-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-testtools"
+checkdepends="python3-hypothesis python3-testscenarios python3-fixtures"
+short_desc="Subunit test reporting and controlling protocol"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-3-Clause, Apache-2.0"
+homepage="https://github.com/testing-cabal/subunit"
+distfiles="https://github.com/testing-cabal/subunit/archive/${version}.tar.gz"
+checksum=b2eafcf81c34c6eeb9d73abf1134df3d3233d87ea6f7efa5063e1e204d26ee25
+
+post_install() {
+	vlicense BSD
+}

From ca797a9c3a9a26d11b6441f6af3f999328ad7c6a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:46 -0500
Subject: [PATCH 07/18] New package: python3-zope.configuration-4.3.1

---
 srcpkgs/python3-zope.configuration/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.configuration/template

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
new file mode 100644
index 00000000000..babfe8d77cc
--- /dev/null
+++ b/srcpkgs/python3-zope.configuration/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.configuration'
+pkgname=python3-zope.configuration
+version=4.3.1
+revision=1
+archs=noarch
+wrksrc="zope.configuration-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+depends="python3-zope.i18nmessageid python3-zope.interface python3-zope.schema"
+checkdepends="python3-zope.testing python3-zope.schema python3-zope.testrunner"
+short_desc="Zope configuration markup language"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.configuration/"
+distfiles="${PYPI_SITE}/z/zope.configuration/zope.configuration-${version}.tar.gz"
+checksum=6e16747f9fd6b9d8f09d78edf2a6f539cad0fa4ad49d8deb9cf63447cc4168e1

From 3678f908df811c79af938e81af0db9866b208acb Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:31:49 -0500
Subject: [PATCH 08/18] New package: python3-zope.copy-4.2

---
 srcpkgs/python3-zope.copy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.copy/template

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
new file mode 100644
index 00000000000..43d628a6a41
--- /dev/null
+++ b/srcpkgs/python3-zope.copy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.copy'
+pkgname=python3-zope.copy
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.copy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+checkdepends="python3-zope.component python3-zope.location python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Pluggable object copying mechanism"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.copy"
+distfiles="${PYPI_SITE}/z/zope.copy/zope.copy-${version}.tar.gz"
+checksum=47bb9d09ff06c600b446f220f47a742396598ac4828d738d3d85e6490629a71a

From 6c748b063f790552476b6c60eb7caa94712afcb9 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:32:19 -0500
Subject: [PATCH 09/18] New package: python3-zope.deferredimport-4.3

---
 srcpkgs/python3-zope.deferredimport/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deferredimport/template

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
new file mode 100644
index 00000000000..ef1e89ae555
--- /dev/null
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-zope.deferredimport'
+pkgname=python3-zope.deferredimport
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.deferredimport-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.proxy"
+short_desc="Python module to perform import names that resolve in code"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deferredimport/"
+distfiles="${PYPI_SITE}/z/zope.deferredimport/zope.deferredimport-${version}.tar.gz"
+checksum=2ddef5a7ecfff132a2dd796253366ecf9748a446e30f1a0b3a636aec9d9c05c5

From ccf62c97ed1aec74f820bbdb87c3b0fbf7f32110 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:36:38 -0500
Subject: [PATCH 10/18] New package: python3-zope.exceptions-4.3

---
 srcpkgs/python3-zope.exceptions/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.exceptions/template

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
new file mode 100644
index 00000000000..897bb901856
--- /dev/null
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.exceptions'
+pkgname=python3-zope.exceptions
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.exceptions-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+depends="python3-zope.interface"
+checkdepends="python3-zope.testrunner"
+short_desc="Zope exceptions"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.exceptions"
+distfiles="${PYPI_SITE}/z/zope.exceptions/zope.exceptions-${version}.tar.gz"
+checksum=5fa59c3c1044bb9448aeec8328db0bfceaae2a2174e88528d3fe04adf8d47211

From 2d22933e9689ec187f6b283f6b73875889df5bbf Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:38:34 -0500
Subject: [PATCH 11/18] New package: python3-zope.i18nmessageid-4.3.1

---
 srcpkgs/python3-zope.i18nmessageid/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.i18nmessageid/template

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
new file mode 100644
index 00000000000..5aa989fae84
--- /dev/null
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.i18nmessageid'
+pkgname=python3-zope.i18nmessageid
+version=4.3.1
+revision=1
+wrksrc="zope.i18nmessageid-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+makedepends="python3-devel"
+depends="python3-six"
+checkdepends="python3-nose python3-coverage"
+short_desc="Message identifiers for internalization"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.i18nmessageid/"
+distfiles="${PYPI_SITE}/z/zope.i18nmessageid/zope.i18nmessageid-${version}.tar.gz"
+checksum=e511edff8e75d3a6f84d8256e1e468c85a4aa9d89c2ea264a919334fae7081e3

From 1ea10fe6d73b4a96095e9bbe57482fb022ef296c Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:01 -0500
Subject: [PATCH 12/18] New package: python3-zope.location-4.2

---
 srcpkgs/python3-zope.location/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-zope.location/template

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
new file mode 100644
index 00000000000..0e58a4a0ada
--- /dev/null
+++ b/srcpkgs/python3-zope.location/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-zope.location'
+pkgname=python3-zope.location
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.location-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+makedepends="python3-zope.configuration"
+depends="python3-zope.component"
+checkdepends="python3-zope.copy python3-zope.testrunner"
+short_desc="Zope location"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefederation/zope.location"
+distfiles="${PYPI_SITE}/z/zope.location/zope.location-${version}.tar.gz"
+checksum=a720f9e3c8a51d5007ed6fcd47e1834df02671d85dbfd1062a0d808de8bf80ac

From 5b32e066c8e40df5cd386842753b994e94785bbf Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:26 -0500
Subject: [PATCH 13/18] New package: python3-zope.proxy-4.3.1

---
 srcpkgs/python3-zope.proxy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.proxy/template

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
new file mode 100644
index 00000000000..0d4bfeb138f
--- /dev/null
+++ b/srcpkgs/python3-zope.proxy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.proxy'
+pkgname=python3-zope.proxy
+version=4.3.1
+revision=1
+wrksrc="zope.proxy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3-zope.interface python3-Sphinx python3-zope.testrunner
+ python3-zope.security"
+short_desc="Python generic transparent proxies"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.proxy"
+distfiles="${PYPI_SITE}/z/zope.proxy/zope.proxy-${version}.tar.gz"
+checksum=563c2454b2d0f23bca54d2e0e4d781149b7b06cb5df67e253ca3620f37202dd2

From 0dab3e487e4b1773ac5ac0029a3b20a7459f52eb Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:49 -0500
Subject: [PATCH 14/18] New package: python3-zope.schema-4.9.3

---
 srcpkgs/python3-zope.schema/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.schema/template

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
new file mode 100644
index 00000000000..7294092a900
--- /dev/null
+++ b/srcpkgs/python3-zope.schema/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.schema'
+pkgname=python3-zope.schema
+version=4.9.3
+revision=1
+archs=noarch
+wrksrc=zope.schema-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface python3-zope.event"
+checkdepends="python3-zope.i18nmessageid python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Zope.interface extension for defining data schemas"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.schema"
+distfiles="${PYPI_SITE}/z/zope.schema/zope.schema-${version}.tar.gz"
+checksum=2d971da8707cab47b1916534b9929dcd9d7f23aed790e6b4cbe3103d5b18069d

From f509856822310c66c82e6ab537f2a16c10a9a85e Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:40:26 -0500
Subject: [PATCH 15/18] New package: python3-zope.security-4.3.1

---
 srcpkgs/python3-zope.security/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.security/template

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
new file mode 100644
index 00000000000..a8ca492f98b
--- /dev/null
+++ b/srcpkgs/python3-zope.security/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.security'
+pkgname=python3-zope.security
+version=4.3.1
+revision=1
+wrksrc="zope.security-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-distutils-extra"
+makedepends="python3-devel"
+depends="python3-zope.component python3-zope.configuration python3-zope.testing
+ python3-zope.testrunner python3-zope.location"
+short_desc="Zope security framework"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.security/"
+distfiles="${PYPI_SITE}/z/zope.security/zope.security-${version}.tar.gz"
+checksum=9448e57bcc856ff05b881ffb1852cdd367fd234e31c0003fd5373582f57beaff

From f9e839baf9cfc2681f4cb533d54e03fa6a49513a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:38 -0500
Subject: [PATCH 16/18] New package: python3-zope.testing-4.7

---
 srcpkgs/python3-zope.testing/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testing/template

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
new file mode 100644
index 00000000000..814817904f6
--- /dev/null
+++ b/srcpkgs/python3-zope.testing/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.testing'
+pkgname=python3-zope.testing
+version=4.7
+revision=1
+archs=noarch
+wrksrc="zope.testing-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope testing helpers"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testing"
+distfiles="${PYPI_SITE}/z/zope.testing/zope.testing-${version}.tar.gz"
+checksum=d66be8d1de37e8536ca58a1d9f4d89a68c9cc75cc0e788a175c8a20ae26003ea

From aff28fa829245cfa3013fb3fe9bfe846de70db5f Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Sun, 13 Oct 2019 12:06:03 -0500
Subject: [PATCH 17/18] New package: python3-testtools-2.3.0

---
 srcpkgs/python3-testtools/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-testtools/template

diff --git a/srcpkgs/python3-testtools/template b/srcpkgs/python3-testtools/template
new file mode 100644
index 00000000000..8b386c02432
--- /dev/null
+++ b/srcpkgs/python3-testtools/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-testtools'
+pkgname=python3-testtools
+version=2.3.0
+revision=1
+wrksrc="testtools-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python3 standard library unit testing framework"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="MIT"
+homepage="https://github.com/testing-cabal/testtools"
+distfiles="${PYPI_SITE}/t/testtools/testtools-${version}.tar.gz"
+checksum=5827ec6cf8233e0f29f51025addd713ca010061204fdea77484a2934690a0559
+
+post_install() {
+	vlicense LICENSE
+}

From 3aa46947c9467104c7e8a105429a3d4724de083d Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:54 -0500
Subject: [PATCH 18/18] New package: certbot-0.35.1

Closes #11518
---
 srcpkgs/certbot/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/certbot/template

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
new file mode 100644
index 00000000000..e0d33ed7009
--- /dev/null
+++ b/srcpkgs/certbot/template
@@ -0,0 +1,18 @@
+# Template file for 'certbot'
+pkgname=certbot
+version=0.35.1
+revision=1
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-acme python3-ConfigArgParse python3-configobj
+ python3-cryptography python3-josepy python3-pyrfc3339 python3-pytz
+ python3-zope.component python3-zope.interface python3-parsedatetime
+ python3-zope.hookable python3-mock python3-zope.deferredimport
+ python3-zope.deprecation"
+short_desc="Let's Encrypt certificate renewal automation utility"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="Apache-2.0"
+homepage="https://certbot.eff.org/"
+distfiles="https://github.com/certbot/certbot/archive/v${version}.tar.gz"
+checksum=c4b4755866a2eaf5204abe3da25b9b8769b146e73d93a9527a22cda7d5a55070

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR PATCH] [Updated] New package: certbot-0.35.1
  2019-10-11  3:32 [PR PATCH] Np certbot 0.35.1 voidlinux-github
                   ` (23 preceding siblings ...)
  2019-10-13 21:14 ` voidlinux-github
@ 2019-10-13 21:16 ` voidlinux-github
  2019-10-13 21:16 ` voidlinux-github
  2019-11-09 21:07 ` [PR PATCH] [Merged]: " voidlinux-github
  26 siblings, 0 replies; 28+ messages in thread
From: voidlinux-github @ 2019-10-13 21:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 335 bytes --]

There is an updated pull request by misuchiru03 against master on the void-packages repository

https://github.com/misuchiru03/void-packages np_certbot_0.35.1
https://github.com/void-linux/void-packages/pull/15313

New package: certbot-0.35.1


A patch file from https://github.com/void-linux/void-packages/pull/15313.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-np_certbot_0.35.1-15313.patch --]
[-- Type: text/x-diff, Size: 22703 bytes --]

From 82976985ea300a7268a7d6fb602ddf7f26f0742a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:05 -0500
Subject: [PATCH 01/18] New package: python3-mock-3.0.5

---
 srcpkgs/python3-mock/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-mock/template

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
new file mode 100644
index 00000000000..2637b798d95
--- /dev/null
+++ b/srcpkgs/python3-mock/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-mock'
+pkgname=python3-mock
+version=3.0.5
+revision=1
+archs=noarch
+wrksrc="mock-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python3 mock library"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="http://mock.readthedocs.org/en/latest/"
+distfiles="${PYPI_SITE}/m/mock/mock-${version}.tar.gz"
+checksum=83657d894c90d5681d62155c82bda9c1187827525880eda8ff5df4ec813437c3
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 8444128e24af30c14ba76aec6ea34a2bf0e45dde Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:16:45 -0500
Subject: [PATCH 02/18] New package: python3-zope.hookable-4.2.0

---
 srcpkgs/python3-zope.hookable/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.hookable/template

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
new file mode 100644
index 00000000000..4c85cadb5a3
--- /dev/null
+++ b/srcpkgs/python3-zope.hookable/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.hookable'
+pkgname=python3-zope.hookable
+version=4.2.0
+revision=1
+archs=noarch
+wrksrc="zope.hookable-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope hookable architecture for Python3"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.hookable"
+distfiles="${PYPI_SITE}/z/zope.hookable/zope.hookable-${version}.tar.gz"
+checksum=c1df3929a3666fc5a0c80d60a0c1e6f6ef97c7f6ed2f1b7cf49f3e6f3d4dde15

From 082cdf5dee7ec6c4d460a8ef7e1a14b555843f3c Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:17:46 -0500
Subject: [PATCH 03/18] New package: python3-zope.deprecation-4.4.0

---
 srcpkgs/python3-zope.deprecation/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deprecation/template

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
new file mode 100644
index 00000000000..9843b96e094
--- /dev/null
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.deprecation'
+pkgname=python3-zope.deprecation
+version=4.4.0
+revision=1
+archs=noarch
+wrksrc="zope.deprecation-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python library to handle automated deprecations"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deprecation"
+distfiles="${PYPI_SITE}/z/zope.deprecation/zope.deprecation-${version}.tar.gz"
+checksum=0d453338f04bacf91bbfba545d8bcdf529aa829e67b705eac8c1a7fdce66e2df

From 1dfabaf2c5085ac0b766b12b6faf1dc3c0138e8b Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:23 -0500
Subject: [PATCH 04/18] New package: python3-zope.testrunner-5.0

---
 srcpkgs/python3-zope.testrunner/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testrunner/template

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
new file mode 100644
index 00000000000..8e5a921fccd
--- /dev/null
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.testrunner'
+pkgname=python3-zope.testrunner
+version=5.0
+revision=1
+archs=noarch
+wrksrc="zope.testrunner-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"
+depends="python3-zope.exceptions python3-zope.interface python3-six"
+checkdepends="python3-zope.testing python3-subunit python3-testtools"
+short_desc="Zope testrunner script"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testrunner"
+distfiles="${PYPI_SITE}/z/zope.testrunner/zope.testrunner-${version}.tar.gz"
+checksum=0d8a27e214033b6f1e557556e61bff9568ae95676dfcc8a032483fdeeee792c3

From d6e2b0984bb28a4eced7b693df1c6fbd31bd94e7 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:29:54 -0500
Subject: [PATCH 05/18] New package: python3-repoze.sphinx.autointerface-0.8

---
 .../template                                  | 20 +++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-repoze.sphinx.autointerface/template

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
new file mode 100644
index 00000000000..64bf5db8a25
--- /dev/null
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-repoze.sphinx.autointerface'
+pkgname=python3-repoze.sphinx.autointerface
+version=0.8
+revision=1
+archs=noarch
+wrksrc="repoze.sphinx.autointerface-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface"
+short_desc="Sphinx extension to auto-generate API docs from Zope interfaces"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-4-Clause"
+homepage="https://github.com/repoze/repoze.sphinx.autointerface/"
+distfiles="${PYPI_SITE}/r/repoze.sphinx.autointerface/repoze.sphinx.autointerface-${version}.tar.gz"
+checksum=8ef0383276ab722efb1e4a6523726262058dfd82615ccf7e5004aee3fe8ecc23
+
+post_install() {
+	vlicense LICENSE.txt
+	vlicense COPYRIGHT.txt
+}

From 47e451d88fb6cd1f243eb25de99a5b534c577690 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:16 -0500
Subject: [PATCH 06/18] New package: python3-subunit-1.3.0

---
 srcpkgs/python3-subunit/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-subunit/template

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
new file mode 100644
index 00000000000..c19cddb0834
--- /dev/null
+++ b/srcpkgs/python3-subunit/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-subunit'
+pkgname=python3-subunit
+version=1.3.0
+revision=1
+archs=noarch
+wrksrc=subunit-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-testtools"
+checkdepends="python3-hypothesis python3-testscenarios python3-fixtures"
+short_desc="Subunit test reporting and controlling protocol"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-3-Clause, Apache-2.0"
+homepage="https://github.com/testing-cabal/subunit"
+distfiles="https://github.com/testing-cabal/subunit/archive/${version}.tar.gz"
+checksum=b2eafcf81c34c6eeb9d73abf1134df3d3233d87ea6f7efa5063e1e204d26ee25
+
+post_install() {
+	vlicense BSD
+}

From ca797a9c3a9a26d11b6441f6af3f999328ad7c6a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:30:46 -0500
Subject: [PATCH 07/18] New package: python3-zope.configuration-4.3.1

---
 srcpkgs/python3-zope.configuration/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.configuration/template

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
new file mode 100644
index 00000000000..babfe8d77cc
--- /dev/null
+++ b/srcpkgs/python3-zope.configuration/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.configuration'
+pkgname=python3-zope.configuration
+version=4.3.1
+revision=1
+archs=noarch
+wrksrc="zope.configuration-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+depends="python3-zope.i18nmessageid python3-zope.interface python3-zope.schema"
+checkdepends="python3-zope.testing python3-zope.schema python3-zope.testrunner"
+short_desc="Zope configuration markup language"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.configuration/"
+distfiles="${PYPI_SITE}/z/zope.configuration/zope.configuration-${version}.tar.gz"
+checksum=6e16747f9fd6b9d8f09d78edf2a6f539cad0fa4ad49d8deb9cf63447cc4168e1

From 3678f908df811c79af938e81af0db9866b208acb Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:31:49 -0500
Subject: [PATCH 08/18] New package: python3-zope.copy-4.2

---
 srcpkgs/python3-zope.copy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.copy/template

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
new file mode 100644
index 00000000000..43d628a6a41
--- /dev/null
+++ b/srcpkgs/python3-zope.copy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.copy'
+pkgname=python3-zope.copy
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.copy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+checkdepends="python3-zope.component python3-zope.location python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Pluggable object copying mechanism"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.copy"
+distfiles="${PYPI_SITE}/z/zope.copy/zope.copy-${version}.tar.gz"
+checksum=47bb9d09ff06c600b446f220f47a742396598ac4828d738d3d85e6490629a71a

From 6c748b063f790552476b6c60eb7caa94712afcb9 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:32:19 -0500
Subject: [PATCH 09/18] New package: python3-zope.deferredimport-4.3

---
 srcpkgs/python3-zope.deferredimport/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-zope.deferredimport/template

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
new file mode 100644
index 00000000000..ef1e89ae555
--- /dev/null
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-zope.deferredimport'
+pkgname=python3-zope.deferredimport
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.deferredimport-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.proxy"
+short_desc="Python module to perform import names that resolve in code"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.deferredimport/"
+distfiles="${PYPI_SITE}/z/zope.deferredimport/zope.deferredimport-${version}.tar.gz"
+checksum=2ddef5a7ecfff132a2dd796253366ecf9748a446e30f1a0b3a636aec9d9c05c5

From ccf62c97ed1aec74f820bbdb87c3b0fbf7f32110 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:36:38 -0500
Subject: [PATCH 10/18] New package: python3-zope.exceptions-4.3

---
 srcpkgs/python3-zope.exceptions/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.exceptions/template

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
new file mode 100644
index 00000000000..897bb901856
--- /dev/null
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.exceptions'
+pkgname=python3-zope.exceptions
+version=4.3
+revision=1
+archs=noarch
+wrksrc="zope.exceptions-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+depends="python3-zope.interface"
+checkdepends="python3-zope.testrunner"
+short_desc="Zope exceptions"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.exceptions"
+distfiles="${PYPI_SITE}/z/zope.exceptions/zope.exceptions-${version}.tar.gz"
+checksum=5fa59c3c1044bb9448aeec8328db0bfceaae2a2174e88528d3fe04adf8d47211

From 2d22933e9689ec187f6b283f6b73875889df5bbf Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:38:34 -0500
Subject: [PATCH 11/18] New package: python3-zope.i18nmessageid-4.3.1

---
 srcpkgs/python3-zope.i18nmessageid/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.i18nmessageid/template

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
new file mode 100644
index 00000000000..5aa989fae84
--- /dev/null
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.i18nmessageid'
+pkgname=python3-zope.i18nmessageid
+version=4.3.1
+revision=1
+wrksrc="zope.i18nmessageid-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Sphinx"
+makedepends="python3-devel"
+depends="python3-six"
+checkdepends="python3-nose python3-coverage"
+short_desc="Message identifiers for internalization"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.i18nmessageid/"
+distfiles="${PYPI_SITE}/z/zope.i18nmessageid/zope.i18nmessageid-${version}.tar.gz"
+checksum=e511edff8e75d3a6f84d8256e1e468c85a4aa9d89c2ea264a919334fae7081e3

From 1ea10fe6d73b4a96095e9bbe57482fb022ef296c Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:01 -0500
Subject: [PATCH 12/18] New package: python3-zope.location-4.2

---
 srcpkgs/python3-zope.location/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-zope.location/template

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
new file mode 100644
index 00000000000..0e58a4a0ada
--- /dev/null
+++ b/srcpkgs/python3-zope.location/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-zope.location'
+pkgname=python3-zope.location
+version=4.2
+revision=1
+archs=noarch
+wrksrc="zope.location-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface
+ python3-Sphinx"
+makedepends="python3-zope.configuration"
+depends="python3-zope.component"
+checkdepends="python3-zope.copy python3-zope.testrunner"
+short_desc="Zope location"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefederation/zope.location"
+distfiles="${PYPI_SITE}/z/zope.location/zope.location-${version}.tar.gz"
+checksum=a720f9e3c8a51d5007ed6fcd47e1834df02671d85dbfd1062a0d808de8bf80ac

From 5b32e066c8e40df5cd386842753b994e94785bbf Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:26 -0500
Subject: [PATCH 13/18] New package: python3-zope.proxy-4.3.1

---
 srcpkgs/python3-zope.proxy/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.proxy/template

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
new file mode 100644
index 00000000000..0d4bfeb138f
--- /dev/null
+++ b/srcpkgs/python3-zope.proxy/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.proxy'
+pkgname=python3-zope.proxy
+version=4.3.1
+revision=1
+wrksrc="zope.proxy-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3-zope.interface python3-Sphinx python3-zope.testrunner
+ python3-zope.security"
+short_desc="Python generic transparent proxies"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.proxy"
+distfiles="${PYPI_SITE}/z/zope.proxy/zope.proxy-${version}.tar.gz"
+checksum=563c2454b2d0f23bca54d2e0e4d781149b7b06cb5df67e253ca3620f37202dd2

From 0dab3e487e4b1773ac5ac0029a3b20a7459f52eb Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:39:49 -0500
Subject: [PATCH 14/18] New package: python3-zope.schema-4.9.3

---
 srcpkgs/python3-zope.schema/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-zope.schema/template

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
new file mode 100644
index 00000000000..7294092a900
--- /dev/null
+++ b/srcpkgs/python3-zope.schema/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-zope.schema'
+pkgname=python3-zope.schema
+version=4.9.3
+revision=1
+archs=noarch
+wrksrc=zope.schema-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-zope.interface python3-zope.event"
+checkdepends="python3-zope.i18nmessageid python3-zope.testing
+ python3-zope.testrunner"
+short_desc="Zope.interface extension for defining data schemas"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.schema"
+distfiles="${PYPI_SITE}/z/zope.schema/zope.schema-${version}.tar.gz"
+checksum=2d971da8707cab47b1916534b9929dcd9d7f23aed790e6b4cbe3103d5b18069d

From f509856822310c66c82e6ab537f2a16c10a9a85e Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:40:26 -0500
Subject: [PATCH 15/18] New package: python3-zope.security-4.3.1

---
 srcpkgs/python3-zope.security/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-zope.security/template

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
new file mode 100644
index 00000000000..a8ca492f98b
--- /dev/null
+++ b/srcpkgs/python3-zope.security/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-zope.security'
+pkgname=python3-zope.security
+version=4.3.1
+revision=1
+wrksrc="zope.security-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-distutils-extra"
+makedepends="python3-devel"
+depends="python3-zope.component python3-zope.configuration python3-zope.testing
+ python3-zope.testrunner python3-zope.location"
+short_desc="Zope security framework"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.security/"
+distfiles="${PYPI_SITE}/z/zope.security/zope.security-${version}.tar.gz"
+checksum=9448e57bcc856ff05b881ffb1852cdd367fd234e31c0003fd5373582f57beaff

From f9e839baf9cfc2681f4cb533d54e03fa6a49513a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:38 -0500
Subject: [PATCH 16/18] New package: python3-zope.testing-4.7

---
 srcpkgs/python3-zope.testing/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-zope.testing/template

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
new file mode 100644
index 00000000000..814817904f6
--- /dev/null
+++ b/srcpkgs/python3-zope.testing/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-zope.testing'
+pkgname=python3-zope.testing
+version=4.7
+revision=1
+archs=noarch
+wrksrc="zope.testing-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Zope testing helpers"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="ZPL-2.1"
+homepage="https://github.com/zopefoundation/zope.testing"
+distfiles="${PYPI_SITE}/z/zope.testing/zope.testing-${version}.tar.gz"
+checksum=d66be8d1de37e8536ca58a1d9f4d89a68c9cc75cc0e788a175c8a20ae26003ea

From aff28fa829245cfa3013fb3fe9bfe846de70db5f Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Sun, 13 Oct 2019 12:06:03 -0500
Subject: [PATCH 17/18] New package: python3-testtools-2.3.0

---
 srcpkgs/python3-testtools/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-testtools/template

diff --git a/srcpkgs/python3-testtools/template b/srcpkgs/python3-testtools/template
new file mode 100644
index 00000000000..8b386c02432
--- /dev/null
+++ b/srcpkgs/python3-testtools/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-testtools'
+pkgname=python3-testtools
+version=2.3.0
+revision=1
+wrksrc="testtools-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python3 standard library unit testing framework"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="MIT"
+homepage="https://github.com/testing-cabal/testtools"
+distfiles="${PYPI_SITE}/t/testtools/testtools-${version}.tar.gz"
+checksum=5827ec6cf8233e0f29f51025addd713ca010061204fdea77484a2934690a0559
+
+post_install() {
+	vlicense LICENSE
+}

From 3aa46947c9467104c7e8a105429a3d4724de083d Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 15:41:54 -0500
Subject: [PATCH 18/18] New package: certbot-0.35.1

Closes #11518
---
 srcpkgs/certbot/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/certbot/template

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
new file mode 100644
index 00000000000..e0d33ed7009
--- /dev/null
+++ b/srcpkgs/certbot/template
@@ -0,0 +1,18 @@
+# Template file for 'certbot'
+pkgname=certbot
+version=0.35.1
+revision=1
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-acme python3-ConfigArgParse python3-configobj
+ python3-cryptography python3-josepy python3-pyrfc3339 python3-pytz
+ python3-zope.component python3-zope.interface python3-parsedatetime
+ python3-zope.hookable python3-mock python3-zope.deferredimport
+ python3-zope.deprecation"
+short_desc="Let's Encrypt certificate renewal automation utility"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="Apache-2.0"
+homepage="https://certbot.eff.org/"
+distfiles="https://github.com/certbot/certbot/archive/v${version}.tar.gz"
+checksum=c4b4755866a2eaf5204abe3da25b9b8769b146e73d93a9527a22cda7d5a55070

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PR PATCH] [Merged]: New package: certbot-0.35.1
  2019-10-11  3:32 [PR PATCH] Np certbot 0.35.1 voidlinux-github
                   ` (25 preceding siblings ...)
  2019-10-13 21:16 ` voidlinux-github
@ 2019-11-09 21:07 ` voidlinux-github
  26 siblings, 0 replies; 28+ messages in thread
From: voidlinux-github @ 2019-11-09 21:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 161 bytes --]

There's a merged pull request on the void-packages repository

New package: certbot-0.35.1
https://github.com/void-linux/void-packages/pull/15313

Description:


^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2019-11-09 21:07 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-11  3:32 [PR PATCH] Np certbot 0.35.1 voidlinux-github
2019-10-11  3:35 ` [PR PATCH] [Updated] New package: certbot-0.35.1 voidlinux-github
2019-10-11  3:35 ` voidlinux-github
2019-10-13 16:02 ` voidlinux-github
2019-10-13 16:02 ` voidlinux-github
2019-10-13 16:23 ` voidlinux-github
2019-10-13 16:23 ` voidlinux-github
2019-10-13 16:27 ` voidlinux-github
2019-10-13 16:27 ` voidlinux-github
2019-10-13 16:31 ` voidlinux-github
2019-10-13 16:31 ` voidlinux-github
2019-10-13 16:33 ` voidlinux-github
2019-10-13 16:33 ` voidlinux-github
2019-10-13 16:40 ` voidlinux-github
2019-10-13 16:40 ` voidlinux-github
2019-10-13 17:06 ` voidlinux-github
2019-10-13 17:06 ` voidlinux-github
2019-10-13 17:08 ` voidlinux-github
2019-10-13 17:08 ` voidlinux-github
2019-10-13 17:15 ` voidlinux-github
2019-10-13 17:15 ` voidlinux-github
2019-10-13 17:16 ` voidlinux-github
2019-10-13 17:16 ` voidlinux-github
2019-10-13 21:14 ` voidlinux-github
2019-10-13 21:14 ` voidlinux-github
2019-10-13 21:16 ` voidlinux-github
2019-10-13 21:16 ` voidlinux-github
2019-11-09 21:07 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).