pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-astropy-sphinx-theme



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jul 10 19:17:11 UTC 2022

Modified Files:
        pkgsrc/textproc/py-astropy-sphinx-theme: Makefile

Log Message:
py-astropy-sphinx-theme: restrict to python3


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-astropy-sphinx-theme/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-astropy-sphinx-theme/Makefile
diff -u pkgsrc/textproc/py-astropy-sphinx-theme/Makefile:1.1 pkgsrc/textproc/py-astropy-sphinx-theme/Makefile:1.2
--- pkgsrc/textproc/py-astropy-sphinx-theme/Makefile:1.1        Mon Jan 17 09:19:45 2022
+++ pkgsrc/textproc/py-astropy-sphinx-theme/Makefile    Sun Jul 10 19:17:11 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/01/17 09:19:45 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2022/07/10 19:17:11 wiz Exp $
 
 DISTNAME=      astropy-sphinx-theme-1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,10 +10,12 @@ HOMEPAGE=   https://github.com/astropy/ast
 COMMENT=       Sphinx theme for Astropy and affiliated packages
 LICENSE=       modified-bsd
 
-PYTHON_VERSIONED_DEPENDENCIES+=        sphinx test:test
+DEPENDS+=      ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index