pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-dotenv
Module Name: pkgsrc
Committed By: adam
Date: Mon May 22 12:25:07 UTC 2023
Modified Files:
pkgsrc/devel/py-dotenv: Makefile distinfo
Log Message:
py-dotenv: updated to 1.0.0
1.0.0
**Fixed**
* Drop support for python 3.7, add python 3.12-dev
* Handle situations where the cwd does not exist.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-dotenv/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-dotenv/distinfo
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-dotenv/Makefile
diff -u pkgsrc/devel/py-dotenv/Makefile:1.11 pkgsrc/devel/py-dotenv/Makefile:1.12
--- pkgsrc/devel/py-dotenv/Makefile:1.11 Wed Jan 25 09:26:21 2023
+++ pkgsrc/devel/py-dotenv/Makefile Mon May 22 12:25:07 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2023/01/25 09:26:21 adam Exp $
+# $NetBSD: Makefile,v 1.12 2023/05/22 12:25:07 adam Exp $
-DISTNAME= python-dotenv-0.21.1
+DISTNAME= python-dotenv-1.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^python-//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-dotenv/}
@@ -10,21 +10,23 @@ HOMEPAGE= https://github.com/theskumar/p
COMMENT= Add .env support to your django/flask apps
LICENSE= modified-bsd
+# cli
DEPENDS+= ${PYPKGPREFIX}-click>=5.0:../../devel/py-click
-TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
-TEST_DEPENDS+= ${PYPKGPREFIX}-sh-[0-9]*:../../sysutils/py-sh
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+TEST_DEPENDS+= ${PYPKGPREFIX}-sh>=2:../../sysutils/py-sh
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.9:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
USE_LANGUAGES= # none
-PYSETUPTESTTARGET= pytest
+USE_PKG_RESOURCES= yes
PYTHON_VERSIONS_INCOMPATIBLE= 27
-USE_PKG_RESOURCES= yes
-
post-install:
cd ${DESTDIR}${PREFIX}/bin && ${MV} dotenv dotenv-${PYVERSSUFFIX} || ${TRUE}
+do-test:
+ cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-dotenv/distinfo
diff -u pkgsrc/devel/py-dotenv/distinfo:1.10 pkgsrc/devel/py-dotenv/distinfo:1.11
--- pkgsrc/devel/py-dotenv/distinfo:1.10 Wed Jan 25 09:26:21 2023
+++ pkgsrc/devel/py-dotenv/distinfo Mon May 22 12:25:07 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2023/01/25 09:26:21 adam Exp $
+$NetBSD: distinfo,v 1.11 2023/05/22 12:25:07 adam Exp $
-BLAKE2s (python-dotenv-0.21.1.tar.gz) = afd224105d0f88da94d9576dc9356d3088274f00902c444a5b2dd89b433a9eca
-SHA512 (python-dotenv-0.21.1.tar.gz) = 30bbff6c4d95ee3e58d0ce895fd9bcceef52f59f66060bcbc66460bb5fff977760d168a09415a6a52587ad560b892da60fafa5824a6634ba3202d07243d2ac8b
-Size (python-dotenv-0.21.1.tar.gz) = 35930 bytes
+BLAKE2s (python-dotenv-1.0.0.tar.gz) = 5549f6010834a7733dffd2aa140f027a09c61a4c8ce2da2e6b046a369dfeb333
+SHA512 (python-dotenv-1.0.0.tar.gz) = 8fc14eb07d8fb5e4cb4a83338aac1009aaa0715b3e7438b4ac8ee7da0ad5f7cf6b05121a685d05af7f03828ab39df61382cfbc5e95c6708246d1f400fe10d250
+Size (python-dotenv-1.0.0.tar.gz) = 37399 bytes
Home |
Main Index |
Thread Index |
Old Index