Build as egg. Bump revision.
This commit is contained in:
parent
b1b98bb087
commit
09f181f25a
2 changed files with 8 additions and 8 deletions
|
@ -1,9 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.27 2020/05/16 09:03:23 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.28 2020/05/19 13:59:02 joerg Exp $
|
||||
|
||||
.include "Makefile.common"
|
||||
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/myhdl/MyHDL/}
|
||||
PKGREVISION= 1
|
||||
PKGREVISION= 2
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
COMMENT= Hardware description in Python
|
||||
|
@ -23,6 +23,6 @@ do-test:
|
|||
PYTHONPATH=${DESTDIR}${PREFIX}/${PYSITELIB} \
|
||||
py.test-${PYVERSSUFFIX}
|
||||
|
||||
.include "../../lang/python/distutils.mk"
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../lang/python/versioned_dependencies.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
@comment $NetBSD: PLIST,v 1.11 2018/04/12 15:08:58 mef Exp $
|
||||
${PYSITELIB}/${EGG_FILE}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_FILE}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_FILE}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_FILE}/top_level.txt
|
||||
@comment $NetBSD: PLIST,v 1.12 2020/05/19 13:59:02 joerg Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/myhdl/_Cosimulation.py
|
||||
${PYSITELIB}/myhdl/_Cosimulation.pyc
|
||||
${PYSITELIB}/myhdl/_Cosimulation.pyo
|
||||
|
|
Loading…
Reference in a new issue