py-X: convert to egg.mk
This commit is contained in:
parent
63d29980be
commit
5cf3637dac
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.11 2020/03/20 11:58:28 nia Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2022/01/10 22:45:10 wiz Exp $
|
||||
|
||||
DISTNAME= PyX-0.12.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Py//}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyx/}
|
||||
|
||||
|
@ -23,5 +24,5 @@ CONF_FILES= ${PYSITELIB}/pyx/data/pyxrc \
|
|||
PYTHON_SELF_CONFLICT= yes
|
||||
PYTHON_VERSIONS_ACCEPTED= 27
|
||||
|
||||
.include "../../lang/python/distutils.mk"
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2014/01/20 12:33:04 wiz Exp $
|
||||
${PYSITELIB}/${EGG_FILE}
|
||||
@comment $NetBSD: PLIST,v 1.2 2022/01/10 22:45:10 wiz Exp $
|
||||
${PYSITELIB}/pyx/__init__.py
|
||||
${PYSITELIB}/pyx/__init__.pyc
|
||||
${PYSITELIB}/pyx/__init__.pyo
|
||||
|
|
Loading…
Reference in a new issue