pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/py-denyhosts



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jan 19 18:09:08 UTC 2022

Modified Files:
        pkgsrc/security/py-denyhosts: Makefile PLIST

Log Message:
py-denyhosts: convert to egg.mk


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/security/py-denyhosts/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/py-denyhosts/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-denyhosts/Makefile
diff -u pkgsrc/security/py-denyhosts/Makefile:1.23 pkgsrc/security/py-denyhosts/Makefile:1.24
--- pkgsrc/security/py-denyhosts/Makefile:1.23  Sat Nov 27 14:28:10 2021
+++ pkgsrc/security/py-denyhosts/Makefile       Wed Jan 19 18:09:08 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2021/11/27 14:28:10 he Exp $
+# $NetBSD: Makefile,v 1.24 2022/01/19 18:09:08 wiz Exp $
 
-VER=           3.0
-DISTNAME=      denyhosts-${VER}
-PKGNAME=       ${PYPKGPREFIX}-denyhosts-${VER}
+DISTNAME=      denyhosts-3.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=denyhosts/}
 LICENSE=       gnu-gpl-v2
@@ -11,8 +11,6 @@ MAINTAINER=   pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://denyhosts.sourceforge.net/
 COMMENT=       Watch auth log for invalid ssh login attempts and block hosts
 
-PYDISTUTILSPKG=        yes
-
 EGDIR=         share/examples/denyhosts
 INSTALLATION_DIRS+=    ${EGDIR}
 
@@ -41,6 +39,8 @@ post-install:
        mv ${DESTDIR}/${PKG_SYSCONFDIR}/denyhosts.conf \
                ${DESTDIR}/${PREFIX}/${EGDIR}/denyhosts.conf
 
-.include "../../lang/python/extension.mk"
+EGG_NAME=      DenyHosts-${PKGVERSION_NOREV}
+
+.include "../../lang/python/egg.mk"
 .include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/py-denyhosts/PLIST
diff -u pkgsrc/security/py-denyhosts/PLIST:1.4 pkgsrc/security/py-denyhosts/PLIST:1.5
--- pkgsrc/security/py-denyhosts/PLIST:1.4      Sat Nov 27 14:28:10 2021
+++ pkgsrc/security/py-denyhosts/PLIST  Wed Jan 19 18:09:08 2022
@@ -1,6 +1,11 @@
-@comment $NetBSD: PLIST,v 1.4 2021/11/27 14:28:10 he Exp $
+@comment $NetBSD: PLIST,v 1.5 2022/01/19 18:09:08 wiz Exp $
 bin/daemon-control-dist
 bin/denyhosts.py
+${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/DenyHosts/__init__.py
 ${PYSITELIB}/DenyHosts/__init__.pyc
 ${PYSITELIB}/DenyHosts/__init__.pyo



Home | Main Index | Thread Index | Old Index