pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-atomicwrites
Module Name: pkgsrc
Committed By: adam
Date: Thu May 24 06:42:47 UTC 2018
Modified Files:
pkgsrc/devel/py-atomicwrites: Makefile
Log Message:
py-atomicwrites: fix CATEGORIES; updated HOMEPAGE; use TEST_DEPENDS
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-atomicwrites/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-atomicwrites/Makefile
diff -u pkgsrc/devel/py-atomicwrites/Makefile:1.8 pkgsrc/devel/py-atomicwrites/Makefile:1.9
--- pkgsrc/devel/py-atomicwrites/Makefile:1.8 Mon Aug 22 14:08:43 2016
+++ pkgsrc/devel/py-atomicwrites/Makefile Thu May 24 06:42:47 2018
@@ -1,24 +1,23 @@
-# $NetBSD: Makefile,v 1.8 2016/08/22 14:08:43 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2018/05/24 06:42:47 adam Exp $
DISTNAME= atomicwrites-1.1.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= time
+CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/atomicwrites/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://pypi.python.org/pypi/atomicwrites/
+HOMEPAGE= https://github.com/untitaker/python-atomicwrites
COMMENT= Python module for atomic file writes on POSIX
LICENSE= mit
-# TEST_DEPENDS
-BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
EXTRACT_USING= bsdtar # gtar cannot handle pre-1970 timestamps
USE_LANGUAGES= # none
do-test:
- cd ${WRKSRC} && ${PYTHONBIN} -m pytest tests
+ cd ${WRKSRC} && pytest-${PYVERSSUFFIX}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index