pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/py-jeepney



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jan 22 14:10:10 UTC 2022

Modified Files:
        pkgsrc/sysutils/py-jeepney: Makefile PLIST

Log Message:
py-jeepney: fix PLIST, add missing dependencies

Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/py-jeepney/Makefile \
    pkgsrc/sysutils/py-jeepney/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/py-jeepney/Makefile
diff -u pkgsrc/sysutils/py-jeepney/Makefile:1.1 pkgsrc/sysutils/py-jeepney/Makefile:1.2
--- pkgsrc/sysutils/py-jeepney/Makefile:1.1     Wed Jan 19 20:43:20 2022
+++ pkgsrc/sysutils/py-jeepney/Makefile Sat Jan 22 14:10:10 2022
@@ -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 @@ COMMENT=      Low-level pure Python DBus prot
 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
 
Index: pkgsrc/sysutils/py-jeepney/PLIST
diff -u pkgsrc/sysutils/py-jeepney/PLIST:1.1 pkgsrc/sysutils/py-jeepney/PLIST:1.2
--- pkgsrc/sysutils/py-jeepney/PLIST:1.1        Wed Jan 19 20:43:20 2022
+++ pkgsrc/sysutils/py-jeepney/PLIST    Sat Jan 22 14:10:10 2022
@@ -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