Received: by mail.netbsd.org (Postfix, from userid 605) id 8F83A84DAF; Thu, 25 Feb 2021 14:59:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C8D1384DA4 for ; Thu, 25 Feb 2021 14:59:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id WgKLrVjz-4Qr for ; Thu, 25 Feb 2021 14:59:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 392D484CD9 for ; Thu, 25 Feb 2021 14:59:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 32527FA95; Thu, 25 Feb 2021 14:59:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1614265155229290" MIME-Version: 1.0 Date: Thu, 25 Feb 2021 14:59:15 +0000 From: "Pierre Pronchery" Subject: CVS commit: pkgsrc/devel/py-cachelib To: pkgsrc-changes@NetBSD.org Reply-To: khorben@netbsd.org X-Mailer: log_accum Message-Id: <20210225145915.32527FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1614265155229290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: khorben Date: Thu Feb 25 14:59:15 UTC 2021 Added Files: pkgsrc/devel/py-cachelib: DESCR Makefile PLIST distinfo Log Message: py-cachelib: import version 0.1 py-cachelib is a collection of cache libraries in the same API interface. Extracted from werkzeug. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-cachelib/DESCR \ pkgsrc/devel/py-cachelib/Makefile pkgsrc/devel/py-cachelib/PLIST \ pkgsrc/devel/py-cachelib/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1614265155229290 Content-Disposition: inline Content-Length: 2908 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/py-cachelib/DESCR diff -u /dev/null pkgsrc/devel/py-cachelib/DESCR:1.1 --- /dev/null Thu Feb 25 14:59:15 2021 +++ pkgsrc/devel/py-cachelib/DESCR Thu Feb 25 14:59:15 2021 @@ -0,0 +1,2 @@ +A collection of cache libraries in the same API interface. Extracted from +werkzeug. Index: pkgsrc/devel/py-cachelib/Makefile diff -u /dev/null pkgsrc/devel/py-cachelib/Makefile:1.1 --- /dev/null Thu Feb 25 14:59:15 2021 +++ pkgsrc/devel/py-cachelib/Makefile Thu Feb 25 14:59:15 2021 @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2021/02/25 14:59:15 khorben Exp $ + +DISTNAME= cachelib-0.1 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= devel python +MASTER_SITES= ${MASTER_SITE_PYPI:=c/cachelib/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/pallets/cachelib +COMMENT= Collection of cache libraries in the same API interface +LICENSE= modified-bsd + +USE_LANGUAGES= # none + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-cachelib/PLIST diff -u /dev/null pkgsrc/devel/py-cachelib/PLIST:1.1 --- /dev/null Thu Feb 25 14:59:15 2021 +++ pkgsrc/devel/py-cachelib/PLIST Thu Feb 25 14:59:15 2021 @@ -0,0 +1,30 @@ +@comment $NetBSD: PLIST,v 1.1 2021/02/25 14:59:15 khorben Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/not-zip-safe +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/cachelib/__init__.py +${PYSITELIB}/cachelib/__init__.pyc +${PYSITELIB}/cachelib/__init__.pyo +${PYSITELIB}/cachelib/_compat.py +${PYSITELIB}/cachelib/_compat.pyc +${PYSITELIB}/cachelib/_compat.pyo +${PYSITELIB}/cachelib/base.py +${PYSITELIB}/cachelib/base.pyc +${PYSITELIB}/cachelib/base.pyo +${PYSITELIB}/cachelib/file.py +${PYSITELIB}/cachelib/file.pyc +${PYSITELIB}/cachelib/file.pyo +${PYSITELIB}/cachelib/memcached.py +${PYSITELIB}/cachelib/memcached.pyc +${PYSITELIB}/cachelib/memcached.pyo +${PYSITELIB}/cachelib/redis.py +${PYSITELIB}/cachelib/redis.pyc +${PYSITELIB}/cachelib/redis.pyo +${PYSITELIB}/cachelib/simple.py +${PYSITELIB}/cachelib/simple.pyc +${PYSITELIB}/cachelib/simple.pyo +${PYSITELIB}/cachelib/uwsgi.py +${PYSITELIB}/cachelib/uwsgi.pyc +${PYSITELIB}/cachelib/uwsgi.pyo Index: pkgsrc/devel/py-cachelib/distinfo diff -u /dev/null pkgsrc/devel/py-cachelib/distinfo:1.1 --- /dev/null Thu Feb 25 14:59:15 2021 +++ pkgsrc/devel/py-cachelib/distinfo Thu Feb 25 14:59:15 2021 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2021/02/25 14:59:15 khorben Exp $ + +SHA1 (cachelib-0.1.tar.gz) = 2dcf522ff94375b0c534d1c507f5f8e6c870f211 +RMD160 (cachelib-0.1.tar.gz) = 39f3c9af7006d6684f86b0988acf4b526203bfb6 +SHA512 (cachelib-0.1.tar.gz) = 8ed41a14f3bc36393ecdce7dcc0023ce954900f4541463cf08b823b6c11a28532812c9873d32991f023986ed2ded39a560ee556447bc6d4c3e45c3d4d749c2b9 +Size (cachelib-0.1.tar.gz) = 9844 bytes --_----------=_1614265155229290--