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: wiz
Date: Tue Apr 30 13:51:23 UTC 2024
Modified Files:
pkgsrc/security/py-acme-tiny: Makefile PLIST
Log Message:
py-acme-tiny: convert to wheel.mk.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/py-acme-tiny/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-acme-tiny/PLIST
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.11 pkgsrc/security/py-acme-tiny/Makefile:1.12
--- pkgsrc/security/py-acme-tiny/Makefile:1.11 Thu Jan 13 19:31:24 2022
+++ pkgsrc/security/py-acme-tiny/Makefile Tue Apr 30 13:51:23 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2022/01/13 19:31:24 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2024/04/30 13:51:23 wiz Exp $
DISTNAME= acme-tiny-5.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/acme-tiny/}
@@ -11,18 +11,17 @@ HOMEPAGE= https://github.com/diafygi/acm
COMMENT= Tiny script to issue and renew TLS certs from Let's Encrypt
LICENSE= mit
-DEPENDS+= openssl-[0-9]*:../../security/openssl
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+TEST_DEPENDS+= ${PYPKGPREFIX}-virtualenv-[0-9]*:../../devel/py-virtualenv
USE_LANGUAGES= # none
-USE_PKG_RESOURCES= yes
-
-PYTHON_VERSIONED_DEPENDENCIES= setuptools_scm:build
-
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} acme-tiny acme-tiny-${PYVERSSUFFIX} || ${TRUE}
-.include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
+.include "../../lang/python/wheel.mk"
+# does not need the libraries/headers, but this way we an use the builtin one
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/py-acme-tiny/PLIST
diff -u pkgsrc/security/py-acme-tiny/PLIST:1.2 pkgsrc/security/py-acme-tiny/PLIST:1.3
--- pkgsrc/security/py-acme-tiny/PLIST:1.2 Tue Aug 24 08:33:53 2021
+++ pkgsrc/security/py-acme-tiny/PLIST Tue Apr 30 13:51:23 2024
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.2 2021/08/24 08:33:53 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2024/04/30 13:51:23 wiz Exp $
bin/acme-tiny-${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/acme_tiny.py
${PYSITELIB}/acme_tiny.pyc
${PYSITELIB}/acme_tiny.pyo
Home |
Main Index |
Thread Index |
Old Index