py-Happydoc: convert to egg.mk
This commit is contained in:
parent
105df5dd8a
commit
1f8d1788f6
2 changed files with 4 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.34 2020/03/20 11:58:28 nia Exp $
|
||||
# $NetBSD: Makefile,v 1.35 2022/01/10 08:39:32 wiz Exp $
|
||||
|
||||
DISTNAME= HappyDoc_r2_1
|
||||
PKGNAME= ${PYPKGPREFIX}-HappyDoc-2.1
|
||||
PKGREVISION= 2
|
||||
PKGREVISION= 3
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=happydoc/}
|
||||
|
||||
|
@ -20,5 +20,5 @@ PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 2.1
|
|||
post-extract:
|
||||
${MV} ${WRKSRC}/happydoc ${WRKSRC}/happydoc${PYVERSSUFFIX}
|
||||
|
||||
.include "../../lang/python/distutils.mk"
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.5 2012/04/08 20:21:56 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.6 2022/01/10 08:39:32 wiz Exp $
|
||||
bin/happydoc${PYVERSSUFFIX}
|
||||
${PYSITELIB}/${EGG_FILE}
|
||||
${PYSITELIB}/happydoclib/CommandLineApp.py
|
||||
${PYSITELIB}/happydoclib/CommandLineApp.pyc
|
||||
${PYSITELIB}/happydoclib/CommandLineApp.pyo
|
||||
|
|
Loading…
Reference in a new issue