py-X: convert to egg.mk
This commit is contained in:
parent
ecf1e0407c
commit
8daa52454e
2 changed files with 9 additions and 4 deletions
|
@ -1,7 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.19 2020/03/01 02:56:41 gutteridge Exp $
|
||||
# $NetBSD: Makefile,v 1.20 2022/01/10 21:51:09 wiz Exp $
|
||||
|
||||
DISTNAME= PyX-0.15
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Py//}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyx/}
|
||||
|
||||
|
@ -23,5 +24,5 @@ CONF_FILES= ${PYSITELIB}/pyx/data/pyxrc \
|
|||
PYTHON_SELF_CONFLICT= yes
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
||||
|
||||
.include "../../lang/python/distutils.mk"
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
@comment $NetBSD: PLIST,v 1.8 2020/03/01 02:56:41 gutteridge Exp $
|
||||
${PYSITELIB}/${EGG_FILE}
|
||||
@comment $NetBSD: PLIST,v 1.9 2022/01/10 21:51:09 wiz Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/pyx/__init__.py
|
||||
${PYSITELIB}/pyx/__init__.pyc
|
||||
${PYSITELIB}/pyx/__init__.pyo
|
||||
|
|
Loading…
Reference in a new issue