pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/py-yenc py-yenc: convert to egg.mk.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d00ee1417f50
branches:  trunk
changeset: 372272:d00ee1417f50
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jan 22 15:44:47 2022 +0000

description:
py-yenc: convert to egg.mk.

Some cleanups while I'm here.

diffstat:

 converters/py-yenc/Makefile |  14 +++++---------
 converters/py-yenc/PLIST    |   3 ++-
 2 files changed, 7 insertions(+), 10 deletions(-)

diffs (41 lines):

diff -r 708638949f9b -r d00ee1417f50 converters/py-yenc/Makefile
--- a/converters/py-yenc/Makefile       Sat Jan 22 15:43:03 2022 +0000
+++ b/converters/py-yenc/Makefile       Sat Jan 22 15:44:47 2022 +0000
@@ -1,15 +1,11 @@
-# $NetBSD: Makefile,v 1.9 2020/01/26 17:30:52 rillig Exp $
+# $NetBSD: Makefile,v 1.10 2022/01/22 15:44:47 wiz Exp $
 
-DISTNAME=      yenc-${DISTVERSION}
-DISTVERSION=   0.4.0
-
+DISTNAME=      yenc-0.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-REPLACE_PYTHON=        *.py
-CATEGORIES=    devel
+PKGREVISION=   1
+CATEGORIES=    converters
 MASTER_SITES=  http://www.golug.it/pub/yenc/
 
-PYDISTUTILSPKG=        yes
-
 MAINTAINER=    pkgsrc128%fastmail.us@localhost
 HOMEPAGE=      https://www.golug.it/yenc.html
 COMMENT=       Python module for yenc decoding module in C
@@ -17,5 +13,5 @@
 
 PYTHON_VERSIONS_ACCEPTED=      27 # as of 0.4.0
 
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 708638949f9b -r d00ee1417f50 converters/py-yenc/PLIST
--- a/converters/py-yenc/PLIST  Sat Jan 22 15:43:03 2022 +0000
+++ b/converters/py-yenc/PLIST  Sat Jan 22 15:44:47 2022 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 2016/01/03 21:02:29 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/01/22 15:44:47 wiz Exp $
 ${PYSITELIB}/_yenc.so
+${PYSITELIB}/${EGG_INFODIR}
 ${PYSITELIB}/yenc.py
 ${PYSITELIB}/yenc.pyc
 ${PYSITELIB}/yenc.pyo



Home | Main Index | Thread Index | Old Index