py-mxDateTime: convert to egg.mk
This commit is contained in:
parent
c8b818d8ac
commit
a4b2342a02
2 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue