*: convert more to egg.mk
This commit is contained in:
parent
59a4955445
commit
cc1e47f00e
4 changed files with 21 additions and 9 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.2 2021/09/09 00:21:13 gutteridge Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2022/01/02 00:01:09 wiz Exp $
|
||||
|
||||
DISTNAME= isc_dhcp_leases-0.9.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=i/isc_dhcp_leases/}
|
||||
|
||||
|
@ -16,5 +16,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun
|
|||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../lang/python/distutils.mk"
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2019/01/06 01:48:50 gutteridge Exp $
|
||||
${PYSITELIB}/${EGG_FILE}
|
||||
@comment $NetBSD: PLIST,v 1.2 2022/01/02 00:01: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}/isc_dhcp_leases/__init__.py
|
||||
${PYSITELIB}/isc_dhcp_leases/__init__.pyc
|
||||
${PYSITELIB}/isc_dhcp_leases/__init__.pyo
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.2 2020/06/16 09:53:52 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2022/01/02 00:01:09 wiz Exp $
|
||||
|
||||
DISTNAME= pyPEG2-2.15.2
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//:tl}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyPEG2/}
|
||||
|
||||
|
@ -14,5 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
|
|||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../lang/python/distutils.mk"
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2020/06/16 08:40:54 pin Exp $
|
||||
${PYSITELIB}/${EGG_FILE}
|
||||
@comment $NetBSD: PLIST,v 1.2 2022/01/02 00:01:09 wiz Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/pypeg2/__init__.py
|
||||
${PYSITELIB}/pypeg2/__init__.pyc
|
||||
${PYSITELIB}/pypeg2/__init__.pyo
|
||||
|
|
Loading…
Reference in a new issue