pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-acme-tiny
Module Name: pkgsrc
Committed By: adam
Date: Tue Apr 28 09:55:09 UTC 2026
Modified Files:
pkgsrc/security/py-acme-tiny: Makefile distinfo
Log Message:
py-acme-tiny: updated to 5.0.3
5.0.3
Fixed compatibility with OpenSSL 4.0.0
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/py-acme-tiny/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/py-acme-tiny/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/py-acme-tiny/Makefile
diff -u pkgsrc/security/py-acme-tiny/Makefile:1.16 pkgsrc/security/py-acme-tiny/Makefile:1.17
--- pkgsrc/security/py-acme-tiny/Makefile:1.16 Tue Jul 1 11:47:31 2025
+++ pkgsrc/security/py-acme-tiny/Makefile Tue Apr 28 09:55:08 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2025/07/01 11:47:31 adam Exp $
+# $NetBSD: Makefile,v 1.17 2026/04/28 09:55:08 adam Exp $
-DISTNAME= acme_tiny-5.0.2
+DISTNAME= acme_tiny-5.0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/acme-tiny/}
@@ -10,14 +10,11 @@ HOMEPAGE= https://github.com/diafygi/acm
COMMENT= Tiny script to issue and renew TLS certs from Let's Encrypt
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=8.2.0nb1:../../devel/py-setuptools_scm
-TEST_DEPENDS+= ${PYPKGPREFIX}-virtualenv-[0-9]*:../../devel/py-virtualenv
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
USE_LANGUAGES= # none
-post-install:
- cd ${DESTDIR}${PREFIX}/bin && \
- ${MV} acme-tiny acme-tiny-${PYVERSSUFFIX} || ${TRUE}
+PY_RENAME_BINARIES= acme-tiny
.include "../../lang/python/wheel.mk"
# does not need the libraries/headers, but this way we can use the builtin one
Index: pkgsrc/security/py-acme-tiny/distinfo
diff -u pkgsrc/security/py-acme-tiny/distinfo:1.9 pkgsrc/security/py-acme-tiny/distinfo:1.10
--- pkgsrc/security/py-acme-tiny/distinfo:1.9 Tue Jul 1 11:47:31 2025
+++ pkgsrc/security/py-acme-tiny/distinfo Tue Apr 28 09:55:08 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2025/07/01 11:47:31 adam Exp $
+$NetBSD: distinfo,v 1.10 2026/04/28 09:55:08 adam Exp $
-BLAKE2s (acme_tiny-5.0.2.tar.gz) = 31d03c774e5c1d9fe6012324342e8ba4c9ca58b433326b3ddba8c3f52e38c339
-SHA512 (acme_tiny-5.0.2.tar.gz) = 326cada24d5edba76138cf7b38acd59b9090349c0a7f618e1e2accef00c4bc7f8559c37a8fbadd54778bcda16a4de712020d8115d07dcd4d4e49c688022b8f34
-Size (acme_tiny-5.0.2.tar.gz) = 23260 bytes
+BLAKE2s (acme_tiny-5.0.3.tar.gz) = fc0d007e2f93c3575333fb1b871396fb96b443c5329a45cdc67c251d2cbee350
+SHA512 (acme_tiny-5.0.3.tar.gz) = fa72f3c5a9d0b36b481a48b58e4bc1436af15e0c548c3133d5ffb2d723932e63a534ebc42831981851fb54117c8552c0873e83db0165e2aeb3f4c24ede932abd
+Size (acme_tiny-5.0.3.tar.gz) = 23327 bytes
Home |
Main Index |
Thread Index |
Old Index