pkgsrc-WIP-changes archive

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

py-vdirsyncer-git: remove



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu Apr 9 15:39:55 2026 +0200
Changeset:	b46ef44d7d29c661385db923fed056fd3ceebf5c

Modified Files:
	Makefile
Removed Files:
	py-vdirsyncer-git/DESCR
	py-vdirsyncer-git/Makefile
	py-vdirsyncer-git/PLIST

Log Message:
py-vdirsyncer-git: remove

Package is dying, no need to track its git head.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b46ef44d7d29c661385db923fed056fd3ceebf5c

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

diffstat:
 Makefile                   |  1 -
 py-vdirsyncer-git/DESCR    |  7 ------
 py-vdirsyncer-git/Makefile | 40 -----------------------------
 py-vdirsyncer-git/PLIST    | 63 ----------------------------------------------
 4 files changed, 111 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 357f290c6e..5283656072 100644
--- a/Makefile
+++ b/Makefile
@@ -4993,7 +4993,6 @@ SUBDIR+=	py-validictory
 SUBDIR+=	py-vanguards
 SUBDIR+=	py-vanity
 SUBDIR+=	py-varify
-SUBDIR+=	py-vdirsyncer-git
 SUBDIR+=	py-vega_datasets
 SUBDIR+=	py-vegas
 SUBDIR+=	py-venusian
