pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-mohawk
Module Name: pkgsrc
Committed By: wiz
Date: Tue Apr 30 14:32:56 UTC 2024
Modified Files:
pkgsrc/security/py-mohawk: Makefile PLIST
Log Message:
py-mohawk: convert to wheel.mk.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/py-mohawk/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-mohawk/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-mohawk/Makefile
diff -u pkgsrc/security/py-mohawk/Makefile:1.4 pkgsrc/security/py-mohawk/Makefile:1.5
--- pkgsrc/security/py-mohawk/Makefile:1.4 Tue Jan 4 20:54:42 2022
+++ pkgsrc/security/py-mohawk/Makefile Tue Apr 30 14:32:56 2024
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2022/01/04 20:54:42 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2024/04/30 14:32:56 wiz Exp $
DISTNAME= mohawk-1.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
-CATEGORIES= net python
+PKGREVISION= 2
+CATEGORIES= security net python
MASTER_SITES= ${MASTER_SITE_PYPI:=m/mohawk/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -11,11 +11,15 @@ HOMEPAGE= https://github.com/kumar303/mo
COMMENT= Library for Hawk HTTP authorization
LICENSE= mpl-2.0
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
USE_LANGUAGES= # none
-.include "../../lang/python/egg.mk"
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/py-mohawk/PLIST
diff -u pkgsrc/security/py-mohawk/PLIST:1.1 pkgsrc/security/py-mohawk/PLIST:1.2
--- pkgsrc/security/py-mohawk/PLIST:1.1 Mon Jul 3 21:03:29 2017
+++ pkgsrc/security/py-mohawk/PLIST Tue Apr 30 14:32:56 2024
@@ -1,9 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2017/07/03 21:03:29 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2024/04/30 14:32:56 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/mohawk/__init__.py
${PYSITELIB}/mohawk/__init__.pyc
${PYSITELIB}/mohawk/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index