pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/py-jeepney py-jeepney: fix PLIST, add missing...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4bb89cf19c92
branches:  trunk
changeset: 372228:4bb89cf19c92
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jan 22 14:10:10 2022 +0000

description:
py-jeepney: fix PLIST, add missing dependencies

Bump PKGREVISION

diffstat:

 sysutils/py-jeepney/Makefile |  7 ++++---
 sysutils/py-jeepney/PLIST    |  8 ++++++--
 2 files changed, 10 insertions(+), 5 deletions(-)

diffs (39 lines):

diff -r dd14415b9d6b -r 4bb89cf19c92 sysutils/py-jeepney/Makefile
--- a/sysutils/py-jeepney/Makefile      Sat Jan 22 13:52:19 2022 +0000
+++ b/sysutils/py-jeepney/Makefile      Sat Jan 22 14:10:10 2022 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2022/01/19 20:43:20 rhialto Exp $
+# $NetBSD: Makefile,v 1.2 2022/01/22 14:10:10 wiz Exp $
 
 DISTNAME=      jeepney-0.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jeepney/}
 
@@ -11,8 +12,8 @@
 LICENSE=       mit
 
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
-# not packaged: trio
-# not packaged: testpath
+TEST_DEPENDS+= ${PYPKGPREFIX}-testpath-[0-9]*:../../devel/py-testpath
+DEPENDS+=      ${PYPKGPREFIX}-trio-[0-9]*:../../devel/py-trio
 
 USE_LANGUAGES= # none
 
diff -r dd14415b9d6b -r 4bb89cf19c92 sysutils/py-jeepney/PLIST
--- a/sysutils/py-jeepney/PLIST Sat Jan 22 13:52:19 2022 +0000
+++ b/sysutils/py-jeepney/PLIST Sat Jan 22 14:10:10 2022 +0000
@@ -1,5 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2022/01/19 20:43:20 rhialto Exp $
-${PYSITELIB}/${EGG_INFODIR}
+@comment $NetBSD: PLIST,v 1.2 2022/01/22 14:10:10 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}/jeepney/__init__.py
 ${PYSITELIB}/jeepney/__init__.pyc
 ${PYSITELIB}/jeepney/__init__.pyo



Home | Main Index | Thread Index | Old Index