pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-lupa py-lupa: convert to egg.mk
details: https://anonhg.NetBSD.org/pkgsrc/rev/4e87498758a6
branches: trunk
changeset: 371501:4e87498758a6
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Jan 10 18:39:00 2022 +0000
description:
py-lupa: convert to egg.mk
Remove TODO
diffstat:
devel/py-lupa/Makefile | 5 +++--
devel/py-lupa/PLIST | 12 ++++++------
devel/py-lupa/TODO | 2 --
3 files changed, 9 insertions(+), 10 deletions(-)
diffs (45 lines):
diff -r a6e3d6603ac1 -r 4e87498758a6 devel/py-lupa/Makefile
--- a/devel/py-lupa/Makefile Mon Jan 10 18:37:12 2022 +0000
+++ b/devel/py-lupa/Makefile Mon Jan 10 18:39:00 2022 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2021/08/24 10:05:50 nia Exp $
+# $NetBSD: Makefile,v 1.13 2022/01/10 18:39:00 wiz Exp $
DISTNAME= lupa-1.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=l/lupa/}
@@ -14,5 +15,5 @@
.include "options.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r a6e3d6603ac1 -r 4e87498758a6 devel/py-lupa/PLIST
--- a/devel/py-lupa/PLIST Mon Jan 10 18:37:12 2022 +0000
+++ b/devel/py-lupa/PLIST Mon Jan 10 18:39:00 2022 +0000
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2015/04/20 19:34:47 alnsn Exp $
-${PYSITELIB}/${EGG_FILE}/PKG-INFO
-${PYSITELIB}/${EGG_FILE}/SOURCES.txt
-${PYSITELIB}/${EGG_FILE}/dependency_links.txt
-${PYSITELIB}/${EGG_FILE}/not-zip-safe
-${PYSITELIB}/${EGG_FILE}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2022/01/10 18:39:00 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/lupa/__init__.py
${PYSITELIB}/lupa/__init__.pyc
${PYSITELIB}/lupa/__init__.pyo
diff -r a6e3d6603ac1 -r 4e87498758a6 devel/py-lupa/TODO
--- a/devel/py-lupa/TODO Mon Jan 10 18:37:12 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-Add luajit option (setup.py --no-luajit) and make sure it works
-with all Lua versions.
Home |
Main Index |
Thread Index |
Old Index