pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/time/py-vdirsyncer py-vdirsyncer: revert upgrade to 0.19
details: https://anonhg.NetBSD.org/pkgsrc/rev/ef63dcbab71b
branches: trunk
changeset: 389821:ef63dcbab71b
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Dec 11 08:58:11 2022 +0000
description:
py-vdirsyncer: revert upgrade to 0.19
because of
https://github.com/pimutils/vdirsyncer/issues/1015
diffstat:
time/py-vdirsyncer/Makefile | 18 +++++++-----------
time/py-vdirsyncer/PLIST | 8 ++++----
time/py-vdirsyncer/distinfo | 8 ++++----
3 files changed, 15 insertions(+), 19 deletions(-)
diffs (94 lines):
diff -r 018add4ba80b -r ef63dcbab71b time/py-vdirsyncer/Makefile
--- a/time/py-vdirsyncer/Makefile Sun Dec 11 03:51:54 2022 +0000
+++ b/time/py-vdirsyncer/Makefile Sun Dec 11 08:58:11 2022 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.62 2022/12/06 20:40:08 wiz Exp $
+# $NetBSD: Makefile,v 1.63 2022/12/11 08:58:11 wiz Exp $
-DISTNAME= vdirsyncer-0.19.0
+DISTNAME= vdirsyncer-0.18.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 2
CATEGORIES= time python
MASTER_SITES= ${MASTER_SITE_PYPI:=v/vdirsyncer/}
@@ -17,24 +18,22 @@
DEPENDS+= ${PYPKGPREFIX}-atomicwrites>=0.1.7:../../devel/py-atomicwrites
DEPENDS+= ${PYPKGPREFIX}-click>=5.0:../../devel/py-click
DEPENDS+= ${PYPKGPREFIX}-click-log>=0.3.0:../../devel/py-click-log
+DEPENDS+= ${PYPKGPREFIX}-click-threading>=0.5:../../devel/py-click-threading
DEPENDS+= ${PYPKGPREFIX}-requests>=2.20.0:../../devel/py-requests
+DEPENDS+= ${PYPKGPREFIX}-requests-oauthlib-[0-9]*:../../security/py-requests-oauthlib
DEPENDS+= ${PYPKGPREFIX}-requests-toolbelt>=0.4.0:../../devel/py-requests-toolbelt
-DEPENDS+= ${PYPKGPREFIX}-aiohttp>=3.8.0:../../www/py-aiohttp
-DEPENDS+= ${PYPKGPREFIX}-aiostream>=0.4.3:../../devel/py-aiostream
DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=5.0.0:../../devel/py-hypothesis
-TEST_DEPENDS+= ${PYPKGPREFIX}-aioresponses-[0-9]*:../../net/py-aioresponses
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-httpserver-[0-9]*:../../devel/py-test-httpserver
-TEST_DEPENDS+= ${PYPKGPREFIX}-trustme-[0-9]*:../../security/py-trustme
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-localserver-[0-9]*:../../devel/py-test-localserver
USE_LANGUAGES= # none
INSTALLATION_DIRS= share/examples/${PKGBASE} ${PKGMANDIR}/man1
PLIST_SUBST+= PKGBASE=${PKGBASE}
PYTHON_SELF_CONFLICT= yes
+PYSETUPTESTTARGET= pytest
PYTHON_VERSIONS_INCOMPATIBLE= 27
@@ -48,9 +47,6 @@
post-install:
${INSTALL_MAN} ${WRKSRC}/docs/_build/man/vdirsyncer.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
-do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
-
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
# needed due to py-click
diff -r 018add4ba80b -r ef63dcbab71b time/py-vdirsyncer/PLIST
--- a/time/py-vdirsyncer/PLIST Sun Dec 11 03:51:54 2022 +0000
+++ b/time/py-vdirsyncer/PLIST Sun Dec 11 08:58:11 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2022/12/06 20:40:08 wiz Exp $
+@comment $NetBSD: PLIST,v 1.18 2022/12/11 08:58:11 wiz Exp $
bin/vdirsyncer
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -51,15 +51,15 @@
${PYSITELIB}/vdirsyncer/storage/dav.py
${PYSITELIB}/vdirsyncer/storage/dav.pyc
${PYSITELIB}/vdirsyncer/storage/dav.pyo
+${PYSITELIB}/vdirsyncer/storage/etesync.py
+${PYSITELIB}/vdirsyncer/storage/etesync.pyc
+${PYSITELIB}/vdirsyncer/storage/etesync.pyo
${PYSITELIB}/vdirsyncer/storage/filesystem.py
${PYSITELIB}/vdirsyncer/storage/filesystem.pyc
${PYSITELIB}/vdirsyncer/storage/filesystem.pyo
${PYSITELIB}/vdirsyncer/storage/google.py
${PYSITELIB}/vdirsyncer/storage/google.pyc
${PYSITELIB}/vdirsyncer/storage/google.pyo
-${PYSITELIB}/vdirsyncer/storage/google_helpers.py
-${PYSITELIB}/vdirsyncer/storage/google_helpers.pyc
-${PYSITELIB}/vdirsyncer/storage/google_helpers.pyo
${PYSITELIB}/vdirsyncer/storage/http.py
${PYSITELIB}/vdirsyncer/storage/http.pyc
${PYSITELIB}/vdirsyncer/storage/http.pyo
diff -r 018add4ba80b -r ef63dcbab71b time/py-vdirsyncer/distinfo
--- a/time/py-vdirsyncer/distinfo Sun Dec 11 03:51:54 2022 +0000
+++ b/time/py-vdirsyncer/distinfo Sun Dec 11 08:58:11 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.47 2022/12/06 20:40:08 wiz Exp $
+$NetBSD: distinfo,v 1.48 2022/12/11 08:58:11 wiz Exp $
-BLAKE2s (vdirsyncer-0.19.0.tar.gz) = f2bcb41a8d77b327676e65c85524f3faa7e6d7de28a3774cc07600fa3ea27f19
-SHA512 (vdirsyncer-0.19.0.tar.gz) = 9b8e467bdc9daf6d50981bfec1f67a1c990b07bc62a6e2d3ede35712fde60206672af53d53aca6587daee132ab74bf74f04d8bb4dbaa804dfe97dca9370b323c
-Size (vdirsyncer-0.19.0.tar.gz) = 122533 bytes
+BLAKE2s (vdirsyncer-0.18.0.tar.gz) = 75ef21cdefe1b91319bdcef6e783ad2ab26d21d6cb4c0db7e1300f2c0237e0a5
+SHA512 (vdirsyncer-0.18.0.tar.gz) = 7fb3d0f7d982d8390d278de1a620231e6ead1ec64057c5dbac98dcff491fa3e6b9ed8ba953995458e393aab73b0b9ab8ba14010e06f90a04d8ee2c28c7c7fbfd
+Size (vdirsyncer-0.18.0.tar.gz) = 115125 bytes
Home |
Main Index |
Thread Index |
Old Index