pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/py-alembic
Module Name: pkgsrc
Committed By: adam
Date: Sat May 16 08:45:23 UTC 2020
Modified Files:
pkgsrc/databases/py-alembic: Makefile
Log Message:
py-alembic: pytest from versioned depends
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/databases/py-alembic/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/py-alembic/Makefile
diff -u pkgsrc/databases/py-alembic/Makefile:1.22 pkgsrc/databases/py-alembic/Makefile:1.23
--- pkgsrc/databases/py-alembic/Makefile:1.22 Fri Apr 10 08:02:04 2020
+++ pkgsrc/databases/py-alembic/Makefile Sat May 16 08:45:23 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2020/04/10 08:02:04 adam Exp $
+# $NetBSD: Makefile,v 1.23 2020/05/16 08:45:23 adam Exp $
DISTNAME= alembic-1.4.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -15,10 +15,11 @@ DEPENDS+= ${PYPKGPREFIX}-editor>=0.3:../
DEPENDS+= ${PYPKGPREFIX}-mako-[0-9]*:../../devel/py-mako
DEPENDS+= ${PYPKGPREFIX}-sqlalchemy>=0.9.8:../../databases/py-sqlalchemy
TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
USE_LANGUAGES= # none
+PYTHON_VERSIONED_DEPENDENCIES= pytest
+
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} alembic alembic-${PYVERSSUFFIX} || ${TRUE}
@@ -27,4 +28,5 @@ do-test:
cd ${WRKSRC} && pytest-${PYVERSSUFFIX}
.include "../../lang/python/egg.mk"
+.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index