pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-astropy-sphinx-theme py-astropy-sphinx-the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/23cb11cb9216
branches:  trunk
changeset: 381597:23cb11cb9216
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jul 10 19:17:11 2022 +0000

description:
py-astropy-sphinx-theme: restrict to python3

diffstat:

 textproc/py-astropy-sphinx-theme/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r a3241bc56fe7 -r 23cb11cb9216 textproc/py-astropy-sphinx-theme/Makefile
--- a/textproc/py-astropy-sphinx-theme/Makefile Sun Jul 10 19:15:22 2022 +0000
+++ b/textproc/py-astropy-sphinx-theme/Makefile Sun Jul 10 19:17:11 2022 +0000
@@ -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 @@
 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