pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-twine



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 11 16:30:34 UTC 2022

Modified Files:
        pkgsrc/net/py-twine: Makefile

Log Message:
py-twine: update dependencies, add many test dependencies

A couple still missing.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/py-twine/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/py-twine/Makefile
diff -u pkgsrc/net/py-twine/Makefile:1.7 pkgsrc/net/py-twine/Makefile:1.8
--- pkgsrc/net/py-twine/Makefile:1.7    Tue Aug 23 22:09:03 2022
+++ pkgsrc/net/py-twine/Makefile        Sun Sep 11 16:30:34 2022
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2022/08/23 22:09:03 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2022/09/11 16:30:34 wiz Exp $
 
 DISTNAME=      twine-4.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/twine/}
 
@@ -10,14 +11,26 @@ HOMEPAGE=   https://twine.readthedocs.io/
 COMMENT=       Collection of utilities for publishing packages on PyPI
 LICENSE=       apache-2.0
 
-DEPENDS+=      ${PYPKGPREFIX}-pkginfo>=1.4.2:../../devel/py-pkginfo
-DEPENDS+=      ${PYPKGPREFIX}-readme_renderer>=21.0:../../textproc/py-readme_renderer
-DEPENDS+=      ${PYPKGPREFIX}-requests>=2.17:../../devel/py-requests
+DEPENDS+=      ${PYPKGPREFIX}-pkginfo>=1.8.1:../../devel/py-pkginfo
+DEPENDS+=      ${PYPKGPREFIX}-readme_renderer>=35.0:../../textproc/py-readme_renderer
+DEPENDS+=      ${PYPKGPREFIX}-requests>=2.20:../../devel/py-requests
 DEPENDS+=      ${PYPKGPREFIX}-requests-toolbelt>=0.9.1:../../devel/py-requests-toolbelt
-DEPENDS+=      ${PYPKGPREFIX}-tqdm>=4.14:../../misc/py-tqdm
+DEPENDS+=      ${PYPKGPREFIX}-urllib3>=1.26.0:../../www/py-urllib3
+DEPENDS+=      ${PYPKGPREFIX}-importlib-metadata>=3.6:../../devel/py-importlib-metadata
+DEPENDS+=      ${PYPKGPREFIX}-keyring>=15.1:../../security/py-keyring
+DEPENDS+=      ${PYPKGPREFIX}-rfc3986>=1.4.0:../../www/py-rfc3986
+DEPENDS+=      ${PYPKGPREFIX}-rich>=12.0.0:../../comms/py-rich
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
+# unpackaged
+#TEST_DEPENDS+=        ${PYPKGPREFIX}-test-socket-[0-9]*:../../*/py-test-socket
+TEST_DEPENDS+= ${PYPKGPREFIX}-build-[0-9]*:../../devel/py-build
+TEST_DEPENDS+= ${PYPKGPREFIX}-pretend-[0-9]*:../../devel/py-pretend
+#TEST_DEPENDS+=        ${PYPKGPREFIX}-munch-[0-9]*:../../wip/py-munch
+TEST_DEPENDS+= ${PYPKGPREFIX}-portend-[0-9]*:../../net/py-portend
+TEST_DEPENDS+= ${PYPKGPREFIX}-jaraco.envs-[0-9]*:../../devel/py-jaraco.envs
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
@@ -27,6 +40,8 @@ post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} twine twine-${PYVERSSUFFIX} || ${TRUE}
 
+# as of 4.0.1
+# 180 passed, 4 warnings, 10 errors
 do-test:
        cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
 



Home | Main Index | Thread Index | Old Index