py-ansi: convert to egg.mk
This commit is contained in:
parent
9a08783f9b
commit
c60673f158
2 changed files with 8 additions and 4 deletions
|
@ -1,7 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.3 2021/01/26 14:44:49 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2022/01/10 20:26:31 wiz Exp $
|
||||
|
||||
DISTNAME= ansi-0.2.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= misc python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=a/ansi/}
|
||||
|
||||
|
@ -12,5 +13,5 @@ LICENSE= mit
|
|||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../lang/python/distutils.mk"
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2021/01/26 14:44:49 adam Exp $
|
||||
${PYSITELIB}/${EGG_FILE}
|
||||
@comment $NetBSD: PLIST,v 1.3 2022/01/10 20:26:31 wiz Exp $
|
||||
${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/ansi/__init__.py
|
||||
${PYSITELIB}/ansi/__init__.pyc
|
||||
${PYSITELIB}/ansi/__init__.pyo
|
||||
|
|
Loading…
Reference in a new issue