pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-sphinx-automodapi



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Feb  7 15:13:42 UTC 2022

Modified Files:
        pkgsrc/textproc/py-sphinx-automodapi: Makefile

Log Message:
py-sphinx-automodapi: add missing build dependency


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-sphinx-automodapi/Makefile

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

Modified files:

Index: pkgsrc/textproc/py-sphinx-automodapi/Makefile
diff -u pkgsrc/textproc/py-sphinx-automodapi/Makefile:1.1 pkgsrc/textproc/py-sphinx-automodapi/Makefile:1.2
--- pkgsrc/textproc/py-sphinx-automodapi/Makefile:1.1   Mon Jan 17 09:25:22 2022
+++ pkgsrc/textproc/py-sphinx-automodapi/Makefile       Mon Feb  7 15:13:42 2022
@@ -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 @@ COMMENT=    Sphinx extension for auto-gener
 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