pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-django14 py-django14: convert to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b59ccb63e0cb
branches:  trunk
changeset: 371440:b59ccb63e0cb
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 09:03:53 2022 +0000

description:
py-django14: convert to egg.mk

diffstat:

 www/py-django14/Makefile |  6 +++---
 www/py-django14/PLIST    |  3 +--
 2 files changed, 4 insertions(+), 5 deletions(-)

diffs (32 lines):

diff -r 4894c777e7ee -r b59ccb63e0cb www/py-django14/Makefile
--- a/www/py-django14/Makefile  Mon Jan 10 09:00:46 2022 +0000
+++ b/www/py-django14/Makefile  Mon Jan 10 09:03:53 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2022/01/05 15:51:59 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2022/01/10 09:03:53 wiz Exp $
 
 DISTNAME=      Django-1.4.22
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    www python
 MASTER_SITES=  https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/
 
@@ -47,5 +47,5 @@
 PRINT_PLIST_AWK+=      { gsub("^${BACKEND_PATH}/sqlite3/", "$${PLIST.sqlite}${BACKEND_PATH_PLIST}/sqlite3/") }
 
 .include "../../lang/python/application.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 4894c777e7ee -r b59ccb63e0cb www/py-django14/PLIST
--- a/www/py-django14/PLIST     Mon Jan 10 09:00:46 2022 +0000
+++ b/www/py-django14/PLIST     Mon Jan 10 09:03:53 2022 +0000
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.2 2014/08/23 12:16:45 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/01/10 09:03:53 wiz Exp $
 bin/django-admin.py
-${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/django/__init__.py
 ${PYSITELIB}/django/__init__.pyc
 ${PYSITELIB}/django/__init__.pyo



Home | Main Index | Thread Index | Old Index