Import py-xandikos-0.0.5 as net/py-xandikos.

Xandikos is a lightweight yet complete CardDAV/CalDAV server that
backs onto a Git repository.

Xandikos takes its name from the name of the March month in the
ancient Macedonian calendar, used in Macedon in the first millennium
BC.
This commit is contained in:
wiz 2017-07-04 13:11:43 +00:00
parent 86bc5315dc
commit 38e373157b
4 changed files with 111 additions and 0 deletions

6
net/py-xandikos/DESCR Normal file
View file

@ -0,0 +1,6 @@
Xandikos is a lightweight yet complete CardDAV/CalDAV server that
backs onto a Git repository.
Xandikos takes its name from the name of the March month in the
ancient Macedonian calendar, used in Macedon in the first millennium
BC.

21
net/py-xandikos/Makefile Normal file
View file

@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.1 2017/07/04 13:11:43 wiz Exp $
DISTNAME= xandikos-0.0.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_PYPI:=x/xandikos/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.jelmer.uk/code/xandikos/
COMMENT= Git-backed lightweight yet complete CardDAV/CalDAV server
LICENSE= gnu-gpl-v3
DEPENDS+= ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
DEPENDS+= ${PYPKGPREFIX}-dulwich-[0-9]*:../../devel/py-dulwich
DEPENDS+= ${PYPKGPREFIX}-icalendar-[0-9]*:../../time/py-icalendar
DEPENDS+= ${PYPKGPREFIX}-defusedxml-[0-9]*:../../textproc/py-defusedxml
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

78
net/py-xandikos/PLIST Normal file
View file

@ -0,0 +1,78 @@
@comment $NetBSD: PLIST,v 1.1 2017/07/04 13:11:43 wiz Exp $
bin/xandikos
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/xandikos/__init__.py
${PYSITELIB}/xandikos/__init__.pyo
${PYSITELIB}/xandikos/__init__.pyc
${PYSITELIB}/xandikos/access.pyo
${PYSITELIB}/xandikos/access.pyc
${PYSITELIB}/xandikos/apache.pyo
${PYSITELIB}/xandikos/apache.pyc
${PYSITELIB}/xandikos/caldav.pyo
${PYSITELIB}/xandikos/caldav.pyc
${PYSITELIB}/xandikos/carddav.pyo
${PYSITELIB}/xandikos/carddav.pyc
${PYSITELIB}/xandikos/davcommon.pyo
${PYSITELIB}/xandikos/davcommon.pyc
${PYSITELIB}/xandikos/icalendar.pyo
${PYSITELIB}/xandikos/icalendar.pyc
${PYSITELIB}/xandikos/infit.pyo
${PYSITELIB}/xandikos/infit.pyc
${PYSITELIB}/xandikos/quota.pyo
${PYSITELIB}/xandikos/quota.pyc
${PYSITELIB}/xandikos/scheduling.pyo
${PYSITELIB}/xandikos/scheduling.pyc
${PYSITELIB}/xandikos/store.pyo
${PYSITELIB}/xandikos/store.pyc
${PYSITELIB}/xandikos/sync.pyo
${PYSITELIB}/xandikos/sync.pyc
${PYSITELIB}/xandikos/timezones.pyo
${PYSITELIB}/xandikos/timezones.pyc
${PYSITELIB}/xandikos/vcard.pyo
${PYSITELIB}/xandikos/vcard.pyc
${PYSITELIB}/xandikos/web.pyo
${PYSITELIB}/xandikos/web.pyc
${PYSITELIB}/xandikos/webdav.pyo
${PYSITELIB}/xandikos/webdav.pyc
${PYSITELIB}/xandikos/wsgi.pyo
${PYSITELIB}/xandikos/wsgi.pyc
${PYSITELIB}/xandikos/access.py
${PYSITELIB}/xandikos/apache.py
${PYSITELIB}/xandikos/caldav.py
${PYSITELIB}/xandikos/carddav.py
${PYSITELIB}/xandikos/davcommon.py
${PYSITELIB}/xandikos/icalendar.py
${PYSITELIB}/xandikos/infit.py
${PYSITELIB}/xandikos/quota.py
${PYSITELIB}/xandikos/scheduling.py
${PYSITELIB}/xandikos/store.py
${PYSITELIB}/xandikos/sync.py
${PYSITELIB}/xandikos/templates/collection.html
${PYSITELIB}/xandikos/templates/root.html
${PYSITELIB}/xandikos/tests/__init__.py
${PYSITELIB}/xandikos/tests/__init__.pyo
${PYSITELIB}/xandikos/tests/__init__.pyc
${PYSITELIB}/xandikos/tests/test_caldav.pyo
${PYSITELIB}/xandikos/tests/test_caldav.pyc
${PYSITELIB}/xandikos/tests/test_icalendar.pyo
${PYSITELIB}/xandikos/tests/test_icalendar.pyc
${PYSITELIB}/xandikos/tests/test_store.pyo
${PYSITELIB}/xandikos/tests/test_store.pyc
${PYSITELIB}/xandikos/tests/test_web.pyo
${PYSITELIB}/xandikos/tests/test_web.pyc
${PYSITELIB}/xandikos/tests/test_webdav.pyo
${PYSITELIB}/xandikos/tests/test_webdav.pyc
${PYSITELIB}/xandikos/tests/test_caldav.py
${PYSITELIB}/xandikos/tests/test_icalendar.py
${PYSITELIB}/xandikos/tests/test_store.py
${PYSITELIB}/xandikos/tests/test_web.py
${PYSITELIB}/xandikos/tests/test_webdav.py
${PYSITELIB}/xandikos/timezones.py
${PYSITELIB}/xandikos/vcard.py
${PYSITELIB}/xandikos/web.py
${PYSITELIB}/xandikos/webdav.py
${PYSITELIB}/xandikos/wsgi.py

6
net/py-xandikos/distinfo Normal file
View file

@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.1 2017/07/04 13:11:43 wiz Exp $
SHA1 (xandikos-0.0.5.tar.gz) = 669d5f6fcfb322b26ea88f6d722e0b3b2359050d
RMD160 (xandikos-0.0.5.tar.gz) = 72225940563b0dfca2b9bccef4078f23e295132f
SHA512 (xandikos-0.0.5.tar.gz) = 5ed16ccef50fe1be3fd30d9411e47fe361a75a44ee35632f7cbf3ffa4211ca231c55cd4299ed487aa119de5a660bee696ae4d1f1cf114ed58b1dbb68bc9df64a
Size (xandikos-0.0.5.tar.gz) = 68955 bytes