pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-pyquery py-pyquery: fix for latest setuptools



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e928b44ea2b0
branches:  trunk
changeset: 374992:e928b44ea2b0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Mar 05 09:00:56 2022 +0000

description:
py-pyquery: fix for latest setuptools

Empty entry_points.txt are not created any longer

diffstat:

 textproc/py-pyquery/Makefile |  4 ++--
 textproc/py-pyquery/PLIST    |  3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 7d411e6c384a -r e928b44ea2b0 textproc/py-pyquery/Makefile
--- a/textproc/py-pyquery/Makefile      Sat Mar 05 08:58:44 2022 +0000
+++ b/textproc/py-pyquery/Makefile      Sat Mar 05 09:00:56 2022 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2022/01/04 20:55:03 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2022/03/05 09:00:56 wiz Exp $
 
 DISTNAME=      pyquery-1.4.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 PKGREVISION=   1
-CATEGORIES=    python textproc
+CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyquery/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 7d411e6c384a -r e928b44ea2b0 textproc/py-pyquery/PLIST
--- a/textproc/py-pyquery/PLIST Sat Mar 05 08:58:44 2022 +0000
+++ b/textproc/py-pyquery/PLIST Sat Mar 05 09:00:56 2022 +0000
@@ -1,8 +1,7 @@
-@comment $NetBSD: PLIST,v 1.3 2018/01/24 11:51:06 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/03/05 09:00:56 wiz Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
 ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt



Home | Main Index | Thread Index | Old Index