diff --git a/py-vdirsyncer-git/DESCR b/py-vdirsyncer-git/DESCR
deleted file mode 100644
index 7b2e557bff..0000000000
--- a/py-vdirsyncer-git/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-vdirsyncer synchronizes your calendars and addressbooks between
-two storages.  The supported storages are CalDAV, CardDAV, arbitrary
-HTTP resources and some more.
-
-It aims to be for CalDAV and CardDAV what OfflineIMAP is for IMAP.
-
-This package contains the current development version from git.
diff --git a/py-vdirsyncer-git/Makefile b/py-vdirsyncer-git/Makefile
deleted file mode 100644
index 44e19832d9..0000000000
--- a/py-vdirsyncer-git/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2015/08/16 10:45:09 thomasklausner Exp $
-
-DISTNAME=	vdirsyncer-0.6.0
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	time
-MASTER_SITES=	${MASTER_SITE_PYPI:=v/vdirsyncer/}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://pypi.python.org/pypi/vdirsyncer/
-COMMENT=	Synchronization tool for vdir
-LICENSE=	mit
-
-GIT_REPOSITORIES=	vdirsyncer
-GIT_REPO.vdirsyncer=	https://github.com/untitaker/vdirsyncer.git
-
-WRKSRC=			${WRKDIR}/vdirsyncer
-
-EXTRACT_USING=	bsdtar	# gtar cannot handle pre-1970 timestamps
-
-DEPENDS+=	${PYPKGPREFIX}-atomicwrites-[0-9]*:../../devel/py-atomicwrites
-DEPENDS+=	${PYPKGPREFIX}-click>=2.0:../../devel/py-click
-DEPENDS+=	${PYPKGPREFIX}-icalendar>=3.6:../../time/py-icalendar
-DEPENDS+=	${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
-DEPENDS+=	${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
-DEPENDS+=	${PYPKGPREFIX}-requests-toolbelt>=0.3.0:../../devel/py-requests-toolbelt
-# optional, but recommended
-DEPENDS+=	${PYPKGPREFIX}-keyring-[0-9]*:../../security/py-keyring
-
-PYTHON_VERSIONS_INCOMPATIBLE=	27 # py-keyring
-
-USE_LANGUAGES=		# none
-INSTALLATION_DIRS=	share/examples/${PKGBASE}
-PLIST_SUBST+=		PKGBASE=${PKGBASE}
-
-post-install:
-	${INSTALL_DATA} ${WRKSRC}/example.cfg ${DESTDIR}${PREFIX}/share/examples/${PKGBASE}/
-
-.include "../../lang/python/egg.mk"
-.include "../../wip/mk/git-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-vdirsyncer-git/PLIST b/py-vdirsyncer-git/PLIST
deleted file mode 100644
index 27da5005a1..0000000000
--- a/py-vdirsyncer-git/PLIST
+++ /dev/null
@@ -1,63 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2015/03/12 14:03:12 thomasklausner Exp $
-bin/vdirsyncer
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/vdirsyncer/__init__.py
-${PYSITELIB}/vdirsyncer/__init__.pyc
-${PYSITELIB}/vdirsyncer/__init__.pyo
-${PYSITELIB}/vdirsyncer/cli/__init__.py
-${PYSITELIB}/vdirsyncer/cli/__init__.pyc
-${PYSITELIB}/vdirsyncer/cli/__init__.pyo
-${PYSITELIB}/vdirsyncer/cli/tasks.py
-${PYSITELIB}/vdirsyncer/cli/tasks.pyc
-${PYSITELIB}/vdirsyncer/cli/tasks.pyo
-${PYSITELIB}/vdirsyncer/cli/utils.py
-${PYSITELIB}/vdirsyncer/cli/utils.pyc
-${PYSITELIB}/vdirsyncer/cli/utils.pyo
-${PYSITELIB}/vdirsyncer/doubleclick.py
-${PYSITELIB}/vdirsyncer/doubleclick.pyc
-${PYSITELIB}/vdirsyncer/doubleclick.pyo
-${PYSITELIB}/vdirsyncer/exceptions.py
-${PYSITELIB}/vdirsyncer/exceptions.pyc
-${PYSITELIB}/vdirsyncer/exceptions.pyo
-${PYSITELIB}/vdirsyncer/log.py
-${PYSITELIB}/vdirsyncer/log.pyc
-${PYSITELIB}/vdirsyncer/log.pyo
-${PYSITELIB}/vdirsyncer/storage/__init__.py
-${PYSITELIB}/vdirsyncer/storage/__init__.pyc
-${PYSITELIB}/vdirsyncer/storage/__init__.pyo
-${PYSITELIB}/vdirsyncer/storage/base.py
-${PYSITELIB}/vdirsyncer/storage/base.pyc
-${PYSITELIB}/vdirsyncer/storage/base.pyo
-${PYSITELIB}/vdirsyncer/storage/dav.py
-${PYSITELIB}/vdirsyncer/storage/dav.pyc
-${PYSITELIB}/vdirsyncer/storage/dav.pyo
-${PYSITELIB}/vdirsyncer/storage/filesystem.py
-${PYSITELIB}/vdirsyncer/storage/filesystem.pyc
-${PYSITELIB}/vdirsyncer/storage/filesystem.pyo
-${PYSITELIB}/vdirsyncer/storage/http.py
-${PYSITELIB}/vdirsyncer/storage/http.pyc
-${PYSITELIB}/vdirsyncer/storage/http.pyo
-${PYSITELIB}/vdirsyncer/storage/memory.py
-${PYSITELIB}/vdirsyncer/storage/memory.pyc
-${PYSITELIB}/vdirsyncer/storage/memory.pyo
-${PYSITELIB}/vdirsyncer/storage/singlefile.py
-${PYSITELIB}/vdirsyncer/storage/singlefile.pyc
-${PYSITELIB}/vdirsyncer/storage/singlefile.pyo
-${PYSITELIB}/vdirsyncer/sync.py
-${PYSITELIB}/vdirsyncer/sync.pyc
-${PYSITELIB}/vdirsyncer/sync.pyo
-${PYSITELIB}/vdirsyncer/utils/__init__.py
-${PYSITELIB}/vdirsyncer/utils/__init__.pyc
-${PYSITELIB}/vdirsyncer/utils/__init__.pyo
-${PYSITELIB}/vdirsyncer/utils/compat.py
-${PYSITELIB}/vdirsyncer/utils/compat.pyc
-${PYSITELIB}/vdirsyncer/utils/compat.pyo
-${PYSITELIB}/vdirsyncer/utils/vobject.py
-${PYSITELIB}/vdirsyncer/utils/vobject.pyc
-${PYSITELIB}/vdirsyncer/utils/vobject.pyo
-share/examples/${PKGBASE}/example.cfg


Home | Main Index | Thread Index | Old Index