diff --git a/Makefile b/Makefile index 4893df01da..e6e9277229 100644 --- a/Makefile +++ b/Makefile @@ -3151,6 +3151,7 @@ SUBDIR+= py-b3j0f.aop SUBDIR+= py-backports-datetime-fromisoformat SUBDIR+= py-backports.csv SUBDIR+= py-backports.ssl_match_hostname +SUBDIR+= py-badges SUBDIR+= py-bandicoot SUBDIR+= py-bandit SUBDIR+= py-bannock diff --git a/py-sqlitedict/DESCR b/py-sqlitedict/DESCR new file mode 100644 index 0000000000..e69de29bb2 diff --git a/py-sqlitedict/Makefile b/py-sqlitedict/Makefile new file mode 100644 index 0000000000..34377a0779 --- /dev/null +++ b/py-sqlitedict/Makefile @@ -0,0 +1,16 @@ +# $NetBSD$ + +DISTNAME= sqlitedict-1.7.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= databases python +MASTER_SITES= ${MASTER_SITE_PYPI:=s/sqlitedict} + +MAINTAINER= kamelderouiche@yahoo.com +HOMEPAGE= https://github.com/RaRe-Technologies/sqlitedict +COMMENT= Persistent dict in Python, backed up by sqlite3 and pickle, multithread-safe +LICENSE= apache-2.0 + +DEPENDS+= ${PYPKGPREFIX}-sqlite3>=3.7.9:../../databases/py-sqlite3 + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/py-sqlitedict/PLIST b/py-sqlitedict/PLIST new file mode 100644 index 0000000000..f37f594b4d --- /dev/null +++ b/py-sqlitedict/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD$ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/sqlitedict.py +${PYSITELIB}/sqlitedict.pyc +${PYSITELIB}/sqlitedict.pyo diff --git a/py-sqlitedict/distinfo b/py-sqlitedict/distinfo new file mode 100644 index 0000000000..d5938ebe23 --- /dev/null +++ b/py-sqlitedict/distinfo @@ -0,0 +1,6 @@ +$NetBSD$ + +SHA1 (sqlitedict-1.7.0.tar.gz) = 5f20dae53ab8494ee57bc7af2e231931b84abf58 +RMD160 (sqlitedict-1.7.0.tar.gz) = 8be9b598120e9fa1726355ec32f07a3919c28018 +SHA512 (sqlitedict-1.7.0.tar.gz) = 1ef5e0caf81f7ac17eac0d8573c3404ea043c0c5700fe6b4b9f28ac86ad8d97416bad561318898967cf1af0d7e616684ee3044018e24dab3686d43554c74fef1 +Size (sqlitedict-1.7.0.tar.gz) = 28234 bytes