pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-sphinxcontrib-bibtex Corrected python depe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9def70cd6424
branches:  trunk
changeset: 310914:9def70cd6424
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Thu Jul 26 14:21:48 2018 +0000

description:
Corrected python dependencies for textproc/py-sphinxcontrib-bibtex

diffstat:

 textproc/py-sphinxcontrib-bibtex/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r d7788864ca1a -r 9def70cd6424 textproc/py-sphinxcontrib-bibtex/Makefile
--- a/textproc/py-sphinxcontrib-bibtex/Makefile Thu Jul 26 14:20:29 2018 +0000
+++ b/textproc/py-sphinxcontrib-bibtex/Makefile Thu Jul 26 14:21:48 2018 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2018/07/26 11:48:18 jaapb Exp $
+# $NetBSD: Makefile,v 1.3 2018/07/26 14:21:48 jaapb Exp $
 
 DISTNAME=      sphinxcontrib-bibtex-0.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphinxcontrib-bibtex/}
 
@@ -13,8 +13,8 @@
 
 USE_LANGUAGES=         # none
 
-DEPENDS+=              py[0-9]*-sphinx-[0-9]*:../../textproc/py-sphinx
-DEPENDS+=              py[0-9]*-oset-[0-9]*:../../devel/py-oset
+DEPENDS+=              ${PYPGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
+DEPENDS+=              ${PYPKGPREFIX}-oset-[0-9]*:../../devel/py-oset
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index