pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-functools32 py-functools32: convert to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e08091cb53cf
branches:  trunk
changeset: 371602:e08091cb53cf
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 22:12:22 2022 +0000

description:
py-functools32: convert to egg.mk

diffstat:

 devel/py-functools32/Makefile |  5 +++--
 devel/py-functools32/PLIST    |  3 +--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r c813b18b37a7 -r e08091cb53cf devel/py-functools32/Makefile
--- a/devel/py-functools32/Makefile     Mon Jan 10 22:11:41 2022 +0000
+++ b/devel/py-functools32/Makefile     Mon Jan 10 22:12:22 2022 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2017/06/05 07:27:02 adam Exp $
+# $NetBSD: Makefile,v 1.2 2022/01/10 22:12:22 wiz Exp $
 
 DISTNAME=      functools32-3.2.3-2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:C/-([0-9])$/.\1/}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/functools32/}
 
@@ -16,5 +17,5 @@
 
 EGG_NAME=      ${DISTNAME:C/-([0-9])$/_\1/}
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r c813b18b37a7 -r e08091cb53cf devel/py-functools32/PLIST
--- a/devel/py-functools32/PLIST        Mon Jan 10 22:11:41 2022 +0000
+++ b/devel/py-functools32/PLIST        Mon Jan 10 22:12:22 2022 +0000
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/06/05 07:27:02 adam Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.2 2022/01/10 22:12:22 wiz Exp $
 ${PYSITELIB}/functools32/__init__.py
 ${PYSITELIB}/functools32/__init__.pyc
 ${PYSITELIB}/functools32/__init__.pyo



Home | Main Index | Thread Index | Old Index