diff options
author | wiz <wiz@pkgsrc.org> | 2022-01-10 20:27:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-01-10 20:27:16 +0000 |
commit | c9afe2ced8173cf0e74118b253fc363b4830839f (patch) | |
tree | c1491ed946c928589ca955d28a48a40f13be6b23 /security | |
parent | ee2753d92fdd0a6ba5134db8cfdf7015c8982193 (diff) | |
download | pkgsrc-c9afe2ced8173cf0e74118b253fc363b4830839f.tar.gz |
py-backports.ssl_match_hostname: convert to egg.mk
Diffstat (limited to 'security')
-rw-r--r-- | security/py-backports.ssl_match_hostname/Makefile | 7 | ||||
-rw-r--r-- | security/py-backports.ssl_match_hostname/PLIST | 3 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/py-backports.ssl_match_hostname/Makefile b/security/py-backports.ssl_match_hostname/Makefile index ef2644e746b..0e8b60169ab 100644 --- a/security/py-backports.ssl_match_hostname/Makefile +++ b/security/py-backports.ssl_match_hostname/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2020/01/26 17:32:06 rillig Exp $ +# $NetBSD: Makefile,v 1.16 2022/01/10 20:27:16 wiz Exp $ DISTNAME= backports.ssl_match_hostname-3.7.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -CATEGORIES= python security www +PKGREVISION= 1 +CATEGORIES= security python www MASTER_SITES= ${MASTER_SITE_PYPI:=b/backports.ssl_match_hostname/} MAINTAINER= pkgsrc-users@NetBSD.org @@ -17,5 +18,5 @@ PYTHON_VERSIONS_ACCEPTED= 27 # included in 3.2+ post-install: ${RM} ${DESTDIR}${PREFIX}/${PYSITELIB}/backports/__init__.* -.include "../../lang/python/distutils.mk" +.include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-backports.ssl_match_hostname/PLIST b/security/py-backports.ssl_match_hostname/PLIST index feedf5ae8e7..7a1c3567ebd 100644 --- a/security/py-backports.ssl_match_hostname/PLIST +++ b/security/py-backports.ssl_match_hostname/PLIST @@ -1,5 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2017/11/22 11:00:24 markd Exp $ -${PYSITELIB}/${EGG_FILE} +@comment $NetBSD: PLIST,v 1.4 2022/01/10 20:27:16 wiz Exp $ ${PYSITELIB}/backports/ssl_match_hostname/__init__.py ${PYSITELIB}/backports/ssl_match_hostname/__init__.pyc ${PYSITELIB}/backports/ssl_match_hostname/__init__.pyo |