diff options
author | wiz <wiz@pkgsrc.org> | 2022-01-10 22:16:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-01-10 22:16:23 +0000 |
commit | 04ae08e78354e545d283077ba994bbc03c5dd1dd (patch) | |
tree | 57a02e063195f2f496962c539458a362afbdcbd8 /time | |
parent | 19127389a33e9e2e7f56b75b0825c158eab094f4 (diff) | |
download | pkgsrc-04ae08e78354e545d283077ba994bbc03c5dd1dd.tar.gz |
py-mxDateTime: convert to egg.mk
Diffstat (limited to 'time')
-rw-r--r-- | time/py-mxDateTime/Makefile | 5 | ||||
-rw-r--r-- | time/py-mxDateTime/PLIST | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/time/py-mxDateTime/Makefile b/time/py-mxDateTime/Makefile index 0bc22a9cf41..a446ab8f723 100644 --- a/time/py-mxDateTime/Makefile +++ b/time/py-mxDateTime/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.44 2019/09/02 13:20:05 adam Exp $ +# $NetBSD: Makefile,v 1.45 2022/01/10 22:16:23 wiz Exp $ VERSION= 3.2.9 DISTNAME= egenix-mx-base-${VERSION} PKGNAME= ${PYPKGPREFIX}-mxDateTime-${VERSION} +PKGREVISION= 1 CATEGORIES= time python MASTER_SITES= http://downloads.egenix.com/python/ @@ -41,5 +42,5 @@ REPLACE_PYTHON+= mx/TextTools/mxTextTools/testkj.py REPLACE_PYTHON+= setup.py .include "../../lang/python/application.mk" -.include "../../lang/python/distutils.mk" +.include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/time/py-mxDateTime/PLIST b/time/py-mxDateTime/PLIST index f64ea08594c..db51c43daa5 100644 --- a/time/py-mxDateTime/PLIST +++ b/time/py-mxDateTime/PLIST @@ -1,5 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2017/04/10 12:31:05 mef Exp $ -${PYSITELIB}/${EGG_FILE} +@comment $NetBSD: PLIST,v 1.9 2022/01/10 22:16:23 wiz Exp $ ${PYSITELIB}/mx/BeeBase/BeeBase.py ${PYSITELIB}/mx/BeeBase/BeeBase.pyc ${PYSITELIB}/mx/BeeBase/BeeBase.pyo |