Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b270f0e68dffbee886391dc93e1c7b5984b6b1e8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b270f0e68dffbee886391dc93e1c7b5984b6b1e8)
  • Date: Sun, 3 Jun 2018 12:47:56 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 4 ++++
python-pypi/acme-tiny/DEPENDS | 5 +++++
python-pypi/acme-tiny/DETAILS | 14 ++++++++++++++
python-pypi/acme-tiny/HISTORY | 2 ++
4 files changed, 25 insertions(+)

New commits:
commit b270f0e68dffbee886391dc93e1c7b5984b6b1e8
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

acme-tiny: new spell, tiny script to issue and renew TLS certs from Let's
Encrypt

diff --git a/ChangeLog b/ChangeLog
index 432048b..8df51da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-06-03 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/acme-tiny: new spell, tiny script to issue and renew TLS
+ certs from Let's Encrypt
+
2018-05-31 Ismael Luceno <ismael AT sourcemage.org>
* devel/slibtool: new spell, a skinny libtool implementation,
written in C
diff --git a/python-pypi/acme-tiny/DEPENDS b/python-pypi/acme-tiny/DEPENDS
new file mode 100755
index 0000000..aa2a483
--- /dev/null
+++ b/python-pypi/acme-tiny/DEPENDS
@@ -0,0 +1,5 @@
+. "${SECTION_DIRECTORY}/PY_DEPENDS" &&
+
+depends setuptools_scm &&
+
+runtime_depends SSL
diff --git a/python-pypi/acme-tiny/DETAILS b/python-pypi/acme-tiny/DETAILS
new file mode 100755
index 0000000..d2156af
--- /dev/null
+++ b/python-pypi/acme-tiny/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=acme-tiny
+ VERSION=4.0.4
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=https://pypi.org/packages/source/a/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:0fdd255329037f735b9389736e896924f9d1f76b0e1cc25ef1160796abd9aa11a5ea6004175b157b268d4545f34eee5b691f46eb11a6631449d64ec3b7d1f184
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/diafygi/acme-tiny
+ LICENSE[0]=MIT
+ ENTERED=20180603
+ SHORT="tiny script to issue and renew TLS certs from Let's
Encrypt"
+cat << EOF
+This is a tiny, auditable script that you can throw on your server to issue
+and renew Let's Encrypt certificates.
+EOF
diff --git a/python-pypi/acme-tiny/HISTORY b/python-pypi/acme-tiny/HISTORY
new file mode 100644
index 0000000..fdc989f
--- /dev/null
+++ b/python-pypi/acme-tiny/HISTORY
@@ -0,0 +1,2 @@
+2018-06-03 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 4.0.4



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b270f0e68dffbee886391dc93e1c7b5984b6b1e8), Vlad Glagolev, 06/03/2018

Archive powered by MHonArc 2.6.24.

Top of Page