pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/py-cdb py-cdb: convert to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/723a27ebf51b
branches:  trunk
changeset: 371539:723a27ebf51b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 20:28:24 2022 +0000

description:
py-cdb: convert to egg.mk

diffstat:

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

diffs (28 lines):

diff -r 02e73823ac96 -r 723a27ebf51b databases/py-cdb/Makefile
--- a/databases/py-cdb/Makefile Mon Jan 10 20:27:45 2022 +0000
+++ b/databases/py-cdb/Makefile Mon Jan 10 20:28:24 2022 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2019/09/02 13:19:47 adam Exp $
+# $NetBSD: Makefile,v 1.15 2022/01/10 20:28:24 wiz Exp $
 
 DISTNAME=      python-cdb-0.35
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/python-//}
+PKGREVISION=   1
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-cdb/}
 
@@ -12,5 +13,5 @@
 
 PYTHON_VERSIONS_ACCEPTED=      27 # not yet ported as of 0.35
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 02e73823ac96 -r 723a27ebf51b databases/py-cdb/PLIST
--- a/databases/py-cdb/PLIST    Mon Jan 10 20:27:45 2022 +0000
+++ b/databases/py-cdb/PLIST    Mon Jan 10 20:28:24 2022 +0000
@@ -1,3 +1,2 @@
-@comment $NetBSD: PLIST,v 1.2 2014/01/20 11:35:00 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/01/10 20:28:24 wiz Exp $
 ${PYSITELIB}/cdbmodule.so
-${PYSITELIB}/${EGG_FILE}



Home | Main Index | Thread Index | Old Index