pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-sphinx-automodapi py-sphinx-automodapi: ad...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e2ef6ed1b53
branches:  trunk
changeset: 373161:2e2ef6ed1b53
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Feb 07 15:13:42 2022 +0000

description:
py-sphinx-automodapi: add missing build dependency

diffstat:

 textproc/py-sphinx-automodapi/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 1262d0f3f6e0 -r 2e2ef6ed1b53 textproc/py-sphinx-automodapi/Makefile
--- a/textproc/py-sphinx-automodapi/Makefile    Mon Feb 07 13:15:02 2022 +0000
+++ b/textproc/py-sphinx-automodapi/Makefile    Mon Feb 07 15:13:42 2022 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2022/01/17 09:25:22 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2022/02/07 15:13:42 wiz Exp $
 
 DISTNAME=      sphinx-automodapi-0.14.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphinx-automodapi/}
 
@@ -11,13 +12,12 @@
 LICENSE=       modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-sphinx>=2.0:../../textproc/py-sphinx
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-EGG_NAME=      sphinx_automodapi-0.0.0
-
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